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 2026-01-30 18:23:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-storages (Old)
and /work/SRC/openSUSE:Factory/.python-django-storages.new.1995 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-storages"
Fri Jan 30 18:23:06 2026 rev:13 rq:1330010 version:1.14.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-storages/python-django-storages.changes
2024-11-07 16:29:19.874500611 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-storages.new.1995/python-django-storages.changes
2026-01-30 18:23:24.884369264 +0100
@@ -1,0 +2,15 @@
+Thu Jan 29 17:38:34 UTC 2026 - Georg Pfuetzenreuter
<[email protected]>
+
+- Update to 1.14.6:
+ * Google Cloud: Add option to sign URLs via IAM Blob API
+ * S3: Fix exists calls when using SSE-C
+ * S3: Default url_protocol to https: if set to None
+- From 1.14.5:
+ * Revert ``exists()`` behavior to pre-1.14.4 semantics with additional
hardening for Django versions < 4.2 to fix
+ CVE-2024-39330. This change matches the eventual behavior Django itself
shipped with.
+ * Add support for Django 5.1
+ * Dropbox: As part of the above hardening fix a bug was uncovered whereby a
``root_path`` setting would be applied
+ multiple times during ``save()``
+ * Google Cloud: Fix incorrect ``exists()`` results due to an errant appended
slash
+
+-------------------------------------------------------------------
Old:
----
django-storages-1.14.4.tar.gz
New:
----
django_storages-1.14.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-storages.spec ++++++
--- /var/tmp/diff_new_pack.9CWDuI/_old 2026-01-30 18:23:26.424433894 +0100
+++ /var/tmp/diff_new_pack.9CWDuI/_new 2026-01-30 18:23:26.440434566 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-storages
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-django-storages
-Version: 1.14.4
+Version: 1.14.6
Release: 0
Summary: Support for many storage backends in Django
License: BSD-3-Clause
URL: https://github.com/jschneier/django-storages
-Source:
https://files.pythonhosted.org/packages/source/d/django-storages/django-storages-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/d/django-storages/django_storages-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -36,7 +36,7 @@
BuildRequires: %{python_module azure-storage-blob >= 12}
BuildRequires: %{python_module boto3 >= 1.4.4}
BuildRequires: %{python_module dropbox >= 7.2.1}
-BuildRequires: %{python_module google-cloud-storage >= 1.27}
+BuildRequires: %{python_module google-cloud-storage >= 1.36.1}
BuildRequires: %{python_module paramiko >= 1.15}
BuildRequires: %{python_module pytest}
# /SECTION
@@ -46,7 +46,7 @@
django-storages is a project to provide a variety of storage backends in a
single library.
%prep
-%setup -q -n django-storages-%{version}
+%autosetup -n django_storages-%{version}
%build
%pyproject_wheel