summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bocken2024-05-29 19:11:23 +0200
committerAlexander Bocken2024-05-29 19:11:23 +0200
commit46456e44705d7427504cb05b937eb33af7a723dd (patch)
tree19c7749347677046b75596780d93425babf903d8
parent1f3f1088d2416cac2379eef8a9993fbf1b93f414 (diff)
downloadaur-python-dscribe.tar.gz
bump to 2.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba18e5c2bcef..5c923da7040d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-dscribe
pkgdesc = Creating feature transformations in applications of ML to materials science
- pkgver = 2.1.0
- pkgrel = 2
+ pkgver = 2.1.1
+ pkgrel = 1
url = https://singroup.github.io/dscribe/
arch = any
license = Apache-2.0
@@ -17,7 +17,7 @@ pkgbase = python-dscribe
depends = python-scikit-learn
depends = python-joblib>=1.0.0
depends = python-sparse
- source = https://files.pythonhosted.org/packages/source/d/dscribe/dscribe-2.1.0.tar.gz
- sha256sums = cbeb6c519dc7bf8203d42c8bd9388d42d848389284cbbf84a390f50a79c7b89f
+ source = https://files.pythonhosted.org/packages/source/d/dscribe/dscribe-2.1.1.tar.gz
+ sha256sums = 444484b7070255257383d191936f8bb5e4b11c1ba8eb4ac22c7273e82f9c8bdd
pkgname = python-dscribe
diff --git a/PKGBUILD b/PKGBUILD
index 8ca0b6cc1945..b61c1aca64fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=dscribe
pkgname=python-${_name,,}
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
pkgdesc='Creating feature transformations in applications of ML to materials science'
arch=('any')
@@ -12,7 +12,7 @@ license=('Apache-2.0')
depends=('python>3.7' 'pybind11>=2.4' python-numpy python-scipy 'python-ase>=3.19.0' python-scikit-learn 'python-joblib>=1.0.0' python-sparse)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
)
-sha256sums=('cbeb6c519dc7bf8203d42c8bd9388d42d848389284cbbf84a390f50a79c7b89f')
+sha256sums=(444484b7070255257383d191936f8bb5e4b11c1ba8eb4ac22c7273e82f9c8bdd)
makedepends=(python-build python-installer python-wheel meson-python)