diff --git a/Jinja2-3.1.1.tar.gz b/Jinja2-3.1.1.tar.gz deleted file mode 100644 index c0de6e972299f8a72ad88119828cb708b92aeb83..0000000000000000000000000000000000000000 Binary files a/Jinja2-3.1.1.tar.gz and /dev/null differ diff --git a/Jinja2-3.1.2.tar.gz b/Jinja2-3.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..302517f95ee31314da2454a4a8126d70097d83c7 Binary files /dev/null and b/Jinja2-3.1.2.tar.gz differ diff --git a/python-jinja2.spec b/python-jinja2.spec index 8633a95b511b34f1257f4416343742daa2beafe6..d25e43c136478767cded00431279b91804da8a82 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -2,12 +2,12 @@ %global srcname Jinja2 Name: python-jinja2 -Version: 3.1.1 +Version: 3.1.2 Release: %{anolis_release}%{dist} Summary: General purpose template engine License: BSD URL: https://palletsprojects.com/p/jinja/ -Source0: %{pypi_source} +Source0: https://files.pythonhosted.org/packages/7a/ff/75c28576a1d900e87eb6335b063fab47a8ef3c8b4d88524c4bf78f670cce/%{srcname}-%{version}.tar.gz # Enable building without docs to avoid a circular dependency between this # and python-sphinx: @@ -44,6 +44,13 @@ BuildRequires: python3-sphinx-issues %pyproject_extras_subpkg -n python3-jinja2 i18n +%package -n python3-jinja2-doc +Summary: Doc files for python3-jinja2 +Requires: python3-jinja2 = %{version}-%{release} +BuildArch: noarch + +%description -n python3-jinja2-doc +Doc files for python3-jinja2. %prep %autosetup -p1 -n %{srcname}-%{version} @@ -72,14 +79,18 @@ rm -rvf docs/_build/html/.buildinfo %files -n python3-jinja2 -f %{pyproject_files} -%doc CHANGES.rst %doc examples %license LICENSE.rst %if %{with docs} %doc docs/_build/html %endif +%files -n python3-jinja2-doc +%doc CHANGES.rst %changelog +* Wed Jan 04 2023 mgb01105731 - 3.1.2-1 +- update to version 3.1.2 + * Tue Apr 19 2022 Zhongling He 3.1.1-1 - Init package from upstream v3.1.1