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..766894b8facbeecae0f94a48a87c24415d3ca2be 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 @@ -7,6 +7,7 @@ URL: https://github.com/bottlepy/bottle Source0: https://github.com/bottlepy/bottle/archive/%{version}/bottle-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-setuptools +BuildRequires: python3dist(pytest) %description Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. @@ -33,7 +34,7 @@ sed -i '/^#!/d' bottle.py %py3_install %check -%__python3 test/testall.py verbose || : +%{pytest} test %files -n python3-bottle %license LICENSE @@ -42,6 +43,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