15
0
forked from pool/python-bjoern

Accepting request 704977 from home:pgajdos

- version update to 3.0.0
  *  Fix #91: Support for SIGTERM/SIGINT handling
  *  Fix #144: Proper handling of EAGAIN/EINTR (Adam Bouhenguel)
  *  Fix #138: Use Latin1 encoding for unicode strings
  *  Fix #139: Never use chunked responses for HTTP 204 and 304
  *  Fix #133: Segmentation fault with very long HTTP headers (@szabolcsbalogh)
  *  Fix #130: filewrapper must work with any read()able object
  *  Fix #128: Fix support for io.BytesIO and other pseudo-files
  *  Fix sendfile on BSD and OSX
  *  Fix #122: WSGI environ SERVER_PORT is now a str (Simon Biewald)
  *  Fix #122: WSGI environ SERVER_{PORT,HOST} are now always set (Simon Biewald)
  *  Fix #125: Missing GIL locking (@szabolcsbalogh)
  *  Fix Python 2 segfault
  *  Fix segfault with HTTP header (晏旭瑞)
  *  Fix segfault with large HTTP header
  *  Fix Python 3 unicode header handling
  *  Fix setup.py and `bjoern.version` attribute
  *  Python 3 support (Hua Yanghao, Isaiah Peng). Note that due to the size
     of this update, version 2.0.0 may be less stable than version 1.4.3.
- deleted patches
  - reproducible.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/704977
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bjoern?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-05-24 07:54:03 +00:00
committed by Git OBS Bridge
parent e5cb5c6f02
commit 3113b30c1a
5 changed files with 52 additions and 49 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu May 23 06:17:46 UTC 2019 - pgajdos@suse.com
- version update to 3.0.0
* Fix #91: Support for SIGTERM/SIGINT handling
* Fix #144: Proper handling of EAGAIN/EINTR (Adam Bouhenguel)
* Fix #138: Use Latin1 encoding for unicode strings
* Fix #139: Never use chunked responses for HTTP 204 and 304
* Fix #133: Segmentation fault with very long HTTP headers (@szabolcsbalogh)
* Fix #130: filewrapper must work with any read()able object
* Fix #128: Fix support for io.BytesIO and other pseudo-files
* Fix sendfile on BSD and OSX
* Fix #122: WSGI environ SERVER_PORT is now a str (Simon Biewald)
* Fix #122: WSGI environ SERVER_{PORT,HOST} are now always set (Simon Biewald)
* Fix #125: Missing GIL locking (@szabolcsbalogh)
* Fix Python 2 segfault
* Fix segfault with HTTP header (晏旭瑞)
* Fix segfault with large HTTP header
* Fix Python 3 unicode header handling
* Fix setup.py and `bjoern.version` attribute
* Python 3 support (Hua Yanghao, Isaiah Peng). Note that due to the size
of this update, version 2.0.0 may be less stable than version 1.4.3.
- deleted patches
- reproducible.patch (upstreamed)
-------------------------------------------------------------------
Tue Mar 13 03:20:57 UTC 2018 - bwiedemann@suse.com