Accepting request 1069528 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1069528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2023-03-07 15:48:30 +00:00 committed by Git OBS Bridge
commit bf4e87670e
4 changed files with 21 additions and 5 deletions

View File

@ -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

Binary file not shown.

View File

@ -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>

View File

@ -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