Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-storages for 
openSUSE:Factory checked in at 2021-10-16 22:47:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-storages (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-storages.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-storages"

Sat Oct 16 22:47:06 2021 rev:8 rq:925560 version:1.12.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-storages/python-django-storages.changes
    2020-11-29 12:29:55.342092848 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-storages.new.1890/python-django-storages.changes
  2021-10-16 22:47:34.320688469 +0200
@@ -1,0 +2,60 @@
+Tue Oct 12 13:28:10 UTC 2021 - ecsos <ec...@opensuse.org>
+
+- Update to 1.12.1
+  * S3
+    - Change gzip compression to use a streaming implementation (#1061)
+    - Fix saving files with S3ManifestStaticStorage (#1068, #1069)
+- Changes from 1.12
+  - Add support for Django 3.2 (#1046, #1042, #1005)
+  - Replace Travis CI with GitHub actions (#1051)
+  * S3
+    - Convert signing keys to bytes if necessary (#1003)
+    - Avoid a ListParts API call during multipart upload (#1041)
+    - Custom domains now use passed URL params (#1054)
+    - Allow the use of AWS profiles and clarify the options for
+      passing credentials (fbe9538)
+    - Re-allow override of various access key names (#1026)
+    - Properly exclude empty folders during listdir (66f4f8e)
+    - Support saving file objects that are not seekable (#860, #1057)
+    - Return True for .exists() if a non-404 error is encountered (#938)
+  * Azure
+    - Breaking: This backend has been rewritten to use the newer
+      versions of azure-storage-blob, which now has a minimum required
+      version of 12.0. The settings AZURE_EMULATED_MODE, AZURE_ENDPOINT_SUFFIX,
+      and AZURE_CUSTOM_CONNECTION_STRING are now ignored. (#784, #805)
+    - Add support for user delegation keys (#1063)
+  * Google Cloud
+    - Breaking: The minimum required version of google-cloud-storage
+      is now 1.27.0 (#994)
+    - Breaking: Switch URL signing version from v2 to v4 (#994)
+    - Deprecated: Support for GS_CACHE_CONTROL will be removed in 1.13.
+      Please set the cache_control parameter of GS_OBJECT_PARAMETERS instead. 
(#970)
+    - Add GS_OBJECT_PARAMETERS and overridable 
GoogleCloudStorage.get_object_parameters
+      to customize blob parameters for all blobs and per-blob respectively. 
(#970)
+    - Catch the NotFound exception raised when deleting a non-existent blob,
+      this matches Django and other backends (#998, #999)
+    - Fix signing URLs with custom endpoints (#994)
+  * Dropbox
+    - Validate write_mode param (#1020)
+- Changes from 1.11.1
+  * S3
+    - Revert fix for ValueError: I/O operation on closed file when
+      calling collectstatic and introduce S3StaticStorage and 
+      S3ManifestStaticStorage for use as STATICFILES_STORAGE targets (#968)
+- Changes from 1.11
+  * General
+    - Test against Python 3.9 (#964)
+  * S3
+    - Fix ValueError: I/O operation on closed file when calling 
+      collectstatic (#382, #955)
+    - Calculate S3Boto3StorageFile.buffer_size (via setting 
+      AWS_S3_FILE_BUFFER_SIZE) at run-time rather than import-time. (#930)
+    - Fix writing bytearray content (#958, #965)
+  * Google Cloud
+    - Add setting GS_QUERYSTRING_AUTH to avoid signing URLs.
+      This is useful for buckets with a policy of Uniform public read (#952)
+  * Azure
+    - Add AZURE_OBJECT_PARAMETERS and overridable 
AzureStorage.get_object_parameters
+      to customize ContentSettings parameters for all keys and per-key 
respectively. (#898)
+
+-------------------------------------------------------------------

Old:
----
  django-storages-1.10.1.tar.gz

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

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

Other differences:
------------------
++++++ python-django-storages.spec ++++++
--- /var/tmp/diff_new_pack.ocfO1t/_old  2021-10-16 22:47:36.144690006 +0200
+++ /var/tmp/diff_new_pack.ocfO1t/_new  2021-10-16 22:47:36.148690010 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-storages
 #
-# 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
@@ -17,9 +17,10 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 %bcond_without python2
 Name:           python-django-storages
-Version:        1.10.1
+Version:        1.12.1
 Release:        0
 Summary:        Support for many storage backends in Django
 License:        BSD-3-Clause
@@ -52,7 +53,7 @@
 %python_subpackages
 
 %description
-Support for many storage backends in Django
+django-storages is a project to provide a variety of storage backends in a 
single library.
 
 %prep
 %setup -q -n django-storages-%{version}
@@ -68,7 +69,6 @@
 export PYTHONPATH=.
 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.10.1.tar.gz -> django-storages-1.12.1.tar.gz ++++++
++++ 3097 lines of diff (skipped)

Reply via email to