diff --git a/bottle-0.12.25.tar.gz b/bottle-0.12.25.tar.gz deleted file mode 100644 index 39832ce5e45585396b9daaa95ecb54c4664c469e..0000000000000000000000000000000000000000 Binary files a/bottle-0.12.25.tar.gz and /dev/null differ diff --git a/bottle-0.13.2.tar.gz b/bottle-0.13.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4f21547ea5868d7ecdfdf83e1d0ad9892e7c7a23 Binary files /dev/null and b/bottle-0.13.2.tar.gz differ diff --git a/python-bottle.spec b/python-bottle.spec index aa8ee6aac17f4a709eb6bc74b05ef03f0e1a6cc9..dd8f5a1547df697b63af4e2310334468e2b80d61 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -1,5 +1,5 @@ Name: python-bottle -Version: 0.12.25 +Version: 0.13.2 Release: 1 Summary: WSGI micro web-framework for Python. License: MIT @@ -33,7 +33,7 @@ sed -i '/^#!/d' bottle.py %py3_install %check -%__python3 test/testall.py verbose || : +%{pytest} test %files -n python3-bottle %license LICENSE @@ -42,6 +42,11 @@ sed -i '/^#!/d' bottle.py %exclude %{_bindir}/bottle.py %changelog +* Tue Nov 05 2024 ZhaoYu Jiang - 0.13.2-1 +- Upgrade Package to Version 0.13.2 + Signed cookies now use a stronger HMAC algorithm by default. + Bottle now ships with its own multipart form data parser (borrowed from multipart) and no longer relies on cgi.FieldStorage. + * Fri May 26 2023 wulei - 0.12.25-1 - Upgrade package to version 0.12.25