Accepting request 745370 from devel:languages:python

- update to version 0.12.17:
  * fix #1148: redirect() and non-ascii characters

OBS-URL: https://build.opensuse.org/request/show/745370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2019-11-22 09:19:03 +00:00 committed by Git OBS Bridge
commit df96469827
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c310da61e7df2b6ac257d8a90811899ccb3a9743e77e947101072a2e3186726
size 72248

3
bottle-0.12.17.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9eaa412a60cc3d42ceb42f58d15864d9ed1b92e9d630b8130c871c5bb16107c
size 72283

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jul 28 16:13:23 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 0.12.17:
* fix #1148: redirect() and non-ascii characters
-------------------------------------------------------------------
Sun Mar 17 14:57:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-bottle
Version: 0.12.16
Version: 0.12.17
Release: 0
Summary: WSGI framework for small web applications
License: MIT
Group: Development/Languages/Python
URL: http://bottlepy.org/
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}