George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-rapidfuzz


Commits:
dcfff3ab by George Rawlinson at 2023-10-23T20:43:44+13:00
upgpkg: 3.4.0-1

* New upstream release.

- - - - -


3 changed files:

- + .SRCINFO
- PKGBUILD
- remove-version-constraints.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,28 @@
+pkgbase = python-rapidfuzz
+       pkgdesc = Rapid fuzzy string matching in Python using various string 
metrics
+       pkgver = 3.4.0
+       pkgrel = 1
+       url = https://github.com/maxbachmann/rapidfuzz
+       arch = x86_64
+       license = MIT
+       checkdepends = python-hypothesis
+       checkdepends = python-pandas
+       checkdepends = python-pytest
+       makedepends = git
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = cython
+       makedepends = python-scikit-build
+       makedepends = rapidfuzz-cpp
+       depends = glibc
+       depends = gcc-libs
+       depends = python
+       optdepends = python-numpy
+       source = 
python-rapidfuzz::git+https://github.com/maxbachmann/rapidfuzz#commit=1ccb012e50e819f0dc3ed9b20185c61d8e4b308c
+       source = 
github.com-taskflow-taskflow::git+https://github.com/taskflow/taskflow
+       source = remove-version-constraints.patch
+       b2sums = SKIP
+       b2sums = SKIP
+       b2sums = 
db458ca7daab8c2004fe84384fe3aa1f1403f58e59ffb7108617ee5b9bfb4905726c23237a8e4303220a29d8b4edaa992fabafab8ae72f5067adce06bf0afed2
+
+pkgname = python-rapidfuzz


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Caltlgin Stsodaat <[email protected]>
 
 pkgname=python-rapidfuzz
-pkgver=3.2.0
+pkgver=3.4.0
 pkgrel=1
 pkgdesc='Rapid fuzzy string matching in Python using various string metrics'
 arch=('x86_64')
@@ -24,7 +24,7 @@ makedepends=(
 )
 checkdepends=('python-hypothesis' 'python-pandas' 'python-pytest')
 optdepends=('python-numpy')
-_commit='ece13872864f63173171601ae39f80a527c5059c'
+_commit='1ccb012e50e819f0dc3ed9b20185c61d8e4b308c'
 source=(
   "$pkgname::git+$url#commit=$_commit"
   'github.com-taskflow-taskflow::git+https://github.com/taskflow/taskflow'
@@ -32,7 +32,7 @@ source=(
 )
 b2sums=('SKIP'
         'SKIP'
-        
'00acfe61b719f592a97bf01376f783737c71eb886b78cd08d4aac11d30524abfc8677a17eef511c0593f7f01e52b261ae1556abd03e54ba10701ec1c5e68948c')
+        
'db458ca7daab8c2004fe84384fe3aa1f1403f58e59ffb7108617ee5b9bfb4905726c23237a8e4303220a29d8b4edaa992fabafab8ae72f5067adce06bf0afed2')
 
 pkgver() {
   cd "$pkgname"


=====================================
remove-version-constraints.patch
=====================================
@@ -5,7 +5,7 @@
  requires = [
 -    "setuptools>=42",
 -    "scikit-build~=0.17.0",
--    "Cython==3.0.0"
+-    "Cython==3.0.3"
 +    "setuptools",
 +    "scikit-build",
 +    "Cython"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rapidfuzz/-/commit/dcfff3abe7b658b8f88f3e3794260add8a0f912a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rapidfuzz/-/commit/dcfff3abe7b658b8f88f3e3794260add8a0f912a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to