From 16cdcba3418e0ef3bcab158ae6aaad5fe571c18fe0f647466827a76da505969f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Dec 2023 12:45:12 +0000 Subject: [PATCH] - update to 2023.12.2: * top-level glob in ZIP (#1454) * append mode on local ZIP files/truncate (#1449) * restrict ":" as protocol marker to data: (#1452) * sftp relative paths (#1451) * http encoding in HTTP FS put_file (#1450) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=59 --- fsspec-2023.12.1.tar.gz | 3 --- fsspec-2023.12.2.tar.gz | 3 +++ python-fsspec.changes | 10 ++++++++++ python-fsspec.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 fsspec-2023.12.1.tar.gz create mode 100644 fsspec-2023.12.2.tar.gz diff --git a/fsspec-2023.12.1.tar.gz b/fsspec-2023.12.1.tar.gz deleted file mode 100644 index 736d7fb..0000000 --- a/fsspec-2023.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30ab4a9da2586fc3802c8fb3fa143cba0cdfc88e218833e892f64af673b0192b -size 408497 diff --git a/fsspec-2023.12.2.tar.gz b/fsspec-2023.12.2.tar.gz new file mode 100644 index 0000000..6a5766c --- /dev/null +++ b/fsspec-2023.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d847f52d8beaa05f81513f2c4d12c8079ba998dafac1c4eb85a1e240190b856 +size 409313 diff --git a/python-fsspec.changes b/python-fsspec.changes index 8ffdf18..ce81f58 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 16 12:44:59 UTC 2023 - Dirk Müller + +- update to 2023.12.2: + * top-level glob in ZIP (#1454) + * append mode on local ZIP files/truncate (#1449) + * restrict ":" as protocol marker to data: (#1452) + * sftp relative paths (#1451) + * http encoding in HTTP FS put_file (#1450) + ------------------------------------------------------------------- Thu Dec 7 21:30:12 UTC 2023 - Dirk Müller diff --git a/python-fsspec.spec b/python-fsspec.spec index 8f01759..e441396 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-fsspec%{psuffix} -Version: 2023.12.1 +Version: 2023.12.2 Release: 0 Summary: Filesystem specification package License: BSD-3-Clause