* update python-jsonschema to 4.23.0-2
This commit is contained in:
parent
5c02eae356
commit
173fa3d561
@ -1,7 +1,7 @@
|
|||||||
pkgbase = python-jsonschema
|
pkgbase = python-jsonschema
|
||||||
pkgdesc = An implementation of JSON Schema validation for Python
|
pkgdesc = An implementation of JSON Schema validation for Python
|
||||||
pkgver = 4.22.0
|
pkgver = 4.23.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/python-jsonschema/jsonschema
|
url = https://github.com/python-jsonschema/jsonschema
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
@ -24,7 +24,6 @@ pkgbase = python-jsonschema
|
|||||||
makedepends = python-hatch-fancy-pypi-readme
|
makedepends = python-hatch-fancy-pypi-readme
|
||||||
depends = python
|
depends = python
|
||||||
depends = python-attrs
|
depends = python-attrs
|
||||||
depends = python-pyrsistent
|
|
||||||
depends = python-referencing
|
depends = python-referencing
|
||||||
depends = python-jsonschema-specifications
|
depends = python-jsonschema-specifications
|
||||||
optdepends = python-isoduration: for duration format
|
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-rfc3987: for iri, iri-reference, uri & uri-reference format
|
||||||
optdepends = python-uri-template: for uri-template format
|
optdepends = python-uri-template: for uri-template format
|
||||||
optdepends = python-webcolors: for color format
|
optdepends = python-webcolors: for color format
|
||||||
source = python-jsonschema::git+https://github.com/python-jsonschema/jsonschema#tag=v4.22.0
|
source = python-jsonschema::git+https://github.com/python-jsonschema/jsonschema#tag=v4.23.0
|
||||||
sha512sums = 7eff6dc0967af8d0a75a2f288410bbc8ef597fa4f4479bf47663ffd9342f6791c87c1de75bf761a7fea3b13fb603196871dbd49f715001ebff7a3671b044b682
|
sha512sums = 0bff4113408fe14d591ee1ea501587bbec7d52df0d50b9d8e4bedfca9003f934c8c474015f1806f76ab1c6e37a9c22db5aea94d0d5ef889ad02c6d86a62cf19e
|
||||||
b2sums = e3810424e3a6c61b7f22bbb25abc7dd1497c36c87398fb4befbd4f706b791ed2fe0a27fd81b7aeded2aadc55bca50a7cde8ae6321f8678a8341fc5ac47b61cd6
|
b2sums = 03b9165737b058b1d84be08c5ea11131f69ea77c4c6788eb816689339f7cdf4416cbf8ffc15690ef8917181d94711ad9a55fe5edf11202381002f6a091e4abea
|
||||||
|
|
||||||
pkgname = python-jsonschema
|
pkgname = python-jsonschema
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
pkgname=python-jsonschema
|
pkgname=python-jsonschema
|
||||||
pkgver=4.23.0
|
pkgver=4.23.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='An implementation of JSON Schema validation for Python'
|
pkgdesc='An implementation of JSON Schema validation for Python'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url='https://github.com/python-jsonschema/jsonschema'
|
url='https://github.com/python-jsonschema/jsonschema'
|
||||||
@ -15,7 +15,6 @@ license=('MIT')
|
|||||||
depends=(
|
depends=(
|
||||||
'python'
|
'python'
|
||||||
'python-attrs'
|
'python-attrs'
|
||||||
'python-pyrsistent'
|
|
||||||
'python-referencing'
|
'python-referencing'
|
||||||
'python-jsonschema-specifications'
|
'python-jsonschema-specifications'
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user