summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212023-11-21 11:48:52 +0100
committera8212023-11-21 11:48:52 +0100
commit48b9d66b5d894045ebdadf3a9427db870c6c5183 (patch)
tree695084ef57f7c28a73f9661688dd168ef2977655
parentba1e53a534ae4956bb2b96bc357e8ea3e254bbc2 (diff)
downloadaur-48b9d66b5d894045ebdadf3a9427db870c6c5183.tar.gz
Version 0.5.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac4c39eab7db..3a1c85d156f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pynndescent
pkgdesc = Simple fast approximate nearest neighbor search
- pkgver = 0.5.10
- pkgrel = 2
+ pkgver = 0.5.11
+ pkgrel = 1
url = https://github.com/lmcinnes/pynndescent
arch = any
license = BSD
@@ -14,7 +14,7 @@ pkgbase = python-pynndescent
depends = python-numba
depends = python-scikit-learn
depends = python-scipy
- source = https://pypi.io/packages/source/p/pynndescent/pynndescent-0.5.10.tar.gz
- sha256sums = 5d5dc683c03ef55fe3ddf693859720ca18f85c6e6e5bb0b4f14870278d5288ad
+ source = https://pypi.io/packages/source/p/pynndescent/pynndescent-0.5.11.tar.gz
+ sha256sums = 6f44ced9d5a9da2c87d9b2fff30bb5308540c0657605e4d5cde7ed3275bbad50
pkgname = python-pynndescent
diff --git a/PKGBUILD b/PKGBUILD
index 026b156721f9..da1f0c388dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: a821
pkgname=python-pynndescent
-pkgver=0.5.10
-pkgrel=2
+pkgver=0.5.11
+pkgrel=1
pkgdesc="Simple fast approximate nearest neighbor search"
arch=('any')
url="https://github.com/lmcinnes/pynndescent"
@@ -10,12 +10,7 @@ depends=('python-joblib' 'python-numba' 'python-scikit-learn' 'python-scipy')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
checkdepends=('python-pytest')
source=("https://pypi.io/packages/source/p/pynndescent/pynndescent-${pkgver}.tar.gz")
-sha256sums=('5d5dc683c03ef55fe3ddf693859720ca18f85c6e6e5bb0b4f14870278d5288ad')
-
-prepare() {
- # remove deprecated distance metric (removed in SciPy 1.11)
- sed -i 's/^ \+"kulsinski",//' "pynndescent-$pkgver/pynndescent/tests/test_distances.py"
-}
+sha256sums=('6f44ced9d5a9da2c87d9b2fff30bb5308540c0657605e4d5cde7ed3275bbad50')
build() {
cd "pynndescent-$pkgver"