rdobuilder c90b11
%global srcname Jinja2
a2966b
rdobuilder c90b11
Name:           python-jinja2
rdobuilder c90b11
Version:        3.1.3
rdobuilder c90b11
Release:        3%{?dist}
rdobuilder c90b11
Summary:        General purpose template engine
rdobuilder c90b11
License:        BSD-3-Clause
rdobuilder c90b11
URL:            https://palletsprojects.com/p/jinja/
rdobuilder c90b11
Source0:        %{pypi_source %srcname}
a2966b
a2966b
# Enable building without docs to avoid a circular dependency between this
a2966b
# and python-sphinx:
rdobuilder c90b11
%if 0%{?rhel} || 0%{?flatpak}
a2966b
%bcond_with docs
a2966b
%else
rdobuilder c90b11
%bcond_without docs
a2966b
%endif
a2966b
a2966b
BuildArch:      noarch
a2966b
rdobuilder c90b11
%global _description %{expand:
rdobuilder c90b11
Jinja2 is a template engine written in pure Python. It provides a
a2966b
Django inspired non-XML syntax but supports inline expressions and an
a2966b
optional sandboxed environment.
a2966b
a2966b
If you have any exposure to other text-based template languages, such
a2966b
as Smarty or Django, you should feel right at home with Jinja2. It's
a2966b
both designer and developer friendly by sticking to Python's
a2966b
principles and adding functionality useful for templating
rdobuilder c90b11
environments.}
a2966b
rdobuilder c90b11
%description %_description
a2966b
a2966b
%package -n python3-jinja2
rdobuilder c90b11
Summary:        %{summary}
a2966b
BuildRequires:  python3-devel
rdobuilder c90b11
BuildRequires:  pyproject-rpm-macros
a2966b
BuildRequires:  python3-pytest
a2966b
%if %{with docs}
a2966b
BuildRequires:  %{_bindir}/sphinx-build-3
rdobuilder c90b11
BuildRequires:  make
rdobuilder c90b11
BuildRequires:  python3-Pallets-Sphinx-Themes >= 2
rdobuilder c90b11
BuildRequires:  python3-sphinxcontrib-log-cabinet
rdobuilder c90b11
BuildRequires:  python3-sphinx-issues
a2966b
%endif
a2966b
rdobuilder c90b11
%description -n python3-jinja2 %_description
a2966b
rdobuilder c90b11
%pyproject_extras_subpkg -n python3-jinja2 i18n
a2966b
a2966b
a2966b
%prep
rdobuilder c90b11
%autosetup -p1 -n %{srcname}-%{version}
2eb651
rdobuilder c90b11
# Fix for https://github.com/pallets/jinja/issues/1758
rdobuilder c90b11
sed -i "s/def teardown/def teardown_method/" tests/test_loader.py
a2966b
rdobuilder c90b11
%generate_buildrequires
rdobuilder c90b11
%pyproject_buildrequires -x i18n
a2966b
a2966b
a2966b
%build
rdobuilder c90b11
%pyproject_wheel
a2966b
%if %{with docs}
rdobuilder c90b11
make -C docs html PYTHONPATH=$(pwd)/src SPHINXBUILD=sphinx-build-3
rdobuilder c90b11
# remove hidden file
rdobuilder c90b11
rm -rvf docs/_build/html/.buildinfo
rdobuilder c90b11
%endif
a2966b
a2966b
a2966b
%install
rdobuilder c90b11
%pyproject_install
rdobuilder c90b11
%pyproject_save_files jinja2
rdobuilder c90b11
a2966b
rdobuilder c90b11
%check
rdobuilder c90b11
%pytest tests
a2966b
a2966b
rdobuilder c90b11
%files -n python3-jinja2 -f %{pyproject_files}
rdobuilder c90b11
%doc CHANGES.rst
rdobuilder c90b11
%doc examples
rdobuilder c90b11
%license LICENSE.rst
a2966b
%if %{with docs}
rdobuilder c90b11
%doc docs/_build/html
a2966b
%endif
a2966b
a2966b
rdobuilder c90b11
%changelog
rdobuilder c90b11
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.3-3
rdobuilder c90b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
a2966b
rdobuilder c90b11
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.3-2
rdobuilder c90b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
a2966b
rdobuilder c90b11
* Thu Jan 11 2024 Michel Lind <salimma@fedoraproject.org> - 3.1.3-1
rdobuilder c90b11
- Update to 3.1.3 to fix CVE-2024-22195
a2966b
rdobuilder c90b11
* Tue Aug 08 2023 Karolina Surma <ksurma@redhat.com> - 3.1.2-6
rdobuilder c90b11
- Declare the license as an SPDX expression
rdobuilder c90b11
rdobuilder c90b11
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-5
rdobuilder c90b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
rdobuilder c90b11
rdobuilder c90b11
* Fri Jun 16 2023 Python Maint <python-maint@redhat.com> - 3.1.2-4
rdobuilder c90b11
- Rebuilt for Python 3.12
rdobuilder c90b11
rdobuilder c90b11
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.1.2-3
rdobuilder c90b11
- Bootstrap for Python 3.12
rdobuilder c90b11
rdobuilder c90b11
* Fri May 19 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 3.1.2-2
rdobuilder c90b11
- Disable docs by default in RHEL builds
rdobuilder c90b11
rdobuilder c90b11
* Mon May 01 2023 Sandro Mani <manisandro@gmail.com> - 3.1.2-1
rdobuilder c90b11
- Update to 3.1.2
rdobuilder c90b11
rdobuilder c90b11
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-7
rdobuilder c90b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
rdobuilder c90b11
rdobuilder c90b11
* Mon Nov 14 2022 Lumír Balhar <lbalhar@redhat.com> - 3.0.3-6
rdobuilder c90b11
- Fix compatibility with pytest 7.2
rdobuilder c90b11
rdobuilder c90b11
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-5
rdobuilder c90b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
rdobuilder c90b11
rdobuilder c90b11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.0.3-4
rdobuilder c90b11
- Rebuilt for Python 3.11
rdobuilder c90b11
rdobuilder c90b11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.0.3-3
rdobuilder c90b11
- Bootstrap for Python 3.11
rdobuilder c90b11
rdobuilder c90b11
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-2
rdobuilder c90b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
rdobuilder c90b11
rdobuilder c90b11
* Mon Nov 15 2021 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.3-1
rdobuilder c90b11
- Update to 3.0.3.
rdobuilder c90b11
rdobuilder c90b11
* Mon Nov 15 2021 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.1-4
rdobuilder c90b11
- Use new Python packaging guidelines.
rdobuilder c90b11
- Jinja2 version 3 does not support Python 2 anymore.
rdobuilder c90b11
rdobuilder c90b11
* Wed Nov 10 2021 Karolina Surma <ksurma@redhat.com> - 3.0.1-3
rdobuilder c90b11
- Don't explicitly declare runtime dependencies when building for Python 3
rdobuilder c90b11
- Declare jinja2+i18n extra to map the upstream package structure
rdobuilder c90b11
rdobuilder c90b11
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-2
rdobuilder c90b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
rdobuilder c90b11
rdobuilder c90b11
* Tue Jun 22 2021 Lumír Balhar <lbalhar@redhat.com> - 3.0.1-1
rdobuilder c90b11
- Update to 3.0.1
rdobuilder c90b11
- Resolves: rhbz#1961862
rdobuilder c90b11
rdobuilder c90b11
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.11.3-3
rdobuilder c90b11
- Rebuilt for Python 3.10
rdobuilder c90b11
rdobuilder c90b11
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 2.11.3-2
rdobuilder c90b11
- Bootstrap for Python 3.10
rdobuilder c90b11
rdobuilder c90b11
* Sat Feb  6 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.3-1
rdobuilder c90b11
- Update to 2.11.3.
rdobuilder c90b11
- Add patches to build with Python 3.10 (#1907442).
rdobuilder c90b11
rdobuilder c90b11
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.2-8
rdobuilder c90b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
rdobuilder c90b11
rdobuilder c90b11
* Mon Dec 21 2020 Miro Hrončok <mhroncok@redhat.com> - 2.11.2-7
rdobuilder c90b11
- Drop python2-jinja2 on Fedora 34+
rdobuilder c90b11
rdobuilder c90b11
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.2-6
rdobuilder c90b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
rdobuilder c90b11
rdobuilder c90b11
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 2.11.2-5
rdobuilder c90b11
- Rebuilt for Python 3.9
rdobuilder c90b11
rdobuilder c90b11
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 2.11.2-4
rdobuilder c90b11
- Bootstrap for Python 3.9
rdobuilder c90b11
rdobuilder c90b11
* Fri May 22 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.2-3
rdobuilder c90b11
- Re-add python2 subpackage (#1832057).
rdobuilder c90b11
rdobuilder c90b11
* Wed May  6 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.2-2
rdobuilder c90b11
- Drop python2 subpackage from F33 on (#1832057).
rdobuilder c90b11
rdobuilder c90b11
* Wed Apr 15 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.2-1
rdobuilder c90b11
- Re-add dependency on python-setuptools.
rdobuilder c90b11
rdobuilder c90b11
* Wed Apr 15 2020 Dan Horák <dan[at]danny.cz> - 2.11.2-1
rdobuilder c90b11
- Update to 2.11.2
rdobuilder c90b11
rdobuilder c90b11
* Mon Apr 06 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.11.1-2
rdobuilder c90b11
- Drop unneeded R: pythonX-setuptools
rdobuilder c90b11
rdobuilder c90b11
* Sat Feb  8 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.1-1
rdobuilder c90b11
- Update to 2.11.1.
rdobuilder c90b11
rdobuilder c90b11
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.3-3
rdobuilder c90b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
rdobuilder c90b11
rdobuilder c90b11
* Wed Nov 20 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2.10.3-2
rdobuilder c90b11
- Add missing BR on make.
rdobuilder c90b11
rdobuilder c90b11
* Mon Nov 11 2019 Lumír Balhar <lbalhar@redhat.com> - 2.10.3-1
rdobuilder c90b11
- New upstream version (2.10.3)
rdobuilder c90b11
rdobuilder c90b11
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.10.1-5
rdobuilder c90b11
- Rebuilt for Python 3.8.0rc1 (#1748018)
rdobuilder c90b11
rdobuilder c90b11
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 2.10.1-4
rdobuilder c90b11
- Rebuilt for Python 3.8
2eb651
rdobuilder c90b11
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 2.10.1-3
rdobuilder c90b11
- Bootstrap for Python 3.8
f75673
rdobuilder c90b11
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-2
rdobuilder c90b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f75673
rdobuilder c90b11
* Wed Apr 10 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2.10.1-1
rdobuilder c90b11
- Update to 2.10.1.
rdobuilder c90b11
- Update specfile.
a2966b
rdobuilder c90b11
* Wed Feb 27 2019 Phil Wyett <philwyett@kathenas.org> - 2.10-8
rdobuilder c90b11
- Fix FTBS due to bad conditional
rdobuilder c90b11
- Add version requirement for markupsafe
a2966b
rdobuilder c90b11
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-7
rdobuilder c90b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a2966b
rdobuilder c90b11
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-6
rdobuilder c90b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a2966b
rdobuilder c90b11
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 2.10-5
rdobuilder c90b11
- Rebuilt for Python 3.7
a2966b
rdobuilder c90b11
* Thu Jun 14 2018 Miro Hrončok <mhroncok@redhat.com> - 2.10-4
rdobuilder c90b11
- Bootstrap for Python 3.7
a2966b
rdobuilder c90b11
* Mon Apr 16 2018 Charalampos Stratakis <cstratak@redhat.com> - 2.10-3
rdobuilder c90b11
- Don't build the Python 2 subpackage on EL > 7
a2966b
a2966b
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-2
a2966b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a2966b
a2966b
* Thu Nov 16 2017 Thomas Moschny <thomas.moschny@gmx.de> - 2.10-1
a2966b
- Update to 2.10.
a2966b
- Use %%bcond.
a2966b
- Move BRs to their respective subpackages.
a2966b
a2966b
* Fri Oct 20 2017 Troy Dawson <tdawson@redhat.com> - 2.9.6-4
a2966b
- Really cleanup spec file conditionals
a2966b
a2966b
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 2.9.6-3
a2966b
- Cleanup spec file conditionals
a2966b
a2966b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.6-2
a2966b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a2966b
a2966b
* Wed Apr  5 2017 Thomas Moschny <thomas.moschny@gmx.de> - 2.9.6-1
a2966b
- Update to 2.9.6.
a2966b
a2966b
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.5-2
a2966b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a2966b
a2966b
* Sun Jan 29 2017 Thomas Moschny <thomas.moschny@gmx.de> - 2.9.5-1
a2966b
- Update to 2.9.5.
a2966b
a2966b
* Fri Jan 13 2017 Thomas Moschny <thomas.moschny@gmx.de> - 2.9.4-1
a2966b
- Update to 2.9.4.
a2966b
a2966b
* Sat Dec 31 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.8.1-1
a2966b
- Update to 2.8.1.
a2966b
a2966b
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.8-8
a2966b
- Rebuild for Python 3.6
a2966b
a2966b
* Thu Sep 22 2016 Orion Poplawski <orion@cora.nwra.com> - 2.8-7
a2966b
- Ship python2-jinja2 (bug #1378519)
a2966b
- Modernize spec
a2966b
a2966b
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8-6
a2966b
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
a2966b
a2966b
* Fri Feb  5 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.8-5
a2966b
- Do not call py.test, there are currently no tests in the tarball.
a2966b
a2966b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-4
a2966b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a2966b
a2966b
* Mon Oct 12 2015 Robert Kuska <rkuska@redhat.com> - 2.8-3
a2966b
- Rebuilt for Python3.5 rebuild
a2966b
a2966b
* Mon Jul 27 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2.8-2
a2966b
- Apply updates Python packaging guidelines.
a2966b
- Mark LICENSE with %%license.
a2966b
a2966b
* Sun Jul 26 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 2.8-1
a2966b
- Upstream 2.8
a2966b
a2966b
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.3-3
a2966b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a2966b
a2966b
* Tue Dec 2 2014 Orion Poplawski <orion@cora.nwra.com> - 2.7.3-2
a2966b
- Add Requires python(3)-setuptools (bug #1168774)
a2966b
a2966b
* Sat Jun  7 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.7.3-1
a2966b
- Update to 2.7.3.
a2966b
- Reenable docs.
a2966b
a2966b
* Sat May 10 2014 Orion Poplawski <orion@cora.nwra.com> - 2.7.2-2
a2966b
- Bootstrap (without docs) build for Python 3.4
a2966b
a2966b
* Fri Jan 10 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.7.2-1
a2966b
- Update to 2.7.2.
a2966b
- Update python3 conditional.
a2966b
a2966b
* Fri Aug 16 2013 Thomas Moschny <thomas.moschny@gmx.de> - 2.7.1-1
a2966b
- Update to 2.7.1.
a2966b
a2966b
* Thu Jul 25 2013 Orion Poplawski <orion@cora.nwra.com> - 2.7-1
a2966b
- Update to 2.7
a2966b
- spec cleanup
a2966b
a2966b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-6
a2966b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a2966b
a2966b
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 2.6-5
a2966b
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
a2966b
a2966b
* Fri Aug  3 2012 David Malcolm <dmalcolm@redhat.com> - 2.6-4
a2966b
- remove rhel logic from with_python3 conditional
a2966b
a2966b
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-3
a2966b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a2966b
a2966b
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-2
a2966b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a2966b
a2966b
* Mon Jul 25 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.6-1
a2966b
- Update to 2.6.
a2966b
a2966b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.5-4
a2966b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a2966b
a2966b
* Tue Jan 18 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.5-3
a2966b
- Re-enable html doc generation.
a2966b
- Remove conditional for F-12 and below.
a2966b
- Do not silently fail the testsuite for with py3k.
a2966b
a2966b
* Mon Nov  1 2010 Michel Salim <salimma@fedoraproject.org> - 2.5.5-2
a2966b
- Move python3 runtime requirements to python3 subpackage
a2966b
a2966b
* Wed Oct 27 2010 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.5-1
a2966b
- Update to 2.5.5.
a2966b
a2966b
* Wed Aug 25 2010 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.2-4
a2966b
- Revert to previous behavior: fail the build on failed test.
a2966b
- Rebuild for Python 3.2.
a2966b
a2966b
* Wed Aug 25 2010 Dan Horák <dan[at]danny.cz> - 2.5.2-3
a2966b
- %%ifnarch doesn't work on noarch package so don't fail the build on failed tests
a2966b
a2966b
* Wed Aug 25 2010 Dan Horák <dan[at]danny.cz> - 2.5.2-2
a2966b
- disable the testsuite on s390(x)
a2966b
a2966b
* Thu Aug 19 2010 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.2-1
a2966b
- Update to upstream version 2.5.2.
a2966b
- Package depends on python-markupsafe and is noarch now.
a2966b
a2966b
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.5-4
a2966b
- add explicit build-requirement on python-setuptools
a2966b
- fix doc disablement for python3 subpackage
a2966b
a2966b
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.5-3
a2966b
- support disabling documentation in the build to break a circular build-time
a2966b
dependency with python-sphinx; disable docs for now
a2966b
a2966b
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.5-2
a2966b
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
a2966b
a2966b
* Tue Jul 13 2010 Thomas Moschny <thomas.moschny@gmx.de> - 2.5-1
a2966b
- Update to upstream version 2.5.
a2966b
- Create python3 subpackage.
a2966b
- Minor specfile fixes.
a2966b
- Add examples directory.
a2966b
- Thanks to Gareth Armstrong for additional hints.
a2966b
a2966b
* Wed Apr 21 2010 Thomas Moschny <thomas.moschny@gmx.de> - 2.4.1-1
a2966b
- Update to 2.4.1.
a2966b
a2966b
* Tue Apr 13 2010 Thomas Moschny <thomas.moschny@gmx.de> - 2.4-1
a2966b
- Update to 2.4.
a2966b
a2966b
* Tue Feb 23 2010 Thomas Moschny <thomas.moschny@gmx.de> - 2.3.1-1
a2966b
- Update to 2.3.1.
a2966b
- Docs are built using Sphinx now.
a2966b
- Run the testsuite.
a2966b
a2966b
* Sat Sep 19 2009 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.1-1
a2966b
- Update to 2.2.1, mainly a bugfix release.
a2966b
- Remove patch no longer needed.
a2966b
- Remove conditional for FC-8.
a2966b
- Compilation of speedup module has to be explicitly requested now.
a2966b
a2966b
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-3
a2966b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a2966b
a2966b
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-2
a2966b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a2966b
a2966b
* Sat Jan 10 2009 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.1-1
a2966b
- Update to 2.1.1 (bugfix release).
a2966b
a2966b
* Thu Dec 18 2008 Thomas Moschny <thomas.moschny@gmx.de> - 2.1-1
a2966b
- Update to 2.1, which fixes a number of bugs.
a2966b
  See http://jinja.pocoo.org/2/documentation/changelog#version-2-1.
a2966b
a2966b
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.0-3
a2966b
- Rebuild for Python 2.6
a2966b
a2966b
* Tue Jul 22 2008 Thomas Moschny <thomas.moschny@gmx.de> - 2.0-2
a2966b
- Use rpm buildroot macro instead of RPM_BUILD_ROOT.
a2966b
a2966b
* Sun Jul 20 2008 Thomas Moschny <thomas.moschny@gmx.de> - 2.0-1
a2966b
- Upstream released 2.0.
a2966b
a2966b
* Sun Jun 29 2008 Thomas Moschny <thomas.moschny@gmx.de> - 2.0-0.1.rc1
a2966b
- Modified specfile from the existing python-jinja package.