Hello community,

here is the log from the commit of package python-django-storages for 
openSUSE:Factory checked in at 2020-11-29 12:29:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-storages (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-storages.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-storages"

Sun Nov 29 12:29:36 2020 rev:7 rq:851329 version:1.10.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-storages/python-django-storages.changes
    2020-04-21 13:11:11.964875963 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-storages.new.5913/python-django-storages.changes
  2020-11-29 12:29:55.342092848 +0100
@@ -1,0 +2,46 @@
+Fri Nov 27 13:23:14 UTC 2020 - John Vandenberg <[email protected]>
+
+- Update to v1.10.1
+  * Restore AWS_DEFAULT_ACL handling.
+    This setting is ignored if ACL is set in AWS_S3_OBJECT_PARAMETERS
+  * Fix using SFTP_STORAGE_HOST
+- from v1.10
+  * Removed support for end-of-life Python 2.7 and 3.4
+  * Removed support for end-of-life Django 1.11
+  * Add support for Django 3.1
+  * Introduce a new BaseStorage class with a get_default_settings
+    method and use it in S3Boto3Storage, AzureStorage,
+    GoogleCloudStorage, and SFTPStorage. These backends now
+    calculate their settings when instantiated, not imported.
+  * S3 Breaking: Automatic bucket creation has been removed.
+    Doing so encourages using overly broad credentials.
+    As a result, support for the corresponding AWS_BUCKET_ACL and
+    AWS_AUTO_CREATE_BUCKET settings have been removed.
+  * Support for the undocumented setting AWS_PRELOAD_METADATA removed
+  * The constructor kwarg acl is no longer accepted. Instead, use the
+    ACL key in setting AWS_S3_OBJECT_PARAMETERS
+  * The constructor kwarg ``bucket`` is no longer accepted.
+    Instead, use ``bucket_name`` or AWS_STORAGE_BUCKET_NAME setting
+  * Support for setting AWS_REDUCED_REDUNDANCY has been removed.
+    Replace with StorageClass=REDUCED_REDUNDANCY in
+    AWS_S3_OBJECT_PARAMETERS
+  * Support for setting AWS_S3_ENCRYPTION has been removed.
+    Replace with ServerSideEncryption=AES256 in
+    AWS_S3_OBJECT_PARAMETERS
+  * Support for setting AWS_DEFAULT_ACL has been removed.
+    Replace with ACL in AWS_S3_OBJECT_PARAMETERS
+  * Add ``http_method`` parameter to ``.url`` method
+  * Add support for signing Cloudfront URLs to the ``.url`` method.
+    You must set AWS_CLOUDFRONT_KEY, AWS_CLOUDFRONT_KEY_ID and
+    install either cryptography or rsa.
+    URLs will only be signed if AWS_QUERYSTRING_AUTH is set to True
+  * Automatic Google Cloud bucket creation has been removed.
+    Doing so encourages using overly broad credentials.
+    As a result, support for the corresponding GS_AUTO_CREATE_BUCKET
+    and GS_AUTO_CREATE_ACL settings have been removed.
+  * Add DROPBOX_WRITE_MODE setting to control e.g. overwriting behavior.
+  * Remove SFTP exception swallowing during ssh connection
+  * Add FTP_STORAGE_ENCODING setting to set the filesystem encoding
+  * Support multiple nested paths for files
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-django-storages.spec ++++++
--- /var/tmp/diff_new_pack.TY1hAQ/_old  2020-11-29 12:29:55.882093395 +0100
+++ /var/tmp/diff_new_pack.TY1hAQ/_new  2020-11-29 12:29:55.886093398 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:           python-django-storages
-Version:        1.9.1
+Version:        1.10.1
 Release:        0
 Summary:        Support for many storage backends in Django
 License:        BSD-3-Clause
@@ -28,7 +28,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-Django >= 1.11
+Requires:       python-Django >= 2.2
 Suggests:       python-apache-libcloud
 Suggests:       python-azure >= 3.0.0
 Suggests:       python-azure-storage-blob >= 1.3.1
@@ -38,7 +38,7 @@
 Suggests:       python-paramiko
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module Django >= 1.11}
+BuildRequires:  %{python_module Django >= 2.2}
 BuildRequires:  %{python_module azure-storage-blob >= 1.3.1}
 BuildRequires:  %{python_module boto3 >= 1.4.4}
 BuildRequires:  %{python_module dropbox >= 7.2.1}

++++++ django-storages-1.9.1.tar.gz -> django-storages-1.10.1.tar.gz ++++++
++++ 3013 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to