From 2f6a018cc134cbd6ae0d5640b4981fe7206e68e788c3a1baffa75892827a4700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 28 Apr 2022 04:25:23 +0000 Subject: [PATCH] Accepting request 973270 from home:bnavigator:branches:devel:languages:python - Update to 2022.3.0 * bucket exists workaround (#464) * dirmarkers (#459) * check connection (#457) * browser connection now uses local server (#456) * bucket location (#455) * ensure auth is closed (#452) OBS-URL: https://build.opensuse.org/request/show/973270 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=16 --- gcsfs-2022.02.0-gh.tar.gz | 3 --- gcsfs-2022.3.0-gh.tar.gz | 3 +++ python-gcsfs.changes | 11 +++++++++++ python-gcsfs.spec | 7 +++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 gcsfs-2022.02.0-gh.tar.gz create mode 100644 gcsfs-2022.3.0-gh.tar.gz diff --git a/gcsfs-2022.02.0-gh.tar.gz b/gcsfs-2022.02.0-gh.tar.gz deleted file mode 100644 index 7c1eead..0000000 --- a/gcsfs-2022.02.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:559522e7ecd56fdf7ef22fe49f8422d08f17ece0b2345337e42f64cfadef179b -size 66349 diff --git a/gcsfs-2022.3.0-gh.tar.gz b/gcsfs-2022.3.0-gh.tar.gz new file mode 100644 index 0000000..3e1d97a --- /dev/null +++ b/gcsfs-2022.3.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ffda1323342370cdc55258aa985ce27c2e2a38d3bdc102ac27b390adebb2d1 +size 67211 diff --git a/python-gcsfs.changes b/python-gcsfs.changes index 0d736ac..83a86ee 100644 --- a/python-gcsfs.changes +++ b/python-gcsfs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Apr 27 21:15:17 UTC 2022 - Ben Greiner + +- Update to 2022.3.0 + * bucket exists workaround (#464) + * dirmarkers (#459) + * check connection (#457) + * browser connection now uses local server (#456) + * bucket location (#455) + * ensure auth is closed (#452) + ------------------------------------------------------------------- Tue Feb 22 22:47:16 UTC 2022 - Matej Cepl diff --git a/python-gcsfs.spec b/python-gcsfs.spec index b86b4a1..b81c389 100644 --- a/python-gcsfs.spec +++ b/python-gcsfs.spec @@ -20,16 +20,15 @@ # the test suite moved to a docker simulator which we cannot run inside an obs environment %bcond_with fulltest %define skip_python2 1 -%define ghversiontag 2022.02.0 Name: python-gcsfs -Version: 2022.2.0 +Version: 2022.3.0 Release: 0 Summary: Filesystem interface over GCS License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/fsspec/gcsfs # Use the GitHub tarball for test data -Source: https://github.com/fsspec/gcsfs/archive/refs/tags/%{ghversiontag}.tar.gz#/gcsfs-%{ghversiontag}-gh.tar.gz +Source: https://github.com/fsspec/gcsfs/archive/refs/tags/%{version}.tar.gz#/gcsfs-%{version}-gh.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -77,7 +76,7 @@ File-system interface for Google Cloud Storage. This package provides the optional FUSE interface. %prep -%autosetup -p1 -n gcsfs-%{ghversiontag} +%autosetup -p1 -n gcsfs-%{version} sed -i 's/--color=yes//' setup.cfg %build