Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-django-storages-1.14.6-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-django-storages Distribution: openSUSE Tumbleweed
Version: 1.14.6 Vendor: openSUSE
Release: 1.1 Build date: Thu Jan 29 18:38:34 2026
Group: Unspecified Build host: reproducible
Size: 336660 Source RPM: python-django-storages-1.14.6-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jschneier/django-storages
Summary: Support for many storage backends in Django
django-storages is a project to provide a variety of storage backends in a single library.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Jan 29 2026 Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
  - 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 uncov