Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-fsspec


Commits:
8d03457a by Carl Smedstad at 2024-10-21T07:11:04+02:00
upgpkg: 2024.10.0-1: Upstream release

https://github.com/fsspec/filesystem_spec/releases/tag/2024.10.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-fsspec
        pkgdesc = Specification that python filesystems should adhere to
-       pkgver = 2024.9.0
-       pkgrel = 2
+       pkgver = 2024.10.0
+       pkgrel = 1
        url = https://github.com/intake/filesystem_spec
        arch = any
        license = BSD-3-Clause
@@ -49,7 +49,7 @@ pkgbase = python-fsspec
        optdepends = python-smbprotocol: SMB support
        optdepends = python-snappy: snappy compression support
        optdepends = python-zstandard: zstandard (zstd) compression support
-       source = 
https://github.com/intake/filesystem_spec/archive/2024.9.0/python-fsspec-2024.9.0.tar.gz
-       sha256sums = 
c02c956b0f89ff1f5dc3c78d1298d45264b3ac1a517ff92008c9e866ca34cf0f
+       source = 
https://github.com/intake/filesystem_spec/archive/2024.10.0/python-fsspec-2024.10.0.tar.gz
+       sha256sums = 
c63053dbc872b07effaf02f2e59d1314f1c5a5deaa95cc36149895c151fa7eb3
 
 pkgname = python-fsspec


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 _pkgname=filesystem_spec
 pkgname=python-fsspec
-pkgver=2024.9.0
-pkgrel=2
+pkgver=2024.10.0
+pkgrel=1
 pkgdesc="Specification that python filesystems should adhere to"
 arch=(any)
 url="https://github.com/intake/filesystem_spec";
@@ -61,7 +61,7 @@ optdepends=(
   'python-zstandard: zstandard (zstd) compression support'
 )
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('c02c956b0f89ff1f5dc3c78d1298d45264b3ac1a517ff92008c9e866ca34cf0f')
+sha256sums=('c63053dbc872b07effaf02f2e59d1314f1c5a5deaa95cc36149895c151fa7eb3')
 
 build() {
   cd $_pkgname-$pkgver
@@ -73,8 +73,15 @@ check() {
   cd $_pkgname-$pkgver
   pytest \
     --deselect fsspec/implementations/tests/test_ftp.py \
-    --deselect 
fsspec/implementations/tests/test_zip.py::test_find_returns_expected_result_detail_true
 \
-    --deselect 
fsspec/implementations/tests/test_zip.py::test_find_returns_expected_result_detail_true_include_dirs
+    --deselect fsspec/implementations/tests/test_http.py \
+    --deselect fsspec/implementations/tests/test_reference.py::test_defaults \
+    --deselect fsspec/implementations/tests/test_reference.py::test_info \
+    --deselect fsspec/implementations/tests/test_reference.py::test_simple \
+    --deselect 
fsspec/implementations/tests/test_reference.py::test_simple_ver1 \
+    --deselect fsspec/tests/test_caches.py::test_background \
+    --deselect fsspec/tests/test_generic.py::test_cat_async \
+    --deselect fsspec/tests/test_generic.py::test_cp_async_to_sync \
+    --deselect fsspec/tests/test_generic.py::test_remote_async_ops
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fsspec/-/commit/8d03457a599910fe73aba7085d83cd29100549d2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fsspec/-/commit/8d03457a599910fe73aba7085d83cd29100549d2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to