Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-jsonschema-path
Commits:
71d4ba80 by Felix Yan at 2026-05-20T17:29:55+08:00
upgpkg: 0.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-jsonschema-path
pkgdesc = JSONSchema Spec with object-oriented paths
- pkgver = 0.4.6
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/p1c2u/jsonschema-path
arch = any
@@ -12,11 +12,12 @@ pkgbase = python-jsonschema-path
makedepends = python-installer
makedepends = python-poetry-core
depends = python
+ depends = python-attrs
depends = python-pathable
depends = python-yaml
depends = python-requests
depends = python-referencing
- source = git+https://github.com/p1c2u/jsonschema-path.git#tag=0.4.6
- sha512sums =
a2afe55faba38adb11f45f3ca0e899f836253e37a5c77f985d09005b290332fdb5400d4efae1a971eb0087446f3d588c703a0cdcc77c1e9e6b48a357d2b74a8b
+ source = git+https://github.com/p1c2u/jsonschema-path.git#tag=0.5.0
+ sha512sums =
344624043ce9fa94e0e7cc7678d8c060559812bfc0b13a07e59daa1deccbe7eb3425ac134e8f3f4c8d702588a2a1ef7a71a721cf60ff1792b51d6c8cb2a9c092
pkgname = python-jsonschema-path
=====================================
PKGBUILD
=====================================
@@ -3,17 +3,18 @@
pkgname=python-jsonschema-path
# https://github.com/p1c2u/jsonschema-path/releases
-pkgver=0.4.6
+pkgver=0.5.0
pkgrel=1
pkgdesc="JSONSchema Spec with object-oriented paths"
url="https://github.com/p1c2u/jsonschema-path"
license=('Apache-2.0')
arch=('any')
-depends=('python' 'python-pathable' 'python-yaml' 'python-requests'
'python-referencing')
+depends=('python' 'python-attrs' 'python-pathable' 'python-yaml'
'python-requests'
+ 'python-referencing')
makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core')
checkdepends=('python-pytest' 'python-responses')
source=("git+https://github.com/p1c2u/jsonschema-path.git#tag=$pkgver")
-sha512sums=('a2afe55faba38adb11f45f3ca0e899f836253e37a5c77f985d09005b290332fdb5400d4efae1a971eb0087446f3d588c703a0cdcc77c1e9e6b48a357d2b74a8b')
+sha512sums=('344624043ce9fa94e0e7cc7678d8c060559812bfc0b13a07e59daa1deccbe7eb3425ac134e8f3f4c8d702588a2a1ef7a71a721cf60ff1792b51d6c8cb2a9c092')
prepare() {
cd jsonschema-path
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonschema-path/-/commit/71d4ba8045e2d6930434255f6c9fb2d1aa890b5d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonschema-path/-/commit/71d4ba8045e2d6930434255f6c9fb2d1aa890b5d
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help