Hello community,

here is the log from the commit of package python3-gunicorn for 
openSUSE:Factory checked in at 2015-12-03 13:32:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-gunicorn (Old)
 and      /work/SRC/openSUSE:Factory/.python3-gunicorn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-gunicorn"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-gunicorn/python3-gunicorn.changes        
2015-06-30 10:19:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-gunicorn.new/python3-gunicorn.changes   
2015-12-03 13:32:13.000000000 +0100
@@ -1,0 +2,67 @@
+Thu Nov 26 21:17:19 UTC 2015 - a...@gmx.de
+
+- update to version 19.4.1:
+  * fix tornado worker (:issue:`1154`)
+
+- changes from version 19.4.0:
+  * Core
+  - fix: make sure that a user is able to access to the logs after dropping a
+    privilege (:issue:`1116`)
+    - improvement: inherit the `Exception` class where it needs to be 
(:issue:`997`)
+    - fix: make sure headers are always encodedas latin1 RFC 2616 
(:issue:`1102`)
+    - improvement: reduce arbiter noise (:issue:`1078`)
+    - fix: don't close the unix socket when the worker exit (:issue:`1088`)
+    - improvement: Make last logged worker count an explicit instance var 
(:issue:`1078`)
+    - improvement: prefix config file with its type (:issue:`836`)
+    - improvement: pidfile handing (:issue:`1042`)
+    - fix: catch OSError as well as ValueError on race condition 
(:issue:`1052`)
+    - improve support of ipv6 by backporting urlparse.urlsplit from Python 2.7 
to
+      Python 2.6.
+      - fix: raise InvalidRequestLine when the line contains maliscious data
+        (:issue:`1023`)
+        - fix: fix argument to disable sendfile
+        - fix: add gthread to the list of supported workers (:issue:`1011`)
+        - improvement: retry socket binding up to five times upon EADDRNOTAVAIL
+          (:issue:`1004`)
+       - **breaking change**: only honor headers that can be encoded in ascii 
to comply to
+         the RFC 7230 (See :issue:`1151`).
+  * Logging
+    - add new parameters to access log (:issue:`1132`)
+    - fix: make sure that files handles are correctly reopenebd on HUP
+      (:issue:`627`)
+      - include request URL in error message (:issue:`1071`)
+      - get username in access logs (:issue:`1069`)
+      - fix statsd logging support on Python 3 (:issue:`1010`)
+  * Testing
+    - use last version of mock.
+    - many fixes in Travis CI support
+    - miscellaneous improvements in tests
+  * Thread worker
+    - fix: Fix self.nr usage in ThreadedWorker so that auto restart works as
+      expected (:issue:`1031`)
+  * Gevent worker
+    - fix quit signal handling (:issue:`1128`)
+    - add support for Python 3 (:issue:`1066`)
+    - fix: make graceful shutdown thread-safe (:issue:`1032`)
+  * Tornado worker
+    - fix ssl options (:issue:`1146`, :issue:`1135`)
+    - don't check timeout when stopping gracefully (:issue:`1106`)
+  * AIOHttp worker
+    - add SSL support (:issue:`1105`)
+  * Documentation
+    - fix link to proc name setting (:issue:`1144`)
+    - fix worker class documentation (:issue:`1141`, :issue:`1104`)
+    - clarify graceful timeout documentation (:issue:`1137`)
+    - don't duplicate NGINX config files examples (:issue:`1050`, 
:issue:`1048`)
+    - add `web.py` framework example (:issue:`1117`)
+    - update Debian/Ubuntu installations instructions (:issue:`1112`)
+    - clarify `pythonpath` setting description (:issue:`1080`)
+    - tweak some example for python3
+    - clarify `sendfile` documentation
+    - miscellaneous typos in source code comments (thanks!)
+    - clarify why REMOTE_ADD may not be the user's IP address (:issue:`1037`)
+  * Misc
+    - fix: reloader should survive SyntaxError (:issue:`994`)
+    - fix: expose the reloader class to the worker.
+
+-------------------------------------------------------------------

Old:
----
  gunicorn-19.3.0.tar.gz

New:
----
  gunicorn-19.4.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-gunicorn.spec ++++++
--- /var/tmp/diff_new_pack.p9OOsK/_old  2015-12-03 13:32:14.000000000 +0100
+++ /var/tmp/diff_new_pack.p9OOsK/_new  2015-12-03 13:32:14.000000000 +0100
@@ -17,15 +17,15 @@
 
 
 Name:           python3-gunicorn
-Version:        19.3.0
+Version:        19.4.1
 Release:        0
 Summary:        WSGI HTTP Server for UNIX
 License:        MIT
 Group:          Development/Languages/Python
 Url:            http://gunicorn.org
 Source:         
http://pypi.python.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz
-BuildRequires:  python3-Sphinx
 BuildRequires:  python3
+BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
 BuildRequires:  python3-nose

++++++ gunicorn-19.3.0.tar.gz -> gunicorn-19.4.1.tar.gz ++++++
++++ 4933 lines of diff (skipped)


Reply via email to