Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / python-datasets
Commits: 6f4acee3 by Jakub Klinkovský at 2025-05-08T08:16:16+02:00 upgpkg: 3.6.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-datasets pkgdesc = Ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools - pkgver = 3.5.1 + pkgver = 3.6.0 pkgrel = 1 url = https://github.com/huggingface/datasets arch = any @@ -42,7 +42,7 @@ pkgbase = python-datasets optdepends = python-pillow: Vision datasets optdepends = python-tensorflow: TensorFlow support optdepends = python-pytorch: PyTorch support - source = python-datasets-3.5.1.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/3.5.1.tar.gz - b2sums = 205117e16801806d8756a6b541e28e7d52d253f1dfddd31b4bfc62bd88a51b71212ef6e65d29cb0fdeb1373c8fc555df01be8b0461774ae308db0696477f8f20 + source = python-datasets-3.6.0.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/3.6.0.tar.gz + b2sums = 9a67a8c48cea0f0615c4e055e4356fec76410f6e05967577743cb6ea2e7dc97d32be6b08ee62854d30d7df4f9b167cfc1c1f65b5c397102225aa63ea7e4a90ec pkgname = python-datasets ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _name=datasets pkgname=python-$_name -pkgver=3.5.1 +pkgver=3.6.0 pkgrel=1 pkgdesc="Ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools" arch=(any) @@ -56,7 +56,7 @@ optdepends=( 'python-pytorch: PyTorch support' ) source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz") -b2sums=('205117e16801806d8756a6b541e28e7d52d253f1dfddd31b4bfc62bd88a51b71212ef6e65d29cb0fdeb1373c8fc555df01be8b0461774ae308db0696477f8f20') +b2sums=('9a67a8c48cea0f0615c4e055e4356fec76410f6e05967577743cb6ea2e7dc97d32be6b08ee62854d30d7df4f9b167cfc1c1f65b5c397102225aa63ea7e4a90ec') build() { cd $_name-$pkgver @@ -97,6 +97,8 @@ check() { # often fails due to 429 Client Error: Too Many Requests --deselect tests/test_inspect.py::test_get_dataset_split_names --deselect tests/test_inspect.py::test_get_dataset_info + # FileNotFoundError + --deselect tests/test_load.py::test_load_dataset_private_zipped_images[True] ) cd $_name-$pkgver @@ -108,5 +110,5 @@ check() { package() { cd $_name-$pkgver python -m installer --destdir="$pkgdir" dist/*.whl - install -vDm 644 README.md -t "$pkgdir"/usr/share/doc/$pkgname + install -vDm 644 README.md -t "$pkgdir"/usr/share/doc/$pkgname/ } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-datasets/-/commit/6f4acee326adf3a9849db9f5d36c6313b7afdc30 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-datasets/-/commit/6f4acee326adf3a9849db9f5d36c6313b7afdc30 You're receiving this email because of your account on gitlab.archlinux.org.