15
0
forked from pool/python-bjoern

- 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/package/show/devel:languages:python/python-bjoern?expand=0&rev=11
This commit is contained in:
2020-06-24 01:48:57 +00:00
committed by Git OBS Bridge
parent 6ea2806688
commit a1f5884907
4 changed files with 14 additions and 7 deletions

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}