mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
python3-jsonschema: update to 4.15.0.
This commit is contained in:
parent
dabef64a0c
commit
ab8ab450c1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-jsonschema'
|
||||
pkgname=python3-jsonschema
|
||||
version=4.14.0
|
||||
version=4.15.0
|
||||
revision=1
|
||||
wrksrc="jsonschema-${version}"
|
||||
build_style=python3-pep517
|
||||
|
@ -13,7 +13,7 @@ license="MIT"
|
|||
homepage="https://github.com/Julian/jsonschema"
|
||||
changelog="https://raw.githubusercontent.com/Julian/jsonschema/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz"
|
||||
checksum=15062f4cc6f591400cd528d2c355f2cfa6a57e44c820dc783aee5e23d36a831f
|
||||
checksum=21f4979391bdceb044e502fd8e79e738c0cdfbdc8773f9a49b5769461e82fe1e
|
||||
|
||||
do_check() {
|
||||
rm -rf *.dist-info tmp # remove artifacts from previous unsuccessful check run
|
||||
|
|
Loading…
Add table
Reference in a new issue