Accepting request 1069473 from home:benoit_monin:branches:devel:languages:python
- update to version 0.12.25: bugfix release - drop python_module macro: provided by python-rpm-macros - run fdupes to deduplicate identical files OBS-URL: https://build.opensuse.org/request/show/1069473 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=43
This commit is contained in:
parent
023ea16ebf
commit
f829133c5b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2480121a73e87380989b77e32bd2092d190e7ea7d71e6f1b8f7af7eab9d54ea3
|
|
||||||
size 74146
|
|
BIN
bottle-0.12.25.tar.gz
(Stored with Git LFS)
Normal file
BIN
bottle-0.12.25.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 5 17:56:40 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
- 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 <benoit.monin@gmx.fr>
|
Tue Feb 21 18:22:20 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
@ -16,9 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-bottle
|
Name: python-bottle
|
||||||
Version: 0.12.24
|
Version: 0.12.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WSGI framework for small web applications
|
Summary: WSGI framework for small web applications
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -26,6 +25,7 @@ URL: https://bottlepy.org/
|
|||||||
Source: https://files.pythonhosted.org/packages/source/b/bottle/bottle-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/b/bottle/bottle-%{version}.tar.gz
|
||||||
Source1: http://bottlepy.org/docs/0.12/bottle-docs.pdf
|
Source1: http://bottlepy.org/docs/0.12/bottle-docs.pdf
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
@ -62,6 +62,7 @@ cp %{SOURCE1} .
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%python_clone -a %{buildroot}%{_bindir}/bottle.py
|
%python_clone -a %{buildroot}%{_bindir}/bottle.py
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user