summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2023-04-28 17:32:35 +0300
committerDaniel Bershatsky2023-04-28 17:32:35 +0300
commitad9517e0b77738697906288b02f179cbcef5d01d (patch)
tree908d02380081c5378c65329610f6981c285d619f
parent68212fd7c1a242a16bd8d77475b4f7535b556f71 (diff)
downloadaur-ad9517e0b77738697906288b02f179cbcef5d01d.tar.gz
Bump version to 2.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63a7fbc81e35..78b819b012ec 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.11.0
+ pkgver = 2.12.0
pkgrel = 1
url = https://github.com/huggingface/datasets
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = python-datasets
optdepends = python-pillow: Vision datasets
optdepends = python-tensorflow: TensorFlow support
optdepends = python-pytorch: PyTorch support
- source = datasets-2.11.0.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/2.11.0.tar.gz
- sha256sums = 16d7613ed594fc80c9d6ba0f2526e22859f0207cbb39cb9f1528e2bb4da060bf
+ source = datasets-2.12.0.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/2.12.0.tar.gz
+ sha256sums = 19a0fd73499fa15148ebc650ec82c78096adcf0be597c5bedb308f29b98075aa
pkgname = python-datasets
diff --git a/PKGBUILD b/PKGBUILD
index 6a6901373029..850e5fc66d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: daskol (Daniel Bershatsky) < bepshatsky at yandex dot ru >
pkgname='python-datasets'
-pkgver=2.11.0
+pkgver=2.12.0
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')
@@ -33,7 +33,7 @@ optdepends=(
)
groups=('huggingface')
source=("datasets-${pkgver}.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('16d7613ed594fc80c9d6ba0f2526e22859f0207cbb39cb9f1528e2bb4da060bf')
+sha256sums=('19a0fd73499fa15148ebc650ec82c78096adcf0be597c5bedb308f29b98075aa')
build() {
cd ${srcdir}/datasets-${pkgver}