summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-27 10:19:36 -0500
committerCarlos Aznarán2024-02-27 10:19:36 -0500
commitee6e598558eecc32e597f50079a93d539c0ca0b9 (patch)
tree58c56a56083fa341abe03d4646774a8424da2124
parentb3b4a1a245cd571bc2f93bf7fec231b325f8e88c (diff)
downloadaur-ee6e598558eecc32e597f50079a93d539c0ca0b9.tar.gz
Bump version to 0.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4d55bde1bbe..fac4edcc70c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-persim
pkgdesc = Distances and representations of persistence diagrams
- pkgver = 0.3.3
+ pkgver = 0.3.4
pkgrel = 1
url = https://github.com/scikit-tda/persim
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-persim
depends = python-matplotlib
depends = python-hopcroftkarp
depends = python-deprecated
- source = https://pypi.org/packages/source/p/persim/persim-0.3.3.tar.gz
- sha512sums = 32e1e09ef6fab2adcb24e945dbaa50385ee760b82af487aba2a1181fb3c192bec969a9af8ebecb507be006b2691d60b71d2669876596981856b4f0eff3ad76a0
+ source = https://pypi.org/packages/source/p/persim/persim-0.3.4.tar.gz
+ sha512sums = acb7d97cbf5b6f681fcdbe72300ef51283dfb4a586e958183fbcd108b670884b490ca868b033045eabdbe12455733bbf63b98cad1e63cb5c15488d8772f8c781
pkgname = python-persim
diff --git a/PKGBUILD b/PKGBUILD
index 4244e871a9b5..dcd979b23240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_base=persim
pkgname=python-${_base}
-pkgver=0.3.3
+pkgver=0.3.4
pkgrel=1
pkgdesc="Distances and representations of persistence diagrams"
arch=(any)
@@ -13,7 +13,7 @@ depends=(python-scikit-learn python-matplotlib python-hopcroftkarp python-deprec
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest)
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
-sha512sums=('32e1e09ef6fab2adcb24e945dbaa50385ee760b82af487aba2a1181fb3c192bec969a9af8ebecb507be006b2691d60b71d2669876596981856b4f0eff3ad76a0')
+sha512sums=('acb7d97cbf5b6f681fcdbe72300ef51283dfb4a586e958183fbcd108b670884b490ca868b033045eabdbe12455733bbf63b98cad1e63cb5c15488d8772f8c781')
build() {
cd ${_base}-${pkgver}