summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2024-02-20 01:35:13 +0300
committerDaniel Bershatsky2024-02-20 01:35:13 +0300
commit782d5dc78544c640a481786ee05d926b64071866 (patch)
treeaad4f9ec31555d434e8e738d8396a9af1ccbe69d
parent02f49fd2da0bf886aea15a5fff266fc5d52525a6 (diff)
downloadaur-782d5dc78544c640a481786ee05d926b64071866.tar.gz
Bump version to 2.17.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 441568d3f5c9..2b91656ec07b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-datasets
pkgdesc = The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
- pkgver = 2.17.0
+ pkgver = 2.17.1
pkgrel = 1
url = https://github.com/huggingface/datasets
arch = x86_64
@@ -28,9 +28,9 @@ pkgbase = python-datasets
optdepends = python-pillow: Vision datasets
optdepends = python-tensorflow: TensorFlow support
optdepends = python-pytorch: PyTorch support
- source = datasets-2.17.0.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/2.17.0.tar.gz
+ source = datasets-2.17.1.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/2.17.1.tar.gz
source = python-datasets.diff
- sha256sums = 86c26c73b089284bce56e10fe6a34a12112ef59d53bdc2ba2afc913f06e18ce2
+ sha256sums = 50fae77029ef7c0705a906aad7799cfda90975824c2c5482dac953a8663c9b7c
sha256sums = SKIP
pkgname = python-datasets
diff --git a/PKGBUILD b/PKGBUILD
index 8eae23507422..5ff715031dc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: daskol (Daniel Bershatsky) < bepshatsky at yandex dot ru >
pkgname='python-datasets'
-pkgver=2.17.0
+pkgver=2.17.1
pkgrel=1
pkgdesc='The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools'
arch=('x86_64')
@@ -34,7 +34,7 @@ optdepends=(
groups=('huggingface')
source=("datasets-${pkgver}.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/${pkgver}.tar.gz"
'python-datasets.diff')
-sha256sums=('86c26c73b089284bce56e10fe6a34a12112ef59d53bdc2ba2afc913f06e18ce2'
+sha256sums=('50fae77029ef7c0705a906aad7799cfda90975824c2c5482dac953a8663c9b7c'
'SKIP')
prepare() {