mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-jsonschema: update to 4.19.1.
This commit is contained in:
parent
5cb19db7fc
commit
09f94ab61c
2 changed files with 9 additions and 9 deletions
|
@ -47,9 +47,9 @@ index f5fe8db..7ae8318 100644
|
||||||
-path = "CHANGELOG.rst"
|
-path = "CHANGELOG.rst"
|
||||||
-pattern = "(^v.+?)\nv"
|
-pattern = "(^v.+?)\nv"
|
||||||
-
|
-
|
||||||
[tool.isort]
|
[tool.coverage.html]
|
||||||
from_first = true
|
branch = true
|
||||||
include_trailing_comma = true
|
source = ["jsonschema"]
|
||||||
--
|
--
|
||||||
2.37.3
|
2.37.3
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python3-jsonschema'
|
# Template file for 'python3-jsonschema'
|
||||||
pkgname=python3-jsonschema
|
pkgname=python3-jsonschema
|
||||||
version=4.17.3
|
version=4.19.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-vcs"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
depends="python3-attrs python3-idna python3-jsonpointer python3-pyrsistent
|
depends="python3-attrs python3-jsonschema-specifications"
|
||||||
python3-rfc3339-validator python3-rfc3986-validator"
|
checkdepends="${depends} python3-pytest python3-idna python3-jsonpointer
|
||||||
checkdepends="${depends} python3-pytest python3-pip"
|
python3-pip python3-rfc3339-validator python3-rfc3987"
|
||||||
short_desc="Implementation of JSON Schema for Python3"
|
short_desc="Implementation of JSON Schema for Python3"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/Julian/jsonschema"
|
homepage="https://github.com/Julian/jsonschema"
|
||||||
changelog="https://raw.githubusercontent.com/Julian/jsonschema/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/Julian/jsonschema/master/CHANGELOG.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz"
|
||||||
checksum=0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d
|
checksum=ec84cc37cfa703ef7cd4928db24f9cb31428a5d0fa77747b8b51a847458e0bbf
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue