14
0

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:
2021-08-17 12:45:35 +00:00
committed by Git OBS Bridge
parent 08419ae278
commit 22ab26cd76
4 changed files with 18 additions and 5 deletions

View File

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