[python-gunicorn] upstream release 19.3.0: http://docs.gunicorn.org/en/19.3.0/news.html

Dan Callaghan dcallagh at fedoraproject.org
Mon Mar 9 00:42:40 UTC 2015


commit f3e3314502e3af94abde083b88b87a92443d1e5e
Author: Dan Callaghan <dcallagh at redhat.com>
Date:   Mon Mar 9 10:23:08 2015 +1000

    upstream release 19.3.0: http://docs.gunicorn.org/en/19.3.0/news.html

 0001-use-dev-log-for-syslog.patch     |  6 +++---
 0002-relax-version-requirements.patch | 22 ++++++++++------------
 python-gunicorn.spec                  |  7 +++++--
 3 files changed, 18 insertions(+), 17 deletions(-)
---
diff --git a/0001-use-dev-log-for-syslog.patch b/0001-use-dev-log-for-syslog.patch
index 21810c0..e307399 100644
--- a/0001-use-dev-log-for-syslog.patch
+++ b/0001-use-dev-log-for-syslog.patch
@@ -1,4 +1,4 @@
-From 1d49e59a7944fd6f40a69c40378c8ad7608b2481 Mon Sep 17 00:00:00 2001
+From 7c792440a46acac038ffa03f7baf19bd0e254e97 Mon Sep 17 00:00:00 2001
 From: Dan Callaghan <dcallagh at redhat.com>
 Date: Wed, 2 Jan 2013 11:48:54 +1000
 Subject: [PATCH 1/2] use /dev/log for syslog
@@ -8,10 +8,10 @@ Subject: [PATCH 1/2] use /dev/log for syslog
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/gunicorn/config.py b/gunicorn/config.py
-index 05fb068..ed9a39e 100644
+index ae387d3..5ebf3c7 100644
 --- a/gunicorn/config.py
 +++ b/gunicorn/config.py
-@@ -1120,7 +1120,7 @@ class SyslogTo(Setting):
+@@ -1141,7 +1141,7 @@ class SyslogTo(Setting):
          default = "unix:///var/run/syslog"
      elif PLATFORM in ('freebsd', 'dragonfly', ):
          default = "unix:///var/run/log"
diff --git a/0002-relax-version-requirements.patch b/0002-relax-version-requirements.patch
index 297c499..f8f1855 100644
--- a/0002-relax-version-requirements.patch
+++ b/0002-relax-version-requirements.patch
@@ -1,23 +1,21 @@
-From 999cf947a0c67209a4ec06d202fa69d18c5a9858 Mon Sep 17 00:00:00 2001
+From b5d70ff242df617ab8078b69086e59428fd4a53a Mon Sep 17 00:00:00 2001
 From: Dan Callaghan <dcallagh at redhat.com>
 Date: Tue, 19 Aug 2014 08:19:11 +1000
 Subject: [PATCH 2/2] relax version requirements
 
 ---
- requirements_dev.txt | 4 ++--
+ requirements_test.txt | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/requirements_dev.txt b/requirements_dev.txt
-index 7aa98ae..1877ac4 100644
---- a/requirements_dev.txt
-+++ b/requirements_dev.txt
-@@ -1,4 +1,4 @@
--pytest==2.6.0
+diff --git a/requirements_test.txt b/requirements_test.txt
+index 3e2bb35..6e4ab61 100644
+--- a/requirements_test.txt
++++ b/requirements_test.txt
+@@ -1,2 +1,2 @@
+-pytest==2.6.3
 -pytest-cov==1.7.0
-+pytest>=2.6.0
-+pytest-cov>=1.7.0
- sphinx
- sphinx_rtd_theme
++pytest
++pytest-cov
 -- 
 1.9.3
 
diff --git a/python-gunicorn.spec b/python-gunicorn.spec
index 3befde4..4c5d5fd 100644
--- a/python-gunicorn.spec
+++ b/python-gunicorn.spec
@@ -8,8 +8,8 @@
 %endif
 
 Name:           python-%{upstream_name}
-Version:        19.1.1
-Release:        2%{?dist}
+Version:        19.3.0
+Release:        1%{?dist}
 Summary:        Python WSGI application server
 
 Group:          System Environment/Daemons
@@ -134,6 +134,9 @@ popd
 %doc LICENSE build/sphinx/html/*
 
 %changelog
+* Mon Mar 09 2015 Dan Callaghan <dcallagh at redhat.com> - 19.3.0-1
+- upstream release 19.3.0: http://docs.gunicorn.org/en/19.3.0/news.html
+
 * Tue Aug 19 2014 Dan Callaghan <dcallagh at redhat.com> - 19.1.1-2
 - fixed build requirements, added -doc subpackage with HTML docs
 


More information about the scm-commits mailing list