From c886750c03f7ec78b55694bd36e92b5d2292954975aa09519fe3512ae2df3870 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Tue, 3 Feb 2015 11:26:46 +0000
Subject: [PATCH] Accepting request 283831 from
home:bmanojlovic:branches:devel:languages:python
- updated package to 1.4.2 from 1.2
- multiple changes notable ones are:
+ CVE-2015-0219, see https://www.djangoproject.com/weblog/2015/jan/13/security/
+ Default to keep-alive for HTTP/1.1 connections
+ Unix socket support
+ Fixed 64bit compile errors
OBS-URL: https://build.opensuse.org/request/show/283831
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bjoern?expand=0&rev=3
---
bjoern-1.2.tar.gz | 3 ---
bjoern-1.4.2.tar.gz | 3 +++
python-bjoern.changes | 10 ++++++++++
python-bjoern.spec | 9 +++++----
4 files changed, 18 insertions(+), 7 deletions(-)
delete mode 100644 bjoern-1.2.tar.gz
create mode 100644 bjoern-1.4.2.tar.gz
diff --git a/bjoern-1.2.tar.gz b/bjoern-1.2.tar.gz
deleted file mode 100644
index 179e6be..0000000
--- a/bjoern-1.2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:9a4cf18fbcab49a0b53e98c9b1837df311af1ec58f711fcf91172b83e07b1e20
-size 22811
diff --git a/bjoern-1.4.2.tar.gz b/bjoern-1.4.2.tar.gz
new file mode 100644
index 0000000..d84e94d
--- /dev/null
+++ b/bjoern-1.4.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5892ee00b04c45e0093835c9e179e52370d42add224a4a03d937f8306a54d84e
+size 25997
diff --git a/python-bjoern.changes b/python-bjoern.changes
index 91fbd29..c0316fe 100644
--- a/python-bjoern.changes
+++ b/python-bjoern.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Mon Feb 2 16:27:46 UTC 2015 - boris@steki.net
+
+- updated package to 1.4.2 from 1.2
+- multiple changes notable ones are:
+ + CVE-2015-0219, see https://www.djangoproject.com/weblog/2015/jan/13/security/
+ + Default to keep-alive for HTTP/1.1 connections
+ + Unix socket support
+ + Fixed 64bit compile errors
+
-------------------------------------------------------------------
Thu Nov 22 13:43:33 UTC 2012 - saschpe@suse.de
diff --git a/python-bjoern.spec b/python-bjoern.spec
index 4129b53..ffcfc5d 100644
--- a/python-bjoern.spec
+++ b/python-bjoern.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-bjoern
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,15 +13,16 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
Name: python-bjoern
-Version: 1.2
+Version: 1.4.2
Release: 0
-License: BSD-2-Clause
Summary: A screamingly fast Python WSGI server written in C
-Url: https://github.com/jonashaag/bjoern
+License: BSD-2-Clause
Group: Development/Languages/Python
+Url: https://github.com/jonashaag/bjoern
Source: http://pypi.python.org/packages/source/b/bjoern/bjoern-%{version}.tar.gz
BuildRequires: libev-devel
BuildRequires: python-devel