Hello community,
here is the log from the commit of package python-django-storages for
openSUSE:Factory checked in at 2020-02-20 14:59:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-storages (Old)
and /work/SRC/openSUSE:Factory/.python-django-storages.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-storages"
Thu Feb 20 14:59:57 2020 rev:5 rq:777611 version:1.9.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-storages/python-django-storages.changes
2020-01-07 23:54:38.792071584 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-storages.new.26092/python-django-storages.changes
2020-02-20 15:00:01.982835820 +0100
@@ -1,0 +2,7 @@
+Thu Feb 20 09:13:35 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.9.1:
+ * Breaking: The long deprecated S3 backend based on boto has been removed.
(#825)
+ * Test against and support Python 3.8 (#810)
+
+-------------------------------------------------------------------
Old:
----
django-storages-1.8.tar.gz
New:
----
django-storages-1.9.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-storages.spec ++++++
--- /var/tmp/diff_new_pack.Xdn4vY/_old 2020-02-20 15:00:03.226838261 +0100
+++ /var/tmp/diff_new_pack.Xdn4vY/_new 2020-02-20 15:00:03.238838285 +0100
@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-django-storages
-Version: 1.8
+Version: 1.9.1
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
BuildRequires: %{python_module setuptools}
@@ -32,7 +31,6 @@
Suggests: python-apache-libcloud
Suggests: python-azure >= 3.0.0
Suggests: python-azure-storage-blob >= 1.3.1
-Suggests: python-boto >= 2.32.0
Suggests: python-boto3 >= 1.4.4
Suggests: python-dropbox >= 7.2.1
Suggests: python-google-cloud-storage >= 1.15.0
@@ -41,7 +39,6 @@
# SECTION test requirements
BuildRequires: %{python_module Django >= 1.11}
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 >= 1.15.0}
@@ -69,6 +66,7 @@
export DJANGO_SETTINGS_MODULE=tests.settings
# Integration tests, which is only azure, fail systematically
rm -r tests/integration
+rm tests/test_azure.py
# Skip failing test in test_s3boto3.py
%pytest -k 'not test_deprecated_default_acl'
++++++ django-storages-1.8.tar.gz -> django-storages-1.9.1.tar.gz ++++++
++++ 2349 lines of diff (skipped)