diff --git a/3.3.3.tar.gz b/3.3.3.tar.gz deleted file mode 100644 index 8f310425e44f6a341ae9066b830889185e8137e7..0000000000000000000000000000000000000000 Binary files a/3.3.3.tar.gz and /dev/null differ diff --git a/3.4.0.tar.gz b/3.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..147f5cbe69ba8bf147b3a4df1bcf9de02a60a411 Binary files /dev/null and b/3.4.0.tar.gz differ diff --git a/python-cheetah.spec b/python-cheetah.spec index 6a56a90d17cb68122c0c0722f2db5968920c380a..4d6e06b85fbb9be8d71e650277acaf437e17841e 100644 --- a/python-cheetah.spec +++ b/python-cheetah.spec @@ -1,9 +1,9 @@ Name: python-cheetah -Version: 3.3.3 -Release: 2 +Version: 3.4.0 +Release: 1 Summary: The Python-Powered Template Engine -License: MIT -URL: http://cheetahtemplate.org/ +License: MIT AND BSD-3-Clause-HP AND LGPL-2.1-or-later AND Public Domain +URL: https://cheetahtemplate.org/ Source0: https://github.com/CheetahTemplate3/cheetah3/archive/refs/tags/%{version}.tar.gz BuildRequires: gcc python3-devel python3-setuptools python3-markdown python3-pygments @@ -36,16 +36,18 @@ The Python-Powered Template Engine %check export PATH="%{buildroot}%{_bindir}:$PATH" PYTHONPATH="%{buildroot}%{python3_sitearch}" -sed -i "s|python|/usr/bin/python3|g" %{buildroot}%{_bindir}/cheetah %{buildroot}%{_bindir}/cheetah test %files -n python3-cheetah %license LICENSE -%doc ANNOUNCE.rst README.rst TODO BUGS +%doc ANNOUNCE.rst LATEST-CHANGES.rst README.rst BUGS %{_bindir}/* %{python3_sitearch}/ %changelog +* Sun Jul 13 2025 Funda Wang - 3.4.0-1 +- update to 3.4.0 + * Wed Jun 18 2025 Ge Wang - 3.3.3-2 - Fix build failure