summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-21 08:06:22 -0500
committerCarlos Aznarán2024-02-21 08:06:22 -0500
commitb3b4a1a245cd571bc2f93bf7fec231b325f8e88c (patch)
treeb01b7f2d123c494399d614dace8553100d374215
parenta47a64993e87286aa1c2a3b8599cf93890606846 (diff)
downloadaur-b3b4a1a245cd571bc2f93bf7fec231b325f8e88c.tar.gz
Bump version to 0.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 954d748dd147..c4d55bde1bbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-persim
pkgdesc = Distances and representations of persistence diagrams
- pkgver = 0.3.2
+ pkgver = 0.3.3
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.2.tar.gz
- sha512sums = bd9c5ae69834f3931f4d8886da14770786396a28710b5565deb085d47642c8a383bfd49e4cec91bcd22a4c2f7727279ab7f7598b5ee971716278596be52ed484
+ source = https://pypi.org/packages/source/p/persim/persim-0.3.3.tar.gz
+ sha512sums = 32e1e09ef6fab2adcb24e945dbaa50385ee760b82af487aba2a1181fb3c192bec969a9af8ebecb507be006b2691d60b71d2669876596981856b4f0eff3ad76a0
pkgname = python-persim
diff --git a/PKGBUILD b/PKGBUILD
index 1a4ee8f9d31c..4244e871a9b5 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.2
+pkgver=0.3.3
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=('bd9c5ae69834f3931f4d8886da14770786396a28710b5565deb085d47642c8a383bfd49e4cec91bcd22a4c2f7727279ab7f7598b5ee971716278596be52ed484')
+sha512sums=('32e1e09ef6fab2adcb24e945dbaa50385ee760b82af487aba2a1181fb3c192bec969a9af8ebecb507be006b2691d60b71d2669876596981856b4f0eff3ad76a0')
build() {
cd ${_base}-${pkgver}