Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-07-18 21:24:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-aiohttp (Old)
 and      /work/SRC/openSUSE:Factory/.python3-aiohttp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-aiohttp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-aiohttp/python3-aiohttp.changes  
2016-05-25 21:23:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes     
2016-07-18 21:25:40.000000000 +0200
@@ -1,0 +2,67 @@
+Sat Jul 16 18:45:14 UTC 2016 - a...@gmx.de
+
+- update to version 0.22.1:
+  * Large cookie expiration/max-age doesn’t break an event loop from
+    now (fixes #967)
+
+-------------------------------------------------------------------
+Fri Jul 15 15:34:24 UTC 2016 - a...@gmx.de
+
+- update to version 0.22.0:
+  * Fix bug in serving static directory #803
+  * Fix command line arg parsing #797
+  * Fix a documentation chapter about cookie usage #790
+  * Handle empty body with gzipped encoding #758
+  * Support 451 Unavailable For Legal Reasons http status #697
+  * Fix Cookie share example and few small typos in docs #817
+  * UrlDispatcher.add_route with partial coroutine handler #814
+  * Optional support for aiodns #728
+  * Add ServiceRestart and TryAgainLater websocket close codes #828
+  * Fix prompt message for web.run_app #832
+  * Allow to pass None as a timeout value to disable timeout logic
+    #834
+  * Fix leak of connection slot during connection erro #835
+  * Gunicorn worker with uvloop support
+    aiohttp.worker.GunicornUVLoopWebWorker #878
+  * Don’t send body in response to HEAD request #838
+  * Skip the preamble in MultipartReader #881
+  * Implement BasicAuth decode classmethod. #744
+  * Don’t crash logger when transport is None #889
+  * Use a create_future compatibility wrapper instead of creating
+    Futures directly #896
+  * Add test utilities to aiohttp #902
+  * Improve Request.__repr__ #875
+  * Skip DNS resolving if provided host is already an ip address #874
+  * Add headers to ClientSession.ws_connect #785
+  * Document that server can send pre-compressed data #906
+  * Don’t add Content-Encoding and Transfer-Encoding if no body #891
+  * Add json() convenience methods to websocket message objects #897
+  * Add client_resp.raise_for_status() #908
+  * Implement cookie filter #799
+  * Include an example of middleware to handle error pages #909
+  * Fix error handling in StaticFileMixin #856
+  * Add mocked request helper #900
+  * Fix empty ALLOW Response header for cls based View #929
+  * Respect CONNECT method to implement a proxy server #847
+  * Add pytest_plugin #914
+  * Add tutorial
+  * Add backlog option to support more than 128 (default value in
+    “create_server” function) concurrent connections #892
+  * Allow configuration of header size limits #912
+  * Separate sending file logic from StaticRoute dispatcher #901
+  * Drop deprecated share_cookies connector option (BACKWARD
+    INCOMPATIBLE)
+  * Drop deprecated support for tuple as auth paramter. Use
+    aiohttp.BasicAuth instead (BACKWARD INCOMPATIBLE)
+  * Remove deprecated request.payload property, use content
+    instead. (BACKWARD INCOMPATIBLE)
+  * Drop all mentions about api changes in documentaion for versions
+    older than 0.16
+  * Allow to override default cookie jar #963
+  * Add manylinux wheel builds
+  * Dup a socket for sendfile usage #964
+
+- changes from version 0.21.6:
+  * Drop initial query parameters on redirects #853
+
+-------------------------------------------------------------------
@@ -6 +72,0 @@
-

Old:
----
  aiohttp-0.21.5.tar.gz

New:
----
  aiohttp-0.22.1.tar.gz

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

Other differences:
------------------
++++++ python3-aiohttp.spec ++++++
--- /var/tmp/diff_new_pack.MoTFmg/_old  2016-07-18 21:25:42.000000000 +0200
+++ /var/tmp/diff_new_pack.MoTFmg/_new  2016-07-18 21:25:42.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-aiohttp
-Version:        0.21.5
+Version:        0.22.1
 Release:        0
 Url:            https://pypi.python.org/pypi/aiohttp
 Summary:        Http client/server for asyncio

++++++ aiohttp-0.21.5.tar.gz -> aiohttp-0.22.1.tar.gz ++++++
++++ 29974 lines of diff (skipped)


Reply via email to