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