Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-reversion for
openSUSE:Factory checked in at 2024-11-12 19:21:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-reversion (Old)
and /work/SRC/openSUSE:Factory/.python-django-reversion.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-reversion"
Tue Nov 12 19:21:58 2024 rev:17 rq:1223464 version:5.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-reversion/python-django-reversion.changes
2024-03-28 14:29:56.971913100 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-reversion.new.2017/python-django-reversion.changes
2024-11-12 19:22:51.539079826 +0100
@@ -1,0 +2,8 @@
+Mon Nov 11 16:25:51 UTC 2024 - Markéta Machová <[email protected]>
+
+- Update to 5.1.0
+ * Switch call from removed is_hidden method to hidden property
+ * Remove irrelevant comment
+ * Re-introduce bulk_create on supported databases
+
+-------------------------------------------------------------------
Old:
----
django-reversion-5.0.12.tar.gz
New:
----
django_reversion-5.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-reversion.spec ++++++
--- /var/tmp/diff_new_pack.xF0i5I/_old 2024-11-12 19:22:51.995098862 +0100
+++ /var/tmp/diff_new_pack.xF0i5I/_new 2024-11-12 19:22:51.995098862 +0100
@@ -15,14 +15,15 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%{?sle15_python_module_pythons}
Name: python-django-reversion
-Version: 5.0.12
+Version: 5.1.0
Release: 0
Summary: A Django extension that provides version control for model
instances
License: BSD-3-Clause
URL: https://github.com/etianen/django-reversion
-Source:
https://files.pythonhosted.org/packages/source/d/django-reversion/django-reversion-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/d/django_reversion/django_reversion-%{version}.tar.gz
Patch0: only-sqlite-test-db.patch
BuildRequires: %{python_module Django > 2.0}
BuildRequires: %{python_module base > 3.7}
@@ -49,7 +50,7 @@
%prep
# Tests need running PGSQL and MYSQL
# https://github.com/etianen/django-reversion/issues/902
-%autosetup -p1 -n django-reversion-%{version}
+%autosetup -p1 -n django_reversion-%{version}
sed -i 's/databases = {"default", .*"postgres"}/databases = {"default"}/'
tests/test_app/tests/test_*.py
%build