Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-s3fs for openSUSE:Factory 
checked in at 2022-01-20 00:12:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-s3fs (Old)
 and      /work/SRC/openSUSE:Factory/.python-s3fs.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-s3fs"

Thu Jan 20 00:12:09 2022 rev:10 rq:944755 version:2021.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-s3fs/python-s3fs.changes  2021-08-19 
10:01:50.471203960 +0200
+++ /work/SRC/openSUSE:Factory/.python-s3fs.new.1892/python-s3fs.changes        
2022-01-20 00:12:55.082607430 +0100
@@ -1,0 +2,27 @@
+Fri Dec 24 23:03:01 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2021.11.1 
+  * deal with missing ETag (#557)
+  * ClientPayloadError to retryable (#556)
+  * pin aiobotocore (#555)
+- Release 2021.11.0
+  * move to fsspec org
+  * doc tweaks (#546, 540)
+  * redondant argument in _rm_versioned_bucket_contents (#439)
+  * allow client_method in url/sign (POST, etc) (#536)
+  * revert list_v2->head for info (#545)
+- Release 2021.10.1
+  * allow other methods than GET to url/sign (#536)
+- Release 2021.10.0
+  * No changes (just released to keep pin with fsspec)
+- Release 2021.09.0
+  * check for bucket also with get_bucket_location (#533)
+  * update versioneer (#531)
+- Release 2021.08.1
+  * retry on IncompleteRead (#525)
+  * fix isdir for missing bucket (#522)
+  * raise for glob("*") (#5167)
+- Release 2021.08.0
+  * fix for aiobotocore update (#510)
+
+-------------------------------------------------------------------

Old:
----
  s3fs-2021.7.0.tar.gz

New:
----
  s3fs-2021.11.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-s3fs.spec ++++++
--- /var/tmp/diff_new_pack.X0rtgO/_old  2022-01-20 00:12:55.546607804 +0100
+++ /var/tmp/diff_new_pack.X0rtgO/_new  2022-01-20 00:12:55.546607804 +0100
@@ -19,16 +19,17 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:           python-s3fs
-Version:        2021.7.0
+Version:        2021.11.1
 Release:        0
 Summary:        Python filesystem interface for S3
 License:        BSD-3-Clause
-URL:            https://github.com/dask/s3fs/
+URL:            https://github.com/fsspec/s3fs/
 Source:         
https://files.pythonhosted.org/packages/source/s/s3fs/s3fs-%{version}.tar.gz
 BuildRequires:  %{python_module Flask}
-BuildRequires:  %{python_module aiobotocore >= 1.0.1}
+BuildRequires:  %{python_module aiobotocore >= 2.0.1}
+BuildRequires:  %{python_module aiohttp}
 BuildRequires:  %{python_module boto3}
-BuildRequires:  %{python_module fsspec >= 2021.7.0}
+BuildRequires:  %{python_module fsspec = %{version}}
 BuildRequires:  %{python_module moto-server >= 2.0}
 BuildRequires:  %{python_module pytest >= 4.2.0}
 BuildRequires:  %{python_module pytest-env}
@@ -38,8 +39,9 @@
 %if %{with python2}
 BuildRequires:  python-mock
 %endif
-Requires:       python-aiobotocore >= 1.0.1
-Requires:       python-fsspec >= 2021.7.0
+Requires:       python-aiobotocore >= 2.0.1
+Requires:       python-aiohttp
+Requires:       python-fsspec = %{version}
 Recommends:     aws-cli
 Recommends:     python-boto3
 BuildArch:      noarch
@@ -62,7 +64,8 @@
 
 %check
 # test_anonymous_access - online test
-%pytest -k 'not test_anonymous_access'
+# test_async_close - online test
+%pytest -k 'not (test_anonymous_access or test_async_close)'
 
 %files %{python_files}
 %doc README.rst

++++++ s3fs-2021.7.0.tar.gz -> s3fs-2021.11.1.tar.gz ++++++
++++ 2062 lines of diff (skipped)

Reply via email to