15
0

- Update to 8.6.0:

-  #384 via PR #385, PR #406: Exposed type stubs with
    annotations for public API
  - PR #401 (related to the PR #352 effort): Started reusing the
    the expriration_interval setting in the low-level
        select.select() invocation,
    effectively reducing the system load under the Windows OS
    when idle, that is noticeable on low-end hardware systems
- Removed upstreamed patches
  - cheroot-pr370-py310-threaddeprecations.patch
  - cheroot-pr371-py310-threaddeprecations.patch
  - cheroot-c0b1b167-py310-threaddeprecations.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=40
This commit is contained in:
2022-01-21 17:49:34 +00:00
committed by Git OBS Bridge
parent d437f65ef7
commit 9f895f0a8f
8 changed files with 64 additions and 71 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Jan 21 16:53:38 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 8.6.0:
- #384 via PR #385, PR #406: Exposed type stubs with
annotations for public API
- PR #401 (related to the PR #352 effort): Started reusing the
the expriration_interval setting in the low-level
select.select() invocation,
effectively reducing the system load under the Windows OS
when idle, that is noticeable on low-end hardware systems
- Removed upstreamed patches
- cheroot-pr370-py310-threaddeprecations.patch
- cheroot-pr371-py310-threaddeprecations.patch
- cheroot-c0b1b167-py310-threaddeprecations.patch
-------------------------------------------------------------------
Sun Dec 19 21:13:43 UTC 2021 - Ben Greiner <code@bnavigator.de>