George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-jsonschema
Commits:
3054d934 by George Rawlinson at 2026-01-09T00:23:13+00:00
upgpkg: 4.26.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-jsonschema
pkgdesc = An implementation of JSON Schema validation for Python
- pkgver = 4.25.1
- pkgrel = 3
+ pkgver = 4.26.0
+ pkgrel = 1
url = https://github.com/python-jsonschema/jsonschema
arch = any
license = MIT
@@ -35,8 +35,8 @@ pkgbase = python-jsonschema
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#tag=v4.25.1
- sha512sums =
9ef699d39101c09ba8dcbbe77908a250a85486044e51eed0b17d69fa3ffb7bdab60023f94c051e1b1e5755f959429ce12e8533cc5016e95f0bbc3f1fd1523dc0
- b2sums =
75f6818875929eba7e18f11f35b522defe90208b5ed561da305f24c3ea6021c4a4e7a33948889204bd5e423e0e61fb65eaeb98a359d6324f7565c507eb090337
+ source =
python-jsonschema::git+https://github.com/python-jsonschema/jsonschema#tag=v4.26.0
+ sha512sums =
c6e138300bc213607e2647f961204b0a459f5faa895a522594ee525b59ec5ea9d67be397c1b54bf4487f09423b318e65bd5d6aa461e876464a39dcac6a895109
+ b2sums =
ca1a6121b2e9ed52a17dda03648a44b97cee300868dcdc8847f160bef9bb11c3b0b65ab14ba6be2f0e21bc1fb4e9c4589db4440ef4f7e603ecd434d3348696fc
pkgname = python-jsonschema
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Ismo Toijala <[email protected]>
pkgname=python-jsonschema
-pkgver=4.25.1
-pkgrel=3
+pkgver=4.26.0
+pkgrel=1
pkgdesc='An implementation of JSON Schema validation for Python'
arch=(any)
url='https://github.com/python-jsonschema/jsonschema'
@@ -50,8 +50,8 @@ optdepends=(
'python-webcolors: for color format'
)
source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('9ef699d39101c09ba8dcbbe77908a250a85486044e51eed0b17d69fa3ffb7bdab60023f94c051e1b1e5755f959429ce12e8533cc5016e95f0bbc3f1fd1523dc0')
-b2sums=('75f6818875929eba7e18f11f35b522defe90208b5ed561da305f24c3ea6021c4a4e7a33948889204bd5e423e0e61fb65eaeb98a359d6324f7565c507eb090337')
+sha512sums=('c6e138300bc213607e2647f961204b0a459f5faa895a522594ee525b59ec5ea9d67be397c1b54bf4487f09423b318e65bd5d6aa461e876464a39dcac6a895109')
+b2sums=('ca1a6121b2e9ed52a17dda03648a44b97cee300868dcdc8847f160bef9bb11c3b0b65ab14ba6be2f0e21bc1fb4e9c4589db4440ef4f7e603ecd434d3348696fc')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonschema/-/commit/3054d9342ddaa0d4acc8f95268f18c16c7ce7833
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonschema/-/commit/3054d9342ddaa0d4acc8f95268f18c16c7ce7833
You're receiving this email because of your account on gitlab.archlinux.org.