Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-minio-storage for
openSUSE:Factory checked in at 2026-03-25 21:19:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-minio-storage (Old)
and /work/SRC/openSUSE:Factory/.python-django-minio-storage.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-minio-storage"
Wed Mar 25 21:19:59 2026 rev:11 rq:1342394 version:0.5.9
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-minio-storage/python-django-minio-storage.changes
2025-06-03 17:53:59.190717846 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-minio-storage.new.8177/python-django-minio-storage.changes
2026-03-27 06:47:47.969749703 +0100
@@ -1,0 +2,29 @@
+Wed Mar 18 07:27:25 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.5.9:
+ * Pin minio client to <7.2.19
+- update to 0.5.8:
+ * Add a py.typed file to expose type annotations
+ * Add support for text mode file reading
+ * Allow MinioMediaStorage and MinioStaticStorage options to be
+ specified
+ * Fix type checking errors
+ * Use Ruff for all linting and formatting
+ * Update supported Python and Django versions
+ * Update development tooling
+ * Clarify software license metadata
+ * Use new STORAGES setting from Django 4.2+
+ * Allow import of storage classes from the module root
+ * Ensure the package version can always be determined in CI
+- update to 0.5.7:
+ * enable a bunch of ruff rules
+ * update minio to 7.1.16
+- update to 0.5.6:
+ * allow minio_kwargs to override values from settings
+- update to 0.5.5:
+ * switch from flake8/isort to ruff
+ * add MINIO_STORAGE_REGION setting
+- update to 0.5.4:
+ * migrate to pyproject.toml
+
+-------------------------------------------------------------------
Old:
----
django-minio-storage-0.5.3.tar.gz
New:
----
django_minio_storage-0.5.9.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-minio-storage.spec ++++++
--- /var/tmp/diff_new_pack.BPNCim/_old 2026-03-27 06:47:48.641777444 +0100
+++ /var/tmp/diff_new_pack.BPNCim/_new 2026-03-27 06:47:48.649777774 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-minio-storage
#
-# Copyright (c) 2025 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
@@ -17,15 +17,14 @@
%bcond_with test
-%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-django-minio-storage
-Version: 0.5.3
+Version: 0.5.9
Release: 0
Summary: Django file storage using minio
-License: Apache-2.0 OR MIT
+License: Apache-2.0
URL: https://github.com/py-pa/django-minio-storage
-Source:
https://files.pythonhosted.org/packages/source/d/django-minio-storage/django-minio-storage-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/d/django-minio-storage/django_minio_storage-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
@@ -50,7 +49,7 @@
Django file storage using the minio python client.
%prep
-%setup -q -n django-minio-storage-%{version}
+%setup -q -n django_minio_storage-%{version}
%build
%pyproject_wheel
@@ -75,7 +74,7 @@
%files %{python_files}
%doc README.md docs/usage.md
-%license LICENSE-APACHE LICENSE-MIT
+%license LICENSE-APACHE
%{python_sitelib}/minio_storage
%{python_sitelib}/django_minio_storage-%{version}.dist-info