Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-jsonschema


Commits:
7474fb24 by Jelle van der Waa at 2024-05-25T18:52:21+02:00
Drop unrequired typing_extensions dependency

- - - - -


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.21.1
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/python-jsonschema/jsonschema
        arch = any
        license = MIT
@@ -25,7 +25,6 @@ pkgbase = python-jsonschema
        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


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 
 pkgname=python-jsonschema
 pkgver=4.21.1
-pkgrel=2
+pkgrel=3
 pkgdesc='An implementation of JSON Schema validation for Python'
 arch=('any')
 url='https://github.com/python-jsonschema/jsonschema'
@@ -15,7 +15,6 @@ depends=(
   'python'
   'python-attrs'
   'python-pyrsistent'
-  'python-typing_extensions'
   'python-referencing'
   'python-jsonschema-specifications'
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonschema/-/commit/7474fb24c52dc402cfcceefb011eb836d6e6461d

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


Reply via email to