Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-attachments for
openSUSE:Factory checked in at 2026-01-05 16:04:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-attachments (Old)
and /work/SRC/openSUSE:Factory/.python-django-attachments.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-attachments"
Mon Jan 5 16:04:15 2026 rev:8 rq:1325395 version:1.12
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-attachments/python-django-attachments.changes
2025-06-03 17:53:41.777995691 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-attachments.new.1928/python-django-attachments.changes
2026-01-05 16:04:27.811710376 +0100
@@ -1,0 +2,7 @@
+Mon Jan 5 11:56:41 UTC 2026 - Markéta Machová <[email protected]>
+
+- Update to 1.12
+ * Make remove_file_from_disk() use Django's default_storage
+ * Modernize test matrix
+
+-------------------------------------------------------------------
Old:
----
django-attachments-1.11.tar.gz
New:
----
django_attachments-1.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-attachments.spec ++++++
--- /var/tmp/diff_new_pack.uUOnOQ/_old 2026-01-05 16:04:39.684202508 +0100
+++ /var/tmp/diff_new_pack.uUOnOQ/_new 2026-01-05 16:04:39.684202508 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-attachments
#
-# 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
@@ -16,15 +16,14 @@
#
-%define skip_python36 1
Name: python-django-attachments
-Version: 1.11
+Version: 1.12
Release: 0
Summary: Attach files to any Django model
License: MIT
Group: Development/Languages/Python
URL: https://github.com/bartTC/django-attachments
-Source:
https://files.pythonhosted.org/packages/source/d/django-attachments/django-attachments-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/d/django_attachments/django_attachments-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -44,7 +43,7 @@
django-attachments is generic Django application to attach Files (Attachments)
to any model.
%prep
-%setup -q -n django-attachments-%{version}
+%setup -q -n django_attachments-%{version}
sed -i '/mock/d;/-cov/d;/flakes/d' setup.cfg
sed -i 's/import mock/from unittest import mock/'
attachments/tests/test_views.py