diff --git a/CherryPy-18.6.0.tar.gz b/CherryPy-18.6.0.tar.gz deleted file mode 100644 index 8038c77..0000000 --- a/CherryPy-18.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56608edd831ad00991ae585625e0206ed61cf1a0850e4b2cc48489fb2308c499 -size 686804 diff --git a/CherryPy-18.6.1.tar.gz b/CherryPy-18.6.1.tar.gz new file mode 100644 index 0000000..cb94103 --- /dev/null +++ b/CherryPy-18.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33e87286e7b3e309e04e7225d8e49382d9d7773e6092241d7f613893c563495 +size 692730 diff --git a/python-CherryPy.changes b/python-CherryPy.changes index 40725a7..ae4ad33 100644 --- a/python-CherryPy.changes +++ b/python-CherryPy.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Aug 16 13:25:38 UTC 2021 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-CherryPy.spec b/python-CherryPy.spec index bc229a4..a574236 100644 --- a/python-CherryPy.spec +++ b/python-CherryPy.spec @@ -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}