Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-parler for
openSUSE:Factory checked in at 2021-12-26 13:30:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-parler (Old)
and /work/SRC/openSUSE:Factory/.python-django-parler.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-parler"
Sun Dec 26 13:30:27 2021 rev:2 rq:942509 version:2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-parler/python-django-parler.changes
2021-11-08 17:25:33.744747612 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-parler.new.2520/python-django-parler.changes
2021-12-26 13:30:44.338969107 +0100
@@ -1,0 +2,14 @@
+Sun Dec 26 04:03:06 UTC 2021 - John Vandenberg <[email protected]>
+
+- Remove dj-test-settings.patch merged upstream
+- Update to v2.3
+ * Added Django 4.0 support.
+ * Added M2M field support.
+ * Added PARLER_CACHE_PREFIX for sites that share the same cache.
+- from v2.2.1
+ * Added support for Django 3.2.
+ * Added support for python 3.9.
+ * Dropped support for Python 3.5.
+ * Fixed deprecation warning for providing_args in Django Signals.
+
+-------------------------------------------------------------------
@@ -10,0 +25,3 @@
+ * Added support for Django 3.1.
+ * Drop support for Python 2.7.
+ * Drop support for Django 1.11, 2.0, 2.1.
Old:
----
dj-test-settings.patch
django-parler-2.2.tar.gz
New:
----
django-parler-2.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-parler.spec ++++++
--- /var/tmp/diff_new_pack.XzCoq1/_old 2021-12-26 13:30:45.062969611 +0100
+++ /var/tmp/diff_new_pack.XzCoq1/_new 2021-12-26 13:30:45.070969616 +0100
@@ -19,14 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-django-parler
-Version: 2.2
+Version: 2.3
Release: 0
Summary: Simple Django model translations
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/edoburu/django-parler
Source:
https://github.com/django-parler/django-parler/archive/v%{version}.tar.gz#/django-parler-%{version}.tar.gz
-Patch0: dj-test-settings.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -41,11 +40,10 @@
%python_subpackages
%description
-Simple Django model translations without nasty hacks, featuring nice admin
integration.
+Simple Django model translations without nasty hacks, including admin
integration.
%prep
%setup -q -n django-parler-%{version}
-%patch0 -p1
%build
%python_build
@@ -55,10 +53,10 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec runtests.py
+%python_exec runtests.py -v 2
%files %{python_files}
-%doc AUTHORS README.rst
+%doc AUTHORS CHANGES.rst README.rst docs/*.rst docs/*/*.rst
%license LICENSE
%{python_sitelib}/*
++++++ django-parler-2.2.tar.gz -> django-parler-2.3.tar.gz ++++++
++++ 6738 lines of diff (skipped)