Accepting request 1074233 from home:bnavigator:branches:devel:languages:python
- Update to 2023.3.0 * Don't let find() mess up dircache (#531) * Drop py3.7 (#529) * Update docs (#528) * Make times UTC (#527) * Use BytesIO for large bodies (#525) * Fix: Don't append generation when it is absent (#523) * get/put/cp consistency tests (#521) - Release 2023.1.0 * Support create time (#516, 518) * defer async session creation (#513, 514) * support listing of file versions (#509) * fix sign following versioned split protocol (#513) OBS-URL: https://build.opensuse.org/request/show/1074233 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=27
This commit is contained in:
parent
8971f7cac7
commit
a09b74bc6d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:009fe3f0e8e6df623ed7a760796aa1c5d0f2d8442741cc8cbddb70b845d01d74
|
|
||||||
size 70214
|
|
3
gcsfs-2023.3.0-gh.tar.gz
Normal file
3
gcsfs-2023.3.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:089b0a661f7e004c41635a7c89f6012dd09cac7ee1eb1af66bcc4916bd2df4d3
|
||||||
|
size 72110
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 24 15:48:08 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 2023.3.0
|
||||||
|
* Don't let find() mess up dircache (#531)
|
||||||
|
* Drop py3.7 (#529)
|
||||||
|
* Update docs (#528)
|
||||||
|
* Make times UTC (#527)
|
||||||
|
* Use BytesIO for large bodies (#525)
|
||||||
|
* Fix: Don't append generation when it is absent (#523)
|
||||||
|
* get/put/cp consistency tests (#521)
|
||||||
|
- Release 2023.1.0
|
||||||
|
* Support create time (#516, 518)
|
||||||
|
* defer async session creation (#513, 514)
|
||||||
|
* support listing of file versions (#509)
|
||||||
|
* fix sign following versioned split protocol (#513)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 19 14:45:02 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Sat Nov 19 14:45:02 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-gcsfs
|
# spec file for package python-gcsfs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-gcsfs
|
Name: python-gcsfs
|
||||||
Version: 2022.11.0
|
Version: 2023.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Filesystem interface over GCS
|
Summary: Filesystem interface over GCS
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -25,7 +25,7 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/fsspec/gcsfs
|
URL: https://github.com/fsspec/gcsfs
|
||||||
# Use the GitHub tarball for test data
|
# Use the GitHub tarball for test data
|
||||||
Source: https://github.com/fsspec/gcsfs/archive/refs/tags/%{version}.tar.gz#/gcsfs-%{version}-gh.tar.gz
|
Source: https://github.com/fsspec/gcsfs/archive/refs/tags/%{version}.tar.gz#/gcsfs-%{version}-gh.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Loading…
x
Reference in New Issue
Block a user