Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-02-08 09:48:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-20 09:55:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes     
2016-02-08 09:48:28.000000000 +0100
@@ -1,0 +2,47 @@
+Thu Feb  4 17:53:38 UTC 2016 - [email protected]
+
+- update to version 0.21.0:
+  * Introduce on_shutdown signal #722
+  * Implement raw input headers #726
+  * Implement web.run_app utility function #734
+  * Introduce on_cleanup signal
+  * Deprecate Application.finish() / Application.register_on_finish()
+    in favor of on_cleanup.
+  * Get rid of bare aiohttp.request(), aiohttp.get() and family in
+    docs #729
+  * Deprecate bare aiohttp.request(), aiohttp.get() and family #729
+  * Refactor keep-alive support #737:
+    + Enable keepalive for HTTP 1.0 by default
+    + Disable it for HTTP 0.9 (who cares about 0.9, BTW?)
+    + For keepalived connections
+         Send Connection: keep-alive for HTTP 1.0 only
+         don’t send Connection header for HTTP 1.1
+    + For non-keepalived connections
+          Send Connection: close for HTTP 1.1 only
+          don’t send Connection header for HTTP 1.0
+  * Add version parameter to ClientSession constructor, deprecate it
+    for session.request() and family #736
+  * Enable access log by default #735
+  * Deprecate app.router.register_route() (the method was not
+    documented intentionally BTW).
+  * Deprecate app.router.named_routes() in favor of
+    app.router.named_resources()
+  * route.add_static accepts pathlib.Path now #743
+  * Add command line support: $ python -m aiohttp.web package.main
+    #740
+  * FAQ section was added to docs. Enjoy and fill free to contribute
+    new topics
+  * Add async context manager support to ClientSession
+  * Document ClientResponse’s host, method, url properties
+  * Use CORK/NODELAY in client API #748
+  * ClientSession.close and Connector.close are coroutines now
+  * Close client connection on exception in ClientResponse.release()
+  * Allow to read multipart parts without content-length specified
+    #750
+  * Add support for unix domain sockets to gunicorn worker #470
+  * Add test for default Expect handler #601
+  * Add the first demo project
+  * Rename loader keyword argument in web.Request.json method. #646
+  * Add local socket binding for TCPConnector #678
+
+-------------------------------------------------------------------

Old:
----
  aiohttp-0.20.2.tar.gz

New:
----
  aiohttp-0.21.0.tar.gz

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

Other differences:
------------------
++++++ python3-aiohttp.spec ++++++
--- /var/tmp/diff_new_pack.6zefnj/_old  2016-02-08 09:48:29.000000000 +0100
+++ /var/tmp/diff_new_pack.6zefnj/_new  2016-02-08 09:48:29.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-aiohttp
-Version:        0.20.2
+Version:        0.21.0
 Release:        0
 Url:            https://pypi.python.org/pypi/aiohttp
 Summary:        Http client/server for asyncio

++++++ aiohttp-0.20.2.tar.gz -> aiohttp-0.21.0.tar.gz ++++++
++++ 6874 lines of diff (skipped)


Reply via email to