14
0
forked from pool/python-bottle

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
This commit is contained in:
2022-05-27 07:10:21 +00:00
committed by Git OBS Bridge
parent f7d89fe371
commit 749e2dcaeb
4 changed files with 19 additions and 7 deletions

View File

@@ -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