From 749e2dcaeb5e95fa16290393f9d69e40477f110a9961154791dd7bb88f3126bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 27 May 2022 07:10:21 +0000 Subject: [PATCH] Accepting request 979397 from home:benoit_monin:branches:devel:languages:python - update to version 0.12.21: bugfix release - update to version 0.12.20: security fix OBS-URL: https://build.opensuse.org/request/show/979397 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=37 --- bottle-0.12.19.tar.gz | 3 --- bottle-0.12.21.tar.gz | 3 +++ python-bottle.changes | 12 ++++++++++++ python-bottle.spec | 8 ++++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 bottle-0.12.19.tar.gz create mode 100644 bottle-0.12.21.tar.gz diff --git a/bottle-0.12.19.tar.gz b/bottle-0.12.19.tar.gz deleted file mode 100644 index 1064e5d..0000000 --- a/bottle-0.12.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9d73ffcbc6a1345ca2d7949638db46349f5b2b77dac65d6494d45c23628da2c -size 73142 diff --git a/bottle-0.12.21.tar.gz b/bottle-0.12.21.tar.gz new file mode 100644 index 0000000..3bdc867 --- /dev/null +++ b/bottle-0.12.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787c61b6cc02b9c229bf2663011fac53dd8fc197f7f8ad2eeede29d888d7887e +size 74229 diff --git a/python-bottle.changes b/python-bottle.changes index ca529f3..df4a696 100644 --- a/python-bottle.changes +++ b/python-bottle.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 26 20:41:56 UTC 2022 - Benoît Monin + +- update to version 0.12.21: bugfix release + * Fix: Bad deprecation warning in cherrypy server adapter +- update to version 0.12.20: security fix + * fix: Multipart file uploads with empty filename not detected + as binary + * fix auth_basic decorator (#586) + * Add ServerAdapter for CherryPy >= 9 + * Gracefully handle errors during early request binding + ------------------------------------------------------------------- Fri Nov 13 17:49:59 UTC 2020 - Benoît Monin diff --git a/python-bottle.spec b/python-bottle.spec index 067c999..1624f12 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -1,7 +1,7 @@ # # spec file for package python-bottle # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bottle -Version: 0.12.19 +Version: 0.12.21 Release: 0 Summary: WSGI framework for small web applications License: MIT @@ -29,9 +29,9 @@ Source1: http://bottlepy.org/docs/0.12/bottle-docs.pdf Patch0: fix_cookie_test.patch BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros +Requires(post): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch -Requires(post): update-alternatives -Requires(postun): update-alternatives %python_subpackages %description