Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-fsspec
Commits:
3012a0d9 by Antonio Rojas at 2024-04-13T12:59:29+02:00
upgpkg: 2024.3.1-3: Python 3.12 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-fsspec
pkgdesc = Specification that python filesystems should adhere to.
pkgver = 2024.3.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/intake/filesystem_spec
arch = any
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkg=filesystem_spec
pkgname=python-fsspec
pkgver=2024.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Specification that python filesystems should adhere to."
arch=(any)
url="https://github.com/intake/filesystem_spec"
@@ -62,7 +62,7 @@ build() {
check() {
cd ${_pkg}-${pkgver}
# These tests do not work on CI, neither on our build server
- pytest -vv --color=yes -rs --deselect
fsspec/implementations/tests/test_http.py::test_processes
+ pytest -vv --color=yes -x -rs --deselect
fsspec/implementations/tests/test_http.py::test_processes
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fsspec/-/commit/3012a0d9604666ad2a94327bb05b7b066da33c75
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fsspec/-/commit/3012a0d9604666ad2a94327bb05b7b066da33c75
You're receiving this email because of your account on gitlab.archlinux.org.