* update python-jsonschema to 4.23.0-2

This commit is contained in:
Alexander Baldeck 2024-12-05 17:05:25 +01:00
parent 5c02eae356
commit 173fa3d561
2 changed files with 6 additions and 8 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-jsonschema
pkgdesc = An implementation of JSON Schema validation for Python
pkgver = 4.22.0
pkgrel = 1
pkgver = 4.23.0
pkgrel = 2
url = https://github.com/python-jsonschema/jsonschema
arch = any
license = MIT
@ -24,7 +24,6 @@ pkgbase = python-jsonschema
makedepends = python-hatch-fancy-pypi-readme
depends = python
depends = python-attrs
depends = python-pyrsistent
depends = python-referencing
depends = python-jsonschema-specifications
optdepends = python-isoduration: for duration format
@ -35,8 +34,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.22.0
sha512sums = 7eff6dc0967af8d0a75a2f288410bbc8ef597fa4f4479bf47663ffd9342f6791c87c1de75bf761a7fea3b13fb603196871dbd49f715001ebff7a3671b044b682
b2sums = e3810424e3a6c61b7f22bbb25abc7dd1497c36c87398fb4befbd4f706b791ed2fe0a27fd81b7aeded2aadc55bca50a7cde8ae6321f8678a8341fc5ac47b61cd6
source = python-jsonschema::git+https://github.com/python-jsonschema/jsonschema#tag=v4.23.0
sha512sums = 0bff4113408fe14d591ee1ea501587bbec7d52df0d50b9d8e4bedfca9003f934c8c474015f1806f76ab1c6e37a9c22db5aea94d0d5ef889ad02c6d86a62cf19e
b2sums = 03b9165737b058b1d84be08c5ea11131f69ea77c4c6788eb816689339f7cdf4416cbf8ffc15690ef8917181d94711ad9a55fe5edf11202381002f6a091e4abea
pkgname = python-jsonschema

View File

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