Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Jinja2 for openSUSE:Factory checked in at 2021-07-10 22:54:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Jinja2 (Old) and /work/SRC/openSUSE:Factory/.python-Jinja2.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Jinja2" Sat Jul 10 22:54:09 2021 rev:42 rq:905309 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Jinja2/python-Jinja2.changes 2021-02-17 18:09:08.497822875 +0100 +++ /work/SRC/openSUSE:Factory/.python-Jinja2.new.2625/python-Jinja2.changes 2021-07-10 22:54:25.615793537 +0200 @@ -1,0 +2,21 @@ +Fri Jul 9 11:03:56 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- clean up single-spec: Remove python2 remnants + +------------------------------------------------------------------- +Sun Jun 13 13:55:29 UTC 2021 - Michael Str??der <mich...@stroeder.com> + +- skip building for Python 2.x + +------------------------------------------------------------------- +Mon May 31 06:38:35 UTC 2021 - Adrian Schr??ter <adr...@suse.de> + +- update to 3.0.1 + Read the announcement: + https://palletsprojects.com/blog/flask-2-0-released/ + Read the full list of changes: + https://jinja.palletsprojects.com/changes/#version-3-0-0 +- python-Jinja2-vim subpackage dropped + vim highlight rule files do not exist anymore + +------------------------------------------------------------------- Old: ---- Jinja2-2.11.3.tar.gz New: ---- Jinja2-3.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Jinja2.spec ++++++ --- /var/tmp/diff_new_pack.DDxMeR/_old 2021-07-10 22:54:26.139789493 +0200 +++ /var/tmp/diff_new_pack.DDxMeR/_new 2021-07-10 22:54:26.143789462 +0200 @@ -21,14 +21,14 @@ %else %bcond_without test %endif -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define oldpython python +%{?!python_module:%define python_module() python3-%{**}} +%define skip_python2 1 Name: python-Jinja2 -Version: 2.11.3 +Version: 3.0.1 Release: 0 Summary: A template engine written in pure Python License: BSD-3-Clause -URL: https://github.com/pallets/jinja +URL: https://jinja.palletsprojects.com Source: https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz BuildRequires: %{python_module MarkupSafe >= 0.23} BuildRequires: %{python_module pytest} @@ -40,10 +40,8 @@ Requires: python-MarkupSafe >= 0.23 # Do not declare buildarch as the tests are arch specific #BuildArch: noarch -%ifpython2 -Provides: %{oldpython}-jinja2 = %{version} -Obsoletes: %{oldpython}-jinja2 < %{version} -%endif +Provides: python-jinja2 = %{version}-%{release} +Obsoletes: python-jinja2 < %{version}-%{release} %python_subpackages %description @@ -51,16 +49,6 @@ inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. -%package -n python-Jinja2-vim -Summary: Jinja2 syntax files for Vim -%if 0%{?suse_version} || 0%{?fedora_version} >= 24 -Recommends: vim -%endif - -%description -n python-Jinja2-vim -Vim syntax highlighting scheme for Jinja2 templates. - - %prep %setup -q -n Jinja2-%{version} dos2unix LICENSE.rst # Fix wrong EOL encoding @@ -70,7 +58,6 @@ %install %python_install -install -Dm644 ext/Vim/jinja.vim %{buildroot}%{_datadir}/vim/site/syntax/jinja.vim # Install VIM syntax file %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -84,10 +71,4 @@ %{python_sitelib}/jinja2 %{python_sitelib}/Jinja2-%{version}-py%{python_version}.egg-info -%files -n python-Jinja2-vim -%dir %{_datadir}/vim -%dir %{_datadir}/vim/site -%dir %{_datadir}/vim/site/syntax -%{_datadir}/vim/site/syntax/jinja.vim - %changelog ++++++ Jinja2-2.11.3.tar.gz -> Jinja2-3.0.1.tar.gz ++++++ ++++ 21651 lines of diff (skipped)