Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-11-02 12:55:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2015-08-12 15:13:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes     
2015-11-02 12:55:27.000000000 +0100
@@ -1,0 +2,62 @@
+Sat Oct 31 20:24:01 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * require python >= 3.4.1
+
+- update to version 0.18.3:
+  * Fix formatting for _RequestContextManager helper #590
+
+- changes from version 0.18.2:
+  * Fix regression for OpenSSL < 1.0.0 #583
+
+- changes from version 0.18.1:
+  * Relax rule for router names: they may contain dots and columns
+    starting from now
+
+- changes from version 0.18.0:
+  * Use errors.HttpProcessingError.message as HTTP error reason and
+    message #459
+  * Optimize cythonized multidict a bit
+  * Change repr’s of multidicts and multidict views
+  * default headers in ClientSession are now case-insensitive
+  * Make ‘=’ char and ‘wss://’ schema safe in urls #477
+  * ClientResponse.close() forces connection closing by default from
+    now #479 N.B. Backward incompatible change: was
+    .close(force=False) Using `force parameter for the method is
+    deprecated: use .release() instead.
+  * Properly requote URL’s path #480
+  * add skip_auto_headers parameter for client API #486
+  * Properly parse URL path in aiohttp.web.Request #489
+  * Raise RuntimeError when chunked enabled and HTTP is 1.0 #488
+  * Fix a bug with processing io.BytesIO as data parameter for client
+    API #500
+  * Skip auto-generation of Content-Type header #507
+  * Use sendfile facility for static file handling #503
+  * Default response_factory in app.router.add_static now is
+    StreamResponse, not None. The functionality is not changed if
+    default is not specified.
+  * Drop ClientResponse.message attribute, it was always
+    implementation detail.
+  * Streams are optimized for speed and mostly memory in case of a big
+    HTTP message sizes #496
+  * Fix a bug for server-side cookies for dropping cookie and setting
+    it again without Max-Age parameter.
+  * Don’t trim redirect URL in client API #499
+  * Extend precision of access log “D” to milliseconds #527
+  * Deprecate StreamResponse.start() method in favor of
+    StreamResponse.prepare() coroutine #525
+  * .start() is still supported but responses begun with .start()
+    doesn’t call signal for response preparing to be sent.
+  * Add StreamReader.__repr__
+  * Drop Python 3.3 support, from now minimal required version is
+    Python 3.4.1 #541
+  * Add async with support for ClientSession.request() and family #536
+  * Ignore message body on 204 and 304 responses #505
+  * TCPConnector processed both IPv4 and IPv6 by default #559
+  * Add .routes() view for urldispatcher #519
+  * Route name should be a valid identifier name from now #567
+  * Implement server signals #562
+  * Drop an year-old deprecated files parameter from client API.
+  * Added async for support for aiohttp stream #542
+
+-------------------------------------------------------------------

Old:
----
  aiohttp-0.17.2.tar.gz

New:
----
  aiohttp-0.18.3.tar.gz

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

Other differences:
------------------
++++++ python3-aiohttp.spec ++++++
--- /var/tmp/diff_new_pack.H1s9Ox/_old  2015-11-02 12:55:28.000000000 +0100
+++ /var/tmp/diff_new_pack.H1s9Ox/_new  2015-11-02 12:55:28.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-aiohttp
-Version:        0.17.2
+Version:        0.18.3
 Release:        0
 Url:            https://pypi.python.org/pypi/aiohttp
 Summary:        Http client/server for asyncio
@@ -26,7 +26,7 @@
 Source:         
https://pypi.python.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-chardet
-BuildRequires:  python3-devel
+BuildRequires:  python3-devel >= 3.4.1
 BuildRequires:  python3-setuptools
 Requires:       python3-chardet
 

++++++ aiohttp-0.17.2.tar.gz -> aiohttp-0.18.3.tar.gz ++++++
++++ 34163 lines of diff (skipped)


Reply via email to