Accepting request 912412 from home:glaubitz:branches:devel:languages:python
- Update to 18.6.1
* Fixed XLF flag in gzip header emitted by gzip compression tool
per RFC 1952, Section 2.3.1
* Restricted depending on pywin32 only under CPython so that it
won't get pulled-in under PyPy
* Bumped minimum version of PyWin32 to 227.
Block pywin32 install on Python 3.10 and later.
- Update Requires from setup.py
OBS-URL: https://build.opensuse.org/request/show/912412
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=51
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-CherryPy
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-CherryPy
|
||||
Version: 18.6.0
|
||||
Version: 18.6.1
|
||||
Release: 0
|
||||
Summary: Object-Oriented HTTP framework
|
||||
License: BSD-3-Clause
|
||||
@@ -48,6 +48,7 @@ BuildRequires: %{python_module jaraco.collections}
|
||||
BuildRequires: %{python_module more-itertools}
|
||||
BuildRequires: %{python_module path.py}
|
||||
BuildRequires: %{python_module portend >= 2.1.1}
|
||||
BuildRequires: %{python_module pytest-forked}
|
||||
BuildRequires: %{python_module pytest-services}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests-toolbelt}
|
||||
|
||||
Reference in New Issue
Block a user