summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212022-05-14 08:40:06 +0200
committera8212022-05-14 08:40:06 +0200
commitf349e783821c4f988fe367b5d2e1e1f37db2af7b (patch)
treea87e0d18d5beabb23ee10cc8921ef6793fb117ef
parentb7bf84bf18f703f8cab3e15d2617dd23cbb56f0c (diff)
downloadaur-f349e783821c4f988fe367b5d2e1e1f37db2af7b.tar.gz
Version 0.5.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f04d9b5d3848..3de92ad23811 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pynndescent
pkgdesc = Simple fast approximate nearest neighbor search
- pkgver = 0.5.6
+ pkgver = 0.5.7
pkgrel = 1
url = https://github.com/lmcinnes/pynndescent
arch = any
@@ -10,7 +10,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.6.tar.gz
- sha256sums = 61fb31885baac469d67933e2c7c935b6edebb06ee498e2f0f9dfc97c59d3725c
+ source = https://pypi.io/packages/source/p/pynndescent/pynndescent-0.5.7.tar.gz
+ sha256sums = ecb395255fa36a748b5870b4ba0300ea0f7da8b1964864b8edd62577a84dfd7d
pkgname = python-pynndescent
diff --git a/PKGBUILD b/PKGBUILD
index 5c2fd29945dc..2bacedc1b722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-pynndescent
-pkgver=0.5.6
+pkgver=0.5.7
pkgrel=1
pkgdesc="Simple fast approximate nearest neighbor search"
arch=('any')
@@ -8,7 +8,7 @@ license=('BSD')
depends=('python-joblib' 'python-numba' 'python-scikit-learn' 'python-scipy')
makedepends=('python-setuptools')
source=("https://pypi.io/packages/source/p/pynndescent/pynndescent-${pkgver}.tar.gz")
-sha256sums=('61fb31885baac469d67933e2c7c935b6edebb06ee498e2f0f9dfc97c59d3725c')
+sha256sums=('ecb395255fa36a748b5870b4ba0300ea0f7da8b1964864b8edd62577a84dfd7d')
package() {
cd "$srcdir/pynndescent-$pkgver"