Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-model-utils for
openSUSE:Factory checked in at 2026-01-30 18:23:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-model-utils (Old)
and /work/SRC/openSUSE:Factory/.python-django-model-utils.new.1995 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-model-utils"
Fri Jan 30 18:23:04 2026 rev:10 rq:1330004 version:5.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-model-utils/python-django-model-utils.changes
2024-02-22 20:59:32.157400930 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-model-utils.new.1995/python-django-model-utils.changes
2026-01-30 18:23:17.816072635 +0100
@@ -1,0 +2,8 @@
+Thu Jan 29 17:10:53 UTC 2026 - Georg Pfuetzenreuter
<[email protected]>
+
+- Update to 5.0.0:
+ * skip multiple versions, reference upstream changelog
+- Drop use-sqlite.patch, merged upstream
+- Enable sle15_python_module_pythons, project now mandates Python >= 3.10
+
+-------------------------------------------------------------------
Old:
----
django-model-utils-4.4.0.tar.gz
use-sqlite.patch
New:
----
django_model_utils-5.0.0.tar.gz
----------(Old B)----------
Old: * skip multiple versions, reference upstream changelog
- Drop use-sqlite.patch, merged upstream
- Enable sle15_python_module_pythons, project now mandates Python >= 3.10
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-model-utils.spec ++++++
--- /var/tmp/diff_new_pack.OnuQDd/_old 2026-01-30 18:23:18.412097647 +0100
+++ /var/tmp/diff_new_pack.OnuQDd/_new 2026-01-30 18:23:18.412097647 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-model-utils
#
-# 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
@@ -16,24 +16,24 @@
#
+%{?sle15_python_module_pythons}
Name: python-django-model-utils
-Version: 4.4.0
+Version: 5.0.0
Release: 0
Summary: Django model mixins and utilities
License: BSD-3-Clause
URL: https://github.com/jazzband/django-model-utils
-Source:
https://files.pythonhosted.org/packages/source/d/django-model-utils/django-model-utils-%{version}.tar.gz
-# Upstreamed to https://github.com/jazzband/django-model-utils/pull/516
-Patch0: use-sqlite.patch
-BuildRequires: %{python_module Django >= 2.0}
+Source:
https://files.pythonhosted.org/packages/source/d/django-model-utils/django_model_utils-%{version}.tar.gz
+BuildRequires: %{python_module Django >= 4.2}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module setuptools_scm}
+BuildRequires: %{python_module time-machine}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
-Requires: python-Django >= 2.0
+Requires: python-Django >= 4.2
BuildArch: noarch
%python_subpackages
@@ -41,7 +41,7 @@
Django model mixins and utilities.
%prep
-%autosetup -p1 -n django-model-utils-%{version}
+%autosetup -p1 -n django_model_utils-%{version}
%build
%pyproject_wheel