diff --git a/bottle-0.12.24.tar.gz b/bottle-0.12.24.tar.gz deleted file mode 100644 index e3d5bcb..0000000 --- a/bottle-0.12.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2480121a73e87380989b77e32bd2092d190e7ea7d71e6f1b8f7af7eab9d54ea3 -size 74146 diff --git a/bottle-0.12.25.tar.gz b/bottle-0.12.25.tar.gz new file mode 100644 index 0000000..00419ea --- /dev/null +++ b/bottle-0.12.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a9c94970ae6d710b3fb4526294dfeb86f2cb4a81eff3a4b98dc40fb0e5e021 +size 74231 diff --git a/python-bottle.changes b/python-bottle.changes index 8dbed92..da69081 100644 --- a/python-bottle.changes +++ b/python-bottle.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Mar 5 17:56:40 UTC 2023 - Benoît Monin + +- update to version 0.12.25: bugfix release + * Reduce deprectation warnings during tests + * Adjusts the test_server 'fetch' method to disable proxying + within test cases where it is used + * fix #1194: Regular expression catastrophic backtracking in + bottle.Router.rule_syntax + * fix #1155: Catastrophic backtracking issue in template parser + * Fix release task in Makefile + * fix: Raising HTTPResponse should not bypass JsonPlugin +- drop python_module macro: provided by python-rpm-macros +- run fdupes to deduplicate identical files + ------------------------------------------------------------------- Tue Feb 21 18:22:20 UTC 2023 - Benoît Monin diff --git a/python-bottle.spec b/python-bottle.spec index 430a4c0..10c4d48 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bottle -Version: 0.12.24 +Version: 0.12.25 Release: 0 Summary: WSGI framework for small web applications License: MIT @@ -26,6 +25,7 @@ URL: https://bottlepy.org/ Source: https://files.pythonhosted.org/packages/source/b/bottle/bottle-%{version}.tar.gz Source1: http://bottlepy.org/docs/0.12/bottle-docs.pdf BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives Requires(postun):update-alternatives @@ -62,6 +62,7 @@ cp %{SOURCE1} . %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/bottle.py %check