From 54579aaf713e290d1a9c335c4e5376503b967224745ab4d8ffacec999e252d51 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Oct 2022 10:46:51 +0000 Subject: [PATCH 1/2] Accepting request 1009970 from home:yarunachalam:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1009970 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bjoern?expand=0&rev=13 --- bjoern-3.1.0.tar.gz | 3 --- bjoern-3.2.2.tar.gz | 3 +++ python-bjoern.changes | 8 ++++++++ python-bjoern.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 bjoern-3.1.0.tar.gz create mode 100644 bjoern-3.2.2.tar.gz diff --git a/bjoern-3.1.0.tar.gz b/bjoern-3.1.0.tar.gz deleted file mode 100644 index c517095..0000000 --- a/bjoern-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01f3b601cf0ab0a9c7cb9c8f944ab7c738baaa6043ca82db20e9bd7a9be5767b -size 42061 diff --git a/bjoern-3.2.2.tar.gz b/bjoern-3.2.2.tar.gz new file mode 100644 index 0000000..00d875a --- /dev/null +++ b/bjoern-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e5a02a9a17a7f5f8bea0d7c58650e78ab80ead6fe3e390037573d4355baf31 +size 45716 diff --git a/python-bjoern.changes b/python-bjoern.changes index aaf1944..e29122f 100644 --- a/python-bjoern.changes +++ b/python-bjoern.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Wed Jun 24 01:48:04 UTC 2020 - Steve Kowalik diff --git a/python-bjoern.spec b/python-bjoern.spec index d158a85..d1dbfc9 100644 --- a/python-bjoern.spec +++ b/python-bjoern.spec @@ -1,7 +1,7 @@ # # spec file for package python-bjoern # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bjoern -Version: 3.1.0 +Version: 3.2.2 Release: 0 Summary: A screamingly fast Python 2 + 3 WSGI server written in C License: BSD-2-Clause From 93f50c707d64daf1f2c5d28754bf55f544747ad893067cfb2d4d293042cbb9b0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Oct 2022 10:47:38 +0000 Subject: [PATCH 2/2] - 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