From a1f5884907c95ae08da813beddaa1d2e0d8bf89a8944b0f9509971379e9a3bfe Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 24 Jun 2020 01:48:57 +0000 Subject: [PATCH] - 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 --- bjoern-3.0.1.tar.gz | 3 --- bjoern-3.1.0.tar.gz | 3 +++ python-bjoern.changes | 8 ++++++++ python-bjoern.spec | 7 +++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 bjoern-3.0.1.tar.gz create mode 100644 bjoern-3.1.0.tar.gz diff --git a/bjoern-3.0.1.tar.gz b/bjoern-3.0.1.tar.gz deleted file mode 100644 index 82b344d..0000000 --- a/bjoern-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6dae5ffb17f0120213ca2f4b6a5d56672d09d132e997a3482a83a93bfab55aa -size 39169 diff --git a/bjoern-3.1.0.tar.gz b/bjoern-3.1.0.tar.gz new file mode 100644 index 0000000..c517095 --- /dev/null +++ b/bjoern-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f3b601cf0ab0a9c7cb9c8f944ab7c738baaa6043ca82db20e9bd7a9be5767b +size 42061 diff --git a/python-bjoern.changes b/python-bjoern.changes index 9cf11ea..aaf1944 100644 --- a/python-bjoern.changes +++ b/python-bjoern.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jun 24 01:48:04 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-bjoern.spec b/python-bjoern.spec index 3b26e78..d158a85 100644 --- a/python-bjoern.spec +++ b/python-bjoern.spec @@ -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}