diff --git a/bottle-0.13.2.tar.gz b/bottle-0.13.2.tar.gz deleted file mode 100644 index 4f21547ea5868d7ecdfdf83e1d0ad9892e7c7a23..0000000000000000000000000000000000000000 Binary files a/bottle-0.13.2.tar.gz and /dev/null differ diff --git a/bottle-0.13.3.tar.gz b/bottle-0.13.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..db738fc70f3f8aa88d2552b5b85ced7700498a4c Binary files /dev/null and b/bottle-0.13.3.tar.gz differ diff --git a/python-bottle.spec b/python-bottle.spec index 9b3a1ae8cb8aee2d70847fc1be7aacbc29313c7f..a2b7e07a709b41d414674f0ffed9004b4bc06c35 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -1,5 +1,5 @@ Name: python-bottle -Version: 0.13.2 +Version: 0.13.3 Release: 1 Summary: WSGI micro web-framework for Python. License: MIT @@ -44,8 +44,11 @@ rm %{buildroot}%{_bindir}/bottle %exclude %{_bindir}/bottle.py %changelog +* Tue May 13 2025 openeuler_bot - 0.13.3-1 +- **Full Changelog**: [0.13.1...0.13.2](https://github.com/bottlepy/bottle/compare/0.13.1...0.13.2) (version: 0.13.2) + * Tue Nov 05 2024 ZhaoYu Jiang - 0.13.2-1 -- Upgrade Package to Version 0.13.2 +- Upgrade Package to Version 0.13.3 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.