summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2023-06-14 23:30:27 +0300
committerDaniel Bershatsky2023-06-14 23:30:27 +0300
commit11418e06b6374347b872e616468f150cb70f5df9 (patch)
treedf39943afdd47a9f1f7f7af53f6f11c75733eeb5
parentc43abfbae7b238b7d02f14d045acb089b51429f1 (diff)
downloadaur-11418e06b6374347b872e616468f150cb70f5df9.tar.gz
Bump version to 2.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89bce6b47909..853617dda3a3 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.12.0
+ pkgver = 2.13.0
pkgrel = 2
url = https://github.com/huggingface/datasets
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = python-datasets
optdepends = python-pillow: Vision datasets
optdepends = python-tensorflow: TensorFlow support
optdepends = python-pytorch: PyTorch support
- source = datasets-2.12.0.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/2.12.0.tar.gz
- sha256sums = 19a0fd73499fa15148ebc650ec82c78096adcf0be597c5bedb308f29b98075aa
+ source = datasets-2.13.0.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/2.13.0.tar.gz
+ sha256sums = b9761fc50556c395a7aee87119e4057d9bc5a562a24431d3c1bdc87b6762b3a6
pkgname = python-datasets
diff --git a/PKGBUILD b/PKGBUILD
index ebc4d70496b0..f26328c75667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: daskol (Daniel Bershatsky) < bepshatsky at yandex dot ru >
pkgname='python-datasets'
-pkgver=2.12.0
+pkgver=2.13.0
pkgrel=2
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')
@@ -32,7 +32,7 @@ optdepends=(
)
groups=('huggingface')
source=("datasets-${pkgver}.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('19a0fd73499fa15148ebc650ec82c78096adcf0be597c5bedb308f29b98075aa')
+sha256sums=('b9761fc50556c395a7aee87119e4057d9bc5a562a24431d3c1bdc87b6762b3a6')
build() {
cd ${srcdir}/datasets-${pkgver}