15
0
forked from pool/python-bjoern

Accepting request 816735 from devel:languages:python

- Update to 3.1.0:
  * #169 Fix blocking accept() (Ionut Negru)
  * #164 Add support for statsd metrics/events (Mohammad Gufran)
  * #162 Fix Expect: 100-Continue support (Tom Brennan)

OBS-URL: https://build.opensuse.org/request/show/816735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bjoern?expand=0&rev=9
This commit is contained in:
2020-06-24 13:49:18 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 7 deletions

View File

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

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 24 01:48:04 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.1.0:
* #169 Fix blocking accept() (Ionut Negru)
* #164 Add support for statsd metrics/events (Mohammad Gufran)
* #162 Fix Expect: 100-Continue support (Tom Brennan)
-------------------------------------------------------------------
Sun Jul 7 16:50:15 UTC 2019 - Michael Ströder <michael@stroeder.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bjoern
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,11 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-bjoern
Version: 3.0.1
Version: 3.1.0
Release: 0
Summary: A screamingly fast Python 2 + 3 WSGI server written in C
License: BSD-2-Clause
Group: Development/Languages/Python
Url: https://github.com/jonashaag/bjoern
URL: https://github.com/jonashaag/bjoern
Source: https://files.pythonhosted.org/packages/source/b/bjoern/bjoern-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}