Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyxdameraulevenshtein


Commits:
93f1322e by Antonio Rojas at 2026-05-16T21:53:21+02:00
upgpkg: 1.10.1-1: Upstream update

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pyxdameraulevenshtein
        pkgdesc = Implements the Damerau-Levenshtein (DL) edit distance 
algorithm
-       pkgver = 1.8.0
-       pkgrel = 3
+       pkgver = 1.10.1
+       pkgrel = 1
        url = https://github.com/gfairchild/pyxDamerauLevenshtein
        arch = x86_64
        license = BSD-3-Clause
@@ -12,7 +12,7 @@ pkgbase = python-pyxdameraulevenshtein
        makedepends = python-setuptools
        makedepends = python-wheel
        depends = python
-       source = 
https://github.com/gfairchild/pyxDamerauLevenshtein/archive/v1.8.0/pyxDamerauLevenshtein-1.8.0.tar.gz
-       sha256sums = 
d23d3458c87aead9e82eff5b7d3954c5cad64a0023527785e1dda01144b26ca4
+       source = 
https://github.com/gfairchild/pyxDamerauLevenshtein/archive/1.10.1/pyxDamerauLevenshtein-1.10.1.tar.gz
+       sha256sums = 
9c506ab945610933558f6991cbf7675115119e8b7d8549fa5f899e3dd1ac9cc4
 
 pkgname = python-pyxdameraulevenshtein


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 _pkg=pyxDamerauLevenshtein
 pkgname=python-${_pkg,,}
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.10.1
+pkgrel=1
 pkgdesc="Implements the Damerau-Levenshtein (DL) edit distance algorithm"
 arch=(x86_64)
 url="https://github.com/gfairchild/pyxDamerauLevenshtein";
@@ -18,12 +18,13 @@ makedepends=(
 )
 checkdepends=(python-pytest)
 # No tests in PyPi tarballs
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(${url}/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('d23d3458c87aead9e82eff5b7d3954c5cad64a0023527785e1dda01144b26ca4')
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg,,}/${_pkg,,}-${pkgver}.tar.gz)
+source=(${url}/archive/${pkgver}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('9c506ab945610933558f6991cbf7675115119e8b7d8549fa5f899e3dd1ac9cc4')
 
 prepare() {
   cd ${_pkg}-${pkgver}
+  sed -e '/--cov/d' -i pyproject.toml
   cythonize3 pyxdameraulevenshtein/*.pyx
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyxdameraulevenshtein/-/commit/93f1322ee1845a45fe24d5960f686a3467283af3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyxdameraulevenshtein/-/commit/93f1322ee1845a45fe24d5960f686a3467283af3
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to