Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-jinja for
openSUSE:Factory checked in at 2022-05-10 15:11:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-jinja (Old)
and /work/SRC/openSUSE:Factory/.python-django-jinja.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-jinja"
Tue May 10 15:11:58 2022 rev:5 rq:975943 version:2.10.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-django-jinja/python-django-jinja.changes
2022-01-07 12:48:08.235918619 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-jinja.new.1538/python-django-jinja.changes
2022-05-10 15:12:08.327585801 +0200
@@ -1,0 +2,47 @@
+Mon May 9 16:03:40 UTC 2022 - Matej Cepl <[email protected]>
+
+- Make tests run again.
+
+-------------------------------------------------------------------
+Mon May 9 10:55:59 UTC 2022 - [email protected]
+
+- version update to 2.10.0
+ Version 2.10.0
+ - Fix usage of `unittest` to be ready for Python 3.11 (#288).
+ - Fix `default_app_config` deprecation warning for Django 3.2 (#289).
+ - Replace Travis with GitHub Actions, dropping `ppc64le` arch tests (#290).
+ * Added Python 3.10 to tests (Django supports it if >=3.2.9).
+ - Run pyupgrade, remove compatibility code (#291).
+ - Add support for Django 4.0, with more old-code cleanup (#292).
+ * Remove use of `django.conf.urls.url` in test app (gone in Django 4.0).
+ * Set `DEFAULT_AUTO_FIELD` to avoid warnings in test app.
+ * Remove `django_jinja.contrib._pipeline` package, which was deprecated in
2015.
+ * Drop formal Django 3.0 and 3.1 support.
+ ** Projects using these versions should still function until support for
2.2 is dropped.
+ - Django 2.2 and Python 3.6 will likely be dropped in the next non-patch
release.
+ Version 2.9.1
+ - Complete config example in the docs now reflects actual project defaults
(#286).
+ - `get_template` no longer calls `template_name.endswith` twice under the
default setup.
+ - Rewrite usage and template matching config sections in the docs, to fully
explain behavior.
+ Version 2.9.0
+ - Jinja2 policies now settable via `TEMPLATES[n]['OPTIONS']['policies']`
(#285).
+ - `makemessages` now respects the `ext.i18n.trimmed` policy,
+ will automatically trim jinja `{% trans %}` blocks when generating `.po`
files.
+ Version 2.8.0
+ - Upgrade to jinja2 3.0, dropping support for 2.11 and below (#279).
+ - Dropped Python 3.5 support.
+ Version 2.7.1
+ - Fixed `makemessages` command, which in 2.7.0 could not detect `{% trans
%}` tags in Django templates (#272).
+ - Fixed `{% cache %}` tag to allow a timeout of `None` (to cache forever),
which Django's tag added in 2.0 (#274).
+ - Fixed README not displaying in project description at PyPI (#276).
+ - Added Django 3.2 support.
+ Version 2.7.0
+ - Fixed loading template names with backslashes on Windows (#249).
+ - Added Django's `json_script` filter for Django 2.1 and higher.
+ - Fixed docs site stylesheet.
+ - Added Django 3.1 support.
+ - Removed Django 1.11 support.
+ - Added Python 3.9 (rc1) to test suite.
+ - Clarified "not recommended" usage of context processors with django-jinja
in the docs.
+
+-------------------------------------------------------------------
Old:
----
2.6.0.tar.gz
New:
----
2.10.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-jinja.spec ++++++
--- /var/tmp/diff_new_pack.nnJ3MA/_old 2022-05-10 15:12:09.439587203 +0200
+++ /var/tmp/diff_new_pack.nnJ3MA/_new 2022-05-10 15:12:09.443587207 +0200
@@ -17,10 +17,11 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
%define skip_python36 1
+%define modname django_jinja
+%bcond_without python2
Name: python-django-jinja
-Version: 2.6.0
+Version: 2.10.0
Release: 0
Summary: Jinja2 templating language integrated in Django
License: BSD-3-Clause
@@ -32,12 +33,12 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-%if %{with python2}
-BuildRequires: python2-mock
-%endif
Requires: python-Django >= 1.11
Requires: python-Jinja2 >= 2.5
BuildArch: noarch
+%if %{with python2}
+BuildRequires: python2-mock
+%endif
%python_subpackages
%description
@@ -54,13 +55,12 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# Tests require old pipeline package, while upstream does not support it
-# anymore and it is hardwired so we can't just run the tests without it...
-#%%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" $python
testing/runtests.py
+%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" $python
testing/runtests.py
%files %{python_files}
%license LICENSE
%doc README.rst CHANGES.adoc
-%{python_sitelib}/*
+%{python_sitelib}/%{modname}
+%{python_sitelib}/%{modname}-%{version}*-info
%changelog
++++++ 2.6.0.tar.gz -> 2.10.0.tar.gz ++++++
++++ 3054 lines of diff (skipped)