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..9b3a1ae8cb8aee2d70847fc1be7aacbc29313c7f 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. @@ -31,9 +32,10 @@ sed -i '/^#!/d' bottle.py %install %py3_install +rm %{buildroot}%{_bindir}/bottle %check -%__python3 test/testall.py verbose || : +%{pytest} %files -n python3-bottle %license LICENSE @@ -42,6 +44,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 @@ -59,4 +66,3 @@ sed -i '/^#!/d' bottle.py * Tue Nov 26 2019 zhujunhao - 0.12.13-7 - Package init -