Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-jsonschema
Commits: 6bf755e6 by Daniel M. Capella at 2024-08-01T21:53:01-04:00 pyrsistent dep removed in 4.18.0 https://github.com/python-jsonschema/jsonschema/commit/df1501cae303eed37660a7e5b4cd4c69b06d1f9b - - - - - 4ba57c81 by Daniel M. Capella at 2024-08-01T21:56:37-04:00 upgpkg: 4.23.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-jsonschema pkgdesc = An implementation of JSON Schema validation for Python - pkgver = 4.22.0 + pkgver = 4.23.0 pkgrel = 1 url = https://github.com/python-jsonschema/jsonschema arch = any @@ -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 ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: Ismo Toijala <[email protected]> pkgname=python-jsonschema -pkgver=4.22.0 +pkgver=4.23.0 pkgrel=1 pkgdesc='An implementation of JSON Schema validation for Python' arch=('any') @@ -14,7 +14,6 @@ license=('MIT') depends=( 'python' 'python-attrs' - 'python-pyrsistent' 'python-referencing' 'python-jsonschema-specifications' ) @@ -50,8 +49,8 @@ optdepends=( 'python-webcolors: for color format' ) source=("$pkgname::git+$url#tag=v$pkgver") -sha512sums=('7eff6dc0967af8d0a75a2f288410bbc8ef597fa4f4479bf47663ffd9342f6791c87c1de75bf761a7fea3b13fb603196871dbd49f715001ebff7a3671b044b682') -b2sums=('e3810424e3a6c61b7f22bbb25abc7dd1497c36c87398fb4befbd4f706b791ed2fe0a27fd81b7aeded2aadc55bca50a7cde8ae6321f8678a8341fc5ac47b61cd6') +sha512sums=('0bff4113408fe14d591ee1ea501587bbec7d52df0d50b9d8e4bedfca9003f934c8c474015f1806f76ab1c6e37a9c22db5aea94d0d5ef889ad02c6d86a62cf19e') +b2sums=('03b9165737b058b1d84be08c5ea11131f69ea77c4c6788eb816689339f7cdf4416cbf8ffc15690ef8917181d94711ad9a55fe5edf11202381002f6a091e4abea') build() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonschema/-/compare/154cc7cce832a719b589b5e05c925e533194536c...4ba57c81101325f9757726b2c8dc62f413b6c3f4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonschema/-/compare/154cc7cce832a719b589b5e05c925e533194536c...4ba57c81101325f9757726b2c8dc62f413b6c3f4 You're receiving this email because of your account on gitlab.archlinux.org.
