diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2024-04-09 16:31:46 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2024-04-09 16:31:46 +0200 |
| commit | c3e3b19b7a519711a1a096effa489dc85c9db453 (patch) | |
| tree | 47ca888395d6d28dea98ac7bb04f02eb098cf012 /python-hat-json/PKGBUILD | |
| parent | 4446e72f2a7b34ef7255e104173373d0b72f74a2 (diff) | |
Diffstat (limited to 'python-hat-json/PKGBUILD')
| -rw-r--r-- | python-hat-json/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/python-hat-json/PKGBUILD b/python-hat-json/PKGBUILD index 57066e3..9067789 100644 --- a/python-hat-json/PKGBUILD +++ b/python-hat-json/PKGBUILD @@ -2,21 +2,20 @@ _name=hat-json pkgname=python-$_name -pkgver=0.5.21 +pkgver=0.5.27 pkgrel=1 pkgdesc="Hat JSON library" url="https://github.com/hat-open/hat-json" license=('Apache') arch=('any') depends=('python-hat-util' 'python-jsonpatch' 'python-jsonschema' - 'python-yaml' 'python-tomli' 'python-tomli-w') + 'python-yaml' 'python-referencing' 'python-tomli' 'python-tomli-w') makedepends=('python-build' 'python-hat-doit' 'python-installer') source=("https://github.com/hat-open/hat-json/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('9a416325b6bbef3d90d86193794e203373b2e365c209d51558430dd9c9164e7d') +sha256sums=('574b1399acf2371b8d8ebe6c6e8d896c6320623b51ec7b3cfe566988c6b2aaea') build() { cd "$srcdir/$_name-$pkgver" - sed -i -e 's/"jsonschema ~=4.17.3"/"jsonschema >=4.17.3"/' pyproject.toml python -m build --wheel --no-isolation } |
