George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-jsonschema
Commits: f103bf0b by George Rawlinson at 2023-11-03T20:39:41+13:00 upgpkg: 4.19.2-1 * New upstream release. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,42 @@ +pkgbase = python-jsonschema + pkgdesc = An implementation of JSON Schema validation for Python + pkgver = 4.19.2 + pkgrel = 1 + url = https://github.com/python-jsonschema/jsonschema + arch = any + license = MIT + checkdepends = python-pip + checkdepends = python-twisted + checkdepends = python-isoduration + checkdepends = python-fqdn + checkdepends = python-idna + checkdepends = python-jsonpointer + checkdepends = python-rfc3339-validator + checkdepends = python-rfc3987 + checkdepends = python-uri-template + checkdepends = python-webcolors + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-hatchling + makedepends = python-hatch-vcs + makedepends = python-hatch-fancy-pypi-readme + depends = python + depends = python-attrs + depends = python-pyrsistent + depends = python-typing_extensions + depends = python-referencing + depends = python-jsonschema-specifications + optdepends = python-isoduration: for duration format + optdepends = python-fqdn: for hostname format + optdepends = python-idna: for idn-hostname format + optdepends = python-jsonpointer: for json-pointer & relative-json-pointer format + optdepends = python-rfc3339-validator: for date-time format + optdepends = python-rfc3987: for iri, iri-reference, uri & uri-reference format + optdepends = python-uri-template: for uri-template format + optdepends = python-webcolors: for color format + source = python-jsonschema::git+https://github.com/python-jsonschema/jsonschema#commit=7f003a9d4da6b1f7dc08c0428cdb372a00e1e4a4 + b2sums = SKIP + +pkgname = python-jsonschema ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: Ismo Toijala <[email protected]> pkgname=python-jsonschema -pkgver=4.19.1 +pkgver=4.19.2 pkgrel=1 pkgdesc='An implementation of JSON Schema validation for Python' arch=('any') @@ -50,7 +50,7 @@ optdepends=( 'python-uri-template: for uri-template format' 'python-webcolors: for color format' ) -_commit='bbe0b5b113c547e8508f9ad9c0afddd203748989' +_commit='7f003a9d4da6b1f7dc08c0428cdb372a00e1e4a4' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonschema/-/commit/f103bf0bc98383144b8199a1045b372e9122b645 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonschema/-/commit/f103bf0bc98383144b8199a1045b372e9122b645 You're receiving this email because of your account on gitlab.archlinux.org.
