Hello community,

here is the log from the commit of package python-s3fs for openSUSE:Factory 
checked in at 2019-08-19 23:02:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-s3fs (Old)
 and      /work/SRC/openSUSE:Factory/.python-s3fs.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-s3fs"

Mon Aug 19 23:02:07 2019 rev:3 rq:724496 version:0.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-s3fs/python-s3fs.changes  2018-12-04 
20:56:57.160678079 +0100
+++ /work/SRC/openSUSE:Factory/.python-s3fs.new.22127/python-s3fs.changes       
2019-08-19 23:02:08.311454091 +0200
@@ -1,0 +2,15 @@
+Mon Aug 19 08:12:40 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.3.3:
+  * Flaky tests fixes
+  * allow setting default S3File's cache_type in S3FileSystem
+
+-------------------------------------------------------------------
+Thu Aug  1 09:23:30 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.3.1:
+  * python3 only
+  * Tests now work in offline mode
+  * Various fixes all around
+
+-------------------------------------------------------------------

Old:
----
  LICENSE.txt
  s3fs-0.1.6.tar.gz

New:
----
  s3fs-0.3.3.tar.gz

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

Other differences:
------------------
++++++ python-s3fs.spec ++++++
--- /var/tmp/diff_new_pack.0ljiX8/_old  2019-08-19 23:02:09.627453516 +0200
+++ /var/tmp/diff_new_pack.0ljiX8/_new  2019-08-19 23:02:09.631453513 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-s3fs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,28 @@
 #
 
 
-# Tests require a network connection
-%bcond_with test
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-s3fs
-Version:        0.1.6
+Version:        0.3.3
 Release:        0
 Summary:        Python filesystem interface over S3
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://github.com/dask/s3fs/
+URL:            https://github.com/dask/s3fs/
 Source:         
https://files.pythonhosted.org/packages/source/s/s3fs/s3fs-%{version}.tar.gz
-Source1:        https://raw.githubusercontent.com/dask/s3fs/0.1.0/LICENSE.txt
-BuildRequires:  %{python_module boto3}
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module boto3 >= 1.9.91}
+BuildRequires:  %{python_module botocore >= 1.12.91}
+BuildRequires:  %{python_module fsspec >= 0.2.2}
+BuildRequires:  %{python_module moto >= 1.3.7}
+BuildRequires:  %{python_module pytest >= 4.2.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module moto}
-BuildRequires:  %{python_module pytest}
-%endif
-Requires:       python-boto3
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Requires:       python-boto3 >= 1.9.91
+Requires:       python-botocore >= 1.12.91
+Requires:       python-fsspec >= 0.2.2
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -50,7 +46,6 @@
 
 %prep
 %setup -q -n s3fs-%{version}
-cp %{SOURCE1} .
 
 %build
 %python_build
@@ -59,13 +54,11 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_expand py.test-%{$python_bin_suffix}
-%endif
+# test_anonymous_access - online test
+%pytest -k 'not test_anonymous_access'
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE.txt
 %{python_sitelib}/*

++++++ s3fs-0.1.6.tar.gz -> s3fs-0.3.3.tar.gz ++++++
++++ 3165 lines of diff (skipped)


Reply via email to