Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / check-jsonschema
Commits: 978f5d8b by Robin Candau at 2025-01-08T10:16:01+01:00 upgpkg: 0.31.0-1: New upstream release https://github.com/python-jsonschema/check-jsonschema/releases/tag/0.31.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = check-jsonschema pkgdesc = A JSON Schema CLI and pre-commit hook built on jsonschema - pkgver = 0.30.0 - pkgrel = 3 + pkgver = 0.31.0 + pkgrel = 1 url = https://github.com/python-jsonschema/check-jsonschema arch = any license = Apache-2.0 @@ -23,8 +23,8 @@ pkgbase = check-jsonschema depends = python-ruamel-yaml optdepends = python-json5: for JSON5 support optdepends = python-orjson: for using orjson as JSON parser - source = https://github.com/python-jsonschema/check-jsonschema/archive/0.30.0/check-jsonschema-0.30.0.tar.gz - sha512sums = a56bac49968cf65a007492348697b84242be67f65467b28553cb8a99a09407cf40afc33b4e1d7e219a808ad8248bc82bc08af4aec24500e227d055c6cfd35cd8 - b2sums = 4acc0a01e306b74ddb574736d98bea488e90012bc5ee8f438c06b46c007fa0ece87620aa3e456a692df1bd98a0ffc976b0d9ca66304579f101e856007f5b1700 + source = https://github.com/python-jsonschema/check-jsonschema/archive/0.31.0/check-jsonschema-0.31.0.tar.gz + sha512sums = 0a016c2b3cabbc147d362fbff729e6217d9051c57e7681895e59fe8009d7854e460d28d5815841f53333f590d5ada4278b35a78f0d654c7531669c9c76680806 + b2sums = 101ba1b47f5b884086d0055661a13adb12e5e4f4df70ddda1d15790163c6cbdfcb1825bdf429e951047d467b9ca2c110b1c0593d47ff86d8e0f1086cff29c408 pkgname = check-jsonschema ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Maintainer: Robin Candau <[email protected]> pkgname=check-jsonschema -pkgver=0.30.0 -pkgrel=3 +pkgver=0.31.0 +pkgrel=1 pkgdesc="A JSON Schema CLI and pre-commit hook built on jsonschema" arch=(any) url="https://github.com/python-jsonschema/check-jsonschema" @@ -35,8 +35,8 @@ optdepends=( 'python-orjson: for using orjson as JSON parser' ) source=($url/archive/$pkgver/$pkgname-$pkgver.tar.gz) -sha512sums=('a56bac49968cf65a007492348697b84242be67f65467b28553cb8a99a09407cf40afc33b4e1d7e219a808ad8248bc82bc08af4aec24500e227d055c6cfd35cd8') -b2sums=('4acc0a01e306b74ddb574736d98bea488e90012bc5ee8f438c06b46c007fa0ece87620aa3e456a692df1bd98a0ffc976b0d9ca66304579f101e856007f5b1700') +sha512sums=('0a016c2b3cabbc147d362fbff729e6217d9051c57e7681895e59fe8009d7854e460d28d5815841f53333f590d5ada4278b35a78f0d654c7531669c9c76680806') +b2sums=('101ba1b47f5b884086d0055661a13adb12e5e4f4df70ddda1d15790163c6cbdfcb1825bdf429e951047d467b9ca2c110b1c0593d47ff86d8e0f1086cff29c408') check() { # we don't support pinning View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/check-jsonschema/-/commit/978f5d8b89f8a189a56287fcc6226ad459b1e209 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/check-jsonschema/-/commit/978f5d8b89f8a189a56287fcc6226ad459b1e209 You're receiving this email because of your account on gitlab.archlinux.org.
