Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-datrie
Commits:
83573a55 by Jelle van der Waa at 2024-04-07T12:16:26+02:00
upgpkg: 0.8.2-5: Rebuild with Python 3.12
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = python-datrie
pkgdesc = Fast, efficiently stored Trie for Python. Uses libdatrie
pkgver = 0.8.2
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/pytries/datrie
arch = x86_64
license = LGPL-2.0-only
- checkdepends = python-pytest-runner
+ checkdepends = python-pytest
checkdepends = python-hypothesis
makedepends = python-build
makedepends = python-wheel
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=python-datrie
_pkgname=datrie
pkgver=0.8.2
-pkgrel=4
+pkgrel=5
pkgdesc="Fast, efficiently stored Trie for Python. Uses libdatrie"
arch=('x86_64')
url="https://github.com/pytries/datrie"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-datrie/-/commit/83573a55f4f129ac2082df9fb684e06860038b88
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-datrie/-/commit/83573a55f4f129ac2082df9fb684e06860038b88
You're receiving this email because of your account on gitlab.archlinux.org.