From 93f50c707d64daf1f2c5d28754bf55f544747ad893067cfb2d4d293042cbb9b0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Oct 2022 10:47:38 +0000 Subject: [PATCH] - 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 --- python-bjoern.changes | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/python-bjoern.changes b/python-bjoern.changes index e29122f..8379ec1 100644 --- a/python-bjoern.changes +++ b/python-bjoern.changes @@ -1,10 +1,15 @@ ------------------------------------------------------------------- Wed Oct 12 02:47:21 UTC 2022 - Yogalakshmi Arunachalam -- 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