* update python-jsonschema-specifications to 2024.10.1-1

This commit is contained in:
Alexander Baldeck 2025-01-07 07:59:19 +01:00
parent 886f59945c
commit 70a694d451
2 changed files with 10 additions and 16 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-jsonschema-specifications
pkgdesc = The JSON Schema meta-schemas and vocabularies, exposed as a Registry
pkgver = 2023.12.1
pkgrel = 3
pkgver = 2024.10.1
pkgrel = 1
url = https://github.com/python-jsonschema/jsonschema-specifications
arch = any
license = MIT
@ -13,7 +13,8 @@ pkgbase = python-jsonschema-specifications
makedepends = python-hatch-vcs
depends = python
depends = python-referencing
source = python-jsonschema-specifications::git+https://github.com/python-jsonschema/jsonschema-specifications#commit=544e0ff86850af1c6d9e533c4b58b76c59542a76
b2sums = SKIP
source = python-jsonschema-specifications::git+https://github.com/python-jsonschema/jsonschema-specifications#tag=v2024.10.1
sha512sums = 8d4b621360561355be3f359c303727ffe479fadfede1e41be8a64727c57898ed62470a39ccd341abd92e3e6d7506b7b7ca4c2df665dde4f423c989956adfc9f8
b2sums = 7a424a92e7ecaa1e20c161745584fee2f2d4206ef48ac4f210c19ebafd906809d8b1802cb9ced453ae6b935bce4d39502294d9e4623e5bd5913f62b8a779a3e6
pkgname = python-jsonschema-specifications

View File

@ -2,8 +2,8 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=python-jsonschema-specifications
pkgver=2023.12.1
pkgrel=3
pkgver=2024.10.1
pkgrel=1
pkgdesc='The JSON Schema meta-schemas and vocabularies, exposed as a Registry'
arch=(any)
url='https://github.com/python-jsonschema/jsonschema-specifications'
@ -17,16 +17,9 @@ makedepends=(
'python-hatch-vcs'
)
checkdepends=('python-pytest')
_commit='544e0ff86850af1c6d9e533c4b58b76c59542a76'
source=("$pkgname::git+$url#commit=$_commit")
b2sums=('SKIP')
pkgver() {
cd "$pkgname"
# https://github.com/python-jsonschema/jsonschema-specifications/issues/14
git describe --tags | sed -e 's/^v//' -e 's:\.0:.:'
}
source=("$pkgname::git+$url#tag=v$pkgver")
sha512sums=('8d4b621360561355be3f359c303727ffe479fadfede1e41be8a64727c57898ed62470a39ccd341abd92e3e6d7506b7b7ca4c2df665dde4f423c989956adfc9f8')
b2sums=('7a424a92e7ecaa1e20c161745584fee2f2d4206ef48ac4f210c19ebafd906809d8b1802cb9ced453ae6b935bce4d39502294d9e4623e5bd5913f62b8a779a3e6')
build() {
cd "$pkgname"