Hello community,

here is the log from the commit of package python-django-storages for 
openSUSE:Factory checked in at 2019-09-27 14:48:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-storages (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-storages.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-storages"

Fri Sep 27 14:48:31 2019 rev:3 rq:731206 version:1.7.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-storages/python-django-storages.changes
    2019-04-18 09:56:39.297349988 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-storages.new.2352/python-django-storages.changes
  2019-09-27 14:48:33.208748374 +0200
@@ -1,0 +2,8 @@
+Mon Sep 16 08:49:09 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.7.2:
+  * Various cloud fixes
+  * Support for newer django releases
+- Drop merged e9bb4bcb8a1b7720468add08bc8343ffbaa0165c.patch
+
+-------------------------------------------------------------------

Old:
----
  django-storages-1.7.1.tar.gz
  e9bb4bcb8a1b7720468add08bc8343ffbaa0165c.patch

New:
----
  django-storages-1.7.2.tar.gz

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

Other differences:
------------------
++++++ python-django-storages.spec ++++++
--- /var/tmp/diff_new_pack.1mFORB/_old  2019-09-27 14:48:33.660747199 +0200
+++ /var/tmp/diff_new_pack.1mFORB/_new  2019-09-27 14:48:33.660747199 +0200
@@ -18,15 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-django-storages
-Version:        1.7.1
+Version:        1.7.2
 Release:        0
 Summary:        Support for many storage backends in Django
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/jschneier/django-storages
 Source:         
https://files.pythonhosted.org/packages/source/d/django-storages/django-storages-%{version}.tar.gz
-Patch0:         e9bb4bcb8a1b7720468add08bc8343ffbaa0165c.patch
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -42,12 +40,13 @@
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Django >= 1.11}
-BuildRequires:  %{python_module azure-storage-blob}
-BuildRequires:  %{python_module boto3}
-BuildRequires:  %{python_module boto}
-BuildRequires:  %{python_module dropbox}
-BuildRequires:  %{python_module google-cloud-storage}
+BuildRequires:  %{python_module azure-storage-blob >= 1.3.1}
+BuildRequires:  %{python_module boto >= 2.32.0}
+BuildRequires:  %{python_module boto3 >= 1.4.4}
+BuildRequires:  %{python_module dropbox >= 7.2.1}
+BuildRequires:  %{python_module google-cloud-storage >= 0.22.0}
 BuildRequires:  %{python_module paramiko}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  python2-mock
 # /SECTION
 %python_subpackages
@@ -57,7 +56,6 @@
 
 %prep
 %setup -q -n django-storages-%{version}
-%patch0 -p1
 
 %build
 %python_build
@@ -71,8 +69,8 @@
 export DJANGO_SETTINGS_MODULE=tests.settings
 # Integration tests, which is only azure, fail systematically
 rm -r tests/integration
-# Skip two tests in test_s3boto3.py
-%python_exec -m nose -e 'test_deprecated_(acl|bucket)'
+# Skip failing test in test_s3boto3.py
+%pytest -k 'not test_deprecated_default_acl'
 
 %files %{python_files}
 %doc AUTHORS CHANGELOG.rst README.rst

++++++ django-storages-1.7.1.tar.gz -> django-storages-1.7.2.tar.gz ++++++
++++ 2596 lines of diff (skipped)


Reply via email to