15
0
forked from pool/python-bjoern

Accepting request 1010198 from 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
  * #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/request/show/1010198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bjoern?expand=0&rev=10
This commit is contained in:
2022-10-12 16:26:44 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01f3b601cf0ab0a9c7cb9c8f944ab7c738baaa6043ca82db20e9bd7a9be5767b
size 42061

3
bjoern-3.2.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16e5a02a9a17a7f5f8bea0d7c58650e78ab80ead6fe3e390037573d4355baf31
size 45716

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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
* #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>

View File

@@ -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