15
0
forked from pool/python-bjoern

- Update to version 3.2.2:

* #228, 235 Fix libev paths (Ian Swanson, Nicolas Damgaard Larsen)
  * #234 Set ``wsgi.input_terminated`` (Nathan Hoad)
  * Update PyPI description
  * #173 Fix segfault with old interpreters (Goldstein)
  * #171 Implement FileWrapper.close()
  * Fix FileWrapper/sendfile with offset
  * #184 Fix compile flags
  * #218 Fix SERVER_PORT (Souheil Chelfouh)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bjoern?expand=0&rev=14
This commit is contained in:
2022-10-12 10:47:38 +00:00
committed by Git OBS Bridge
parent 54579aaf71
commit 93f50c707d

View File

@@ -1,10 +1,15 @@
-------------------------------------------------------------------
Wed Oct 12 02:47:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 3.2.2
- #228, 235 Fix libev paths (Ian Swanson, Nicolas Damgaard Larsen)
- #234 Set ``wsgi.input_terminated`` (Nathan Hoad)
- Update PyPI description
- Update to version 3.2.2:
* #228, 235 Fix libev paths (Ian Swanson, Nicolas Damgaard Larsen)
* #234 Set ``wsgi.input_terminated`` (Nathan Hoad)
* Update PyPI description
* #173 Fix segfault with old interpreters (Goldstein)
* #171 Implement FileWrapper.close()
* Fix FileWrapper/sendfile with offset
* #184 Fix compile flags
* #218 Fix SERVER_PORT (Souheil Chelfouh)
-------------------------------------------------------------------
Wed Jun 24 01:48:04 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>