Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-jsonschema-path


Commits:
506df3b0 by Felix Yan at 2026-03-03T19:51:56+08:00
upgpkg: 0.3.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-jsonschema-path
        pkgdesc = JSONSchema Spec with object-oriented paths
-       pkgver = 0.3.3
-       pkgrel = 3
+       pkgver = 0.3.4
+       pkgrel = 1
        url = https://github.com/p1c2u/jsonschema-path
        arch = any
        license = Apache-2.0
@@ -15,7 +15,7 @@ pkgbase = python-jsonschema-path
        depends = python-yaml
        depends = python-requests
        depends = python-referencing
-       source = 
https://github.com/p1c2u/jsonschema-path/archive/0.3.3/python-jsonschema-path-0.3.3.tar.gz
-       sha512sums = 
846d476285b4c89d0241d18be09eb7c12df855f7b28f0d3ea9942a9d23977f3c051b93a1281f6f5323c2c4bc9c86fe82b5eae1bce647f58d9d2acce65d4f54a8
+       source = 
https://github.com/p1c2u/jsonschema-path/archive/0.3.4/python-jsonschema-path-0.3.4.tar.gz
+       sha512sums = 
85b791a374d61bedf66a0ca44b6906ec74f02ffe991c1cb220267c85c0e7b493375d712d7ca0828681c9c15f170bc29d4b808b00778895fb13f1f7ff3cdf2a9c
 
 pkgname = python-jsonschema-path


=====================================
PKGBUILD
=====================================
@@ -3,22 +3,24 @@
 
 pkgname=python-jsonschema-path
 # https://github.com/p1c2u/jsonschema-path/releases
-pkgver=0.3.3
-pkgrel=3
+pkgver=0.3.4
+pkgrel=1
 pkgdesc="JSONSchema Spec with object-oriented paths"
 url="https://github.com/p1c2u/jsonschema-path";
-# https://github.com/p1c2u/jsonschema-path/blob/0.3.3/pyproject.toml#L25
+# https://github.com/p1c2u/jsonschema-path/blob/0.3.4/pyproject.toml#L25
 license=('Apache-2.0')
 arch=('any')
 depends=('python' 'python-pathable' 'python-yaml' 'python-requests' 
'python-referencing')
 makedepends=('python-build' 'python-installer' 'python-poetry-core')
 checkdepends=('python-pytest' 'python-responses')
 
source=("https://github.com/p1c2u/jsonschema-path/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('846d476285b4c89d0241d18be09eb7c12df855f7b28f0d3ea9942a9d23977f3c051b93a1281f6f5323c2c4bc9c86fe82b5eae1bce647f58d9d2acce65d4f54a8')
+sha512sums=('85b791a374d61bedf66a0ca44b6906ec74f02ffe991c1cb220267c85c0e7b493375d712d7ca0828681c9c15f170bc29d4b808b00778895fb13f1f7ff3cdf2a9c')
 
 prepare() {
   cd jsonschema-path-$pkgver
   sed -i '/--cov/d' pyproject.toml
+  # Allow newer referencing versions
+  sed -i 's/referencing = "<0.37.0"/referencing = ">=0.28.0"/' pyproject.toml
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonschema-path/-/commit/506df3b0e973eaec90c791de2921afb54fa2a1ac

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonschema-path/-/commit/506df3b0e973eaec90c791de2921afb54fa2a1ac
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to