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 2021-05-21 21:49:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-s3fs (Old)
 and      /work/SRC/openSUSE:Factory/.python-s3fs.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-s3fs"

Fri May 21 21:49:52 2021 rev:8 rq:894675 version:2021.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-s3fs/python-s3fs.changes  2020-12-09 
22:13:14.047177297 +0100
+++ /work/SRC/openSUSE:Factory/.python-s3fs.new.2988/python-s3fs.changes        
2021-05-21 21:50:00.434235654 +0200
@@ -1,0 +2,31 @@
+Thu May 20 13:16:17 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2021.05.0
+  * optimize info,``exists`` (and related) calls for non-version
+    aware mode
+  * copy with entries without ETag (#480)
+  * find not to corrups parent listing (#476)
+  * short listing to determine directory (#472, 471)
+- Release 2021.04.0
+  * switch to calver and fsspec pin
+  * py36 (#462)
+  * async fixes (#456, 452)
+- Drop s3fs-pr462-py36-and-moto2.patch merged upstream
+- Drop unsupported python2 build alltogether
+
+-------------------------------------------------------------------
+Thu Apr 15 11:00:24 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.6.0
+  * update for fsspec 0.9.0 (#448)
+  * better errors (#443)
+  * cp to preserve ETAG (#441)
+  * CI (#435, #427, #395)
+  * 5GB PUT (#425)
+  * partical cat (#389)
+  * direct find (#360)
+- Release 0.5.0
+  * Asynchronous filesystem based on aiobotocore
+- Add s3fs-pr462-py36-and-moto2.patch to support moto2
+
+-------------------------------------------------------------------

Old:
----
  s3fs-0.4.2.tar.gz

New:
----
  s3fs-2021.5.0.tar.gz

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

Other differences:
------------------
++++++ python-s3fs.spec ++++++
--- /var/tmp/diff_new_pack.dDrDAO/_old  2021-05-21 21:50:00.878233816 +0200
+++ /var/tmp/diff_new_pack.dDrDAO/_new  2021-05-21 21:50:00.882233799 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-s3fs
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,36 +16,42 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
+%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
-%endif
 Name:           python-s3fs
-Version:        0.4.2
+Version:        2021.5.0
 Release:        0
-Summary:        Python filesystem interface over S3
+Summary:        Python filesystem interface for S3
 License:        BSD-3-Clause
 URL:            https://github.com/dask/s3fs/
 Source:         
https://files.pythonhosted.org/packages/source/s/s3fs/s3fs-%{version}.tar.gz
-BuildRequires:  %{python_module botocore >= 1.12.91}
-BuildRequires:  %{python_module fsspec >= 0.6.0}
-BuildRequires:  %{python_module moto >= 1.3.12}
+BuildRequires:  %{python_module Flask}
+BuildRequires:  %{python_module aiobotocore >= 1.0.1}
+BuildRequires:  %{python_module boto3}
+BuildRequires:  %{python_module fsspec >= 2021.5.0}
+BuildRequires:  %{python_module moto-server >= 2.0}
 BuildRequires:  %{python_module pytest >= 4.2.0}
 BuildRequires:  %{python_module pytest-env}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-botocore >= 1.12.91
-Requires:       python-fsspec >= 0.6.0
+%if %{with python2}
+BuildRequires:  python-mock
+%endif
+Requires:       python-aiobotocore >= 1.0.1
+Requires:       python-fsspec >= 2021.5.0
+Recommends:     aws-cli
+Recommends:     python-boto3
 BuildArch:      noarch
 %python_subpackages
 
 %description
-S3FS builds on boto3 to provide a Python filesystem
+S3FS builds on aiobotocore to provide a Python filesystem
 interface for S3.
 
 %prep
-%setup -q -n s3fs-%{version}
+%autosetup -p1 -n s3fs-%{version}
+chmod -x s3fs.egg-info/*
 
 %build
 %python_build
@@ -61,6 +67,7 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/s3fs
+%{python_sitelib}/s3fs-%{version}*-info
 
 %changelog

++++++ s3fs-0.4.2.tar.gz -> s3fs-2021.5.0.tar.gz ++++++
++++ 6070 lines of diff (skipped)

Reply via email to