forked from pool/python-CherryPy
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,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56608edd831ad00991ae585625e0206ed61cf1a0850e4b2cc48489fb2308c499
|
|
||||||
size 686804
|
|
3
CherryPy-18.6.1.tar.gz
Normal file
3
CherryPy-18.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f33e87286e7b3e309e04e7225d8e49382d9d7773e6092241d7f613893c563495
|
||||||
|
size 692730
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 16 13:25:38 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 14 20:43:05 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
Mon Dec 14 20:43:05 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-CherryPy
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-CherryPy
|
Name: python-CherryPy
|
||||||
Version: 18.6.0
|
Version: 18.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Object-Oriented HTTP framework
|
Summary: Object-Oriented HTTP framework
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -48,6 +48,7 @@ BuildRequires: %{python_module jaraco.collections}
|
|||||||
BuildRequires: %{python_module more-itertools}
|
BuildRequires: %{python_module more-itertools}
|
||||||
BuildRequires: %{python_module path.py}
|
BuildRequires: %{python_module path.py}
|
||||||
BuildRequires: %{python_module portend >= 2.1.1}
|
BuildRequires: %{python_module portend >= 2.1.1}
|
||||||
|
BuildRequires: %{python_module pytest-forked}
|
||||||
BuildRequires: %{python_module pytest-services}
|
BuildRequires: %{python_module pytest-services}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests-toolbelt}
|
BuildRequires: %{python_module requests-toolbelt}
|
||||||
|
Reference in New Issue
Block a user