From 2ab41dfc598662f6b65b216c33999d3079deab0651f2bc521d3bbfadb0212c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 29 Jul 2019 08:41:44 +0000 Subject: [PATCH] Accepting request 719410 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/719410 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=27 --- bottle-0.12.16.tar.gz | 3 --- bottle-0.12.17.tar.gz | 3 +++ python-bottle.changes | 6 ++++++ python-bottle.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 bottle-0.12.16.tar.gz create mode 100644 bottle-0.12.17.tar.gz diff --git a/bottle-0.12.16.tar.gz b/bottle-0.12.16.tar.gz deleted file mode 100644 index 1d13b78..0000000 --- a/bottle-0.12.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c310da61e7df2b6ac257d8a90811899ccb3a9743e77e947101072a2e3186726 -size 72248 diff --git a/bottle-0.12.17.tar.gz b/bottle-0.12.17.tar.gz new file mode 100644 index 0000000..b76c0dd --- /dev/null +++ b/bottle-0.12.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9eaa412a60cc3d42ceb42f58d15864d9ed1b92e9d630b8130c871c5bb16107c +size 72283 diff --git a/python-bottle.changes b/python-bottle.changes index 502310c..593abef 100644 --- a/python-bottle.changes +++ b/python-bottle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jul 28 16:13:23 UTC 2019 - Arun Persaud + +- update to version 0.12.17: + * fix #1148: redirect() and non-ascii characters + ------------------------------------------------------------------- Sun Mar 17 14:57:13 UTC 2019 - Jan Engelhardt diff --git a/python-bottle.spec b/python-bottle.spec index 9498de4..55dea24 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -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}