David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
check-jsonschema


Commits:
88276861 by David Runge at 2023-12-06T14:51:57+01:00
upgpkg: 0.27.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,29 @@
+pkgbase = check-jsonschema
+       pkgdesc = A JSON Schema CLI and pre-commit hook built on jsonschema
+       pkgver = 0.27.2
+       pkgrel = 1
+       url = https://github.com/python-jsonschema/check-jsonschema
+       arch = any
+       license = Apache-2.0
+       checkdepends = python-json5
+       checkdepends = python-pytest
+       checkdepends = python-pytest-xdist
+       checkdepends = python-regress
+       checkdepends = python-responses
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools
+       makedepends = python-wheel
+       depends = python
+       depends = python-click
+       depends = python-importlib-resources
+       depends = python-jsonschema
+       depends = python-referencing
+       depends = python-requests
+       depends = python-ruamel-yaml
+       optdepends = python-json5: for JSON5 support
+       source = 
https://github.com/python-jsonschema/check-jsonschema/archive/0.27.2/check-jsonschema-0.27.2.tar.gz
+       sha512sums = 
ab28b7f68e7f7b61e8aef052b1d3982755d3f7d81672b00c0d4bf4110795063e26537b3c85ea3412e51931bcb67380639510ad9b8a457ffd9065f225beb09051
+       b2sums = 
213d3e59959406b130fc5401daa710ec03e77fa5faf91064e523461951308eda21e13ba20d4ccde2f6e91cebc45a7a9c7da6842abb99baf6841aafc479113e8a
+
+pkgname = check-jsonschema


=====================================
PKGBUILD
=====================================
@@ -1,15 +1,16 @@
 # Maintainer: David Runge <[email protected]>
 
 pkgname=check-jsonschema
-pkgver=0.24.1
+pkgver=0.27.2
 pkgrel=1
 pkgdesc="A JSON Schema CLI and pre-commit hook built on jsonschema"
 arch=(any)
 url="https://github.com/python-jsonschema/check-jsonschema";
-license=(Apache)
+license=(Apache-2.0)
 depends=(
   python
   python-click
+  python-importlib-resources
   python-jsonschema
   python-referencing
   python-requests
@@ -25,14 +26,15 @@ checkdepends=(
   python-json5
   python-pytest
   python-pytest-xdist
+  python-regress
   python-responses
 )
 optdepends=(
   'python-json5: for JSON5 support'
 )
 source=($url/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('7d0f9db1f54c161b2620e6044b0010db5957313fd9faccaadeb190b5ceeb6477379b6ec21898b0ca8715d866c00ae63dbd897744127a0c35ed16418f55c74448')
-b2sums=('1b1080af70cb4df0f0cd62517623136cece6c5c49407dab591bd99f8911f602df314111f221a77df8d718f067b0b713b6c9850e4a2bd01c74227ece0e470969e')
+sha512sums=('ab28b7f68e7f7b61e8aef052b1d3982755d3f7d81672b00c0d4bf4110795063e26537b3c85ea3412e51931bcb67380639510ad9b8a457ffd9065f225beb09051')
+b2sums=('213d3e59959406b130fc5401daa710ec03e77fa5faf91064e523461951308eda21e13ba20d4ccde2f6e91cebc45a7a9c7da6842abb99baf6841aafc479113e8a')
 
 check() {
   # we don't support pinning



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/check-jsonschema/-/commit/882768611d0972ce283d3b35abbcf1ff67c196a9

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


Reply via email to