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..f70a22e38488432f0f2b93d2a8e1cb7b4704e7d4 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 @@ -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