From 023ea16ebf358e0db939686e5f6fb87de2112d18d8eff9352d45a93fe6871f7e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 21 Feb 2023 21:55:19 +0000 Subject: [PATCH] Accepting request 1067050 from home:benoit_monin:branches:devel:languages:python update to version 0.12.24: bugfix release OBS-URL: https://build.opensuse.org/request/show/1067050 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=41 --- bottle-0.12.23.tar.gz | 3 --- bottle-0.12.24.tar.gz | 3 +++ python-bottle.changes | 8 ++++++++ python-bottle.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 bottle-0.12.23.tar.gz create mode 100644 bottle-0.12.24.tar.gz diff --git a/bottle-0.12.23.tar.gz b/bottle-0.12.23.tar.gz deleted file mode 100644 index 01595a6..0000000 --- a/bottle-0.12.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:683de3aa399fb26e87b274dbcf70b1a651385d459131716387abdc3792e04167 -size 73965 diff --git a/bottle-0.12.24.tar.gz b/bottle-0.12.24.tar.gz new file mode 100644 index 0000000..e3d5bcb --- /dev/null +++ b/bottle-0.12.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2480121a73e87380989b77e32bd2092d190e7ea7d71e6f1b8f7af7eab9d54ea3 +size 74146 diff --git a/python-bottle.changes b/python-bottle.changes index 636e342..8dbed92 100644 --- a/python-bottle.changes +++ b/python-bottle.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 21 18:22:20 UTC 2023 - Benoît Monin + +- update to version 0.12.24: bugfix release + * Fix fapws3 link + * fix: Route.get_config typo + * fix #1111: Unicode multipart/form-data values in python3 + ------------------------------------------------------------------- Wed Aug 3 20:24:55 UTC 2022 - Benoît Monin diff --git a/python-bottle.spec b/python-bottle.spec index c9eb7bb..430a4c0 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -1,7 +1,7 @@ # # spec file for package python-bottle # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.23 +Version: 0.12.24 Release: 0 Summary: WSGI framework for small web applications License: MIT