commit python3-aiohttp for openSUSE:Factory

2017-03-08 Thread root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2017-03-09 02:02:17

Comparing /work/SRC/openSUSE:Factory/python3-aiohttp (Old)
 and  /work/SRC/openSUSE:Factory/.python3-aiohttp.new (New)


Package is "python3-aiohttp"

Thu Mar  9 02:02:17 2017 rev:26 rq:472011 version:1.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python3-aiohttp/python3-aiohttp.changes  
2016-08-03 11:45:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2017-03-09 02:02:18.564448289 +0100
@@ -2 +2,206 @@
-Fri Jul 29 06:03:55 UTC 2016 - a...@gmx.de
+Mon Feb 20 20:31:57 UTC 2017 - a...@gmx.de
+
+- update to version 1.3.3:
+  * Fixed memory leak in time service #1656
+
+- changes from version 1.3.2:
+  * Awaiting on WebSocketResponse.send_* does not work #1645
+  * Fix multiple calls to client ws_connect when using a shared header
+dict #1643
+  * Make CookieJar.filter_cookies() accept plain string
+parameter. #1636
+
+- changes from version 1.3.1:
+  * Handle CLOSING in WebSocketResponse.__anext__
+  * Fixed AttributeError ‘drain’ for server websocket handler #1613
+
+- changes from version 1.3.0 :
+  * Multipart writer validates the data on append instead of on a
+request send #920
+  * Multipart reader accepts multipart messages with or without their
+epilogue to consistently handle valid and legacy behaviors #1526
+#1581
+  * Separate read + connect + request timeouts # 1523
+  * Do not swallow Upgrade header #1587
+  * Fix polls demo run application #1487
+  * Ignore unknown 1XX status codes in client #1353
+  * Fix sub-Multipart messages missing their headers on serialization
+#1525
+  * Do not use readline when reading the content of a part in the
+multipart reader #1535
+  * Add optional flag for quoting FormData fields #916
+  * 416 Range Not Satisfiable if requested range end > file size #1588
+  * Having a : or @ in a route does not work #1552
+  * Added receive_timeout timeout for websocket to receive complete
+message. #1325
+  * Added heartbeat parameter for websocket to automatically send ping
+message. #1024 #777
+  * Remove web.Application dependency from web.UrlDispatcher #1510
+  * Accepting back-pressure from slow websocket clients #1367
+  * Do not pause transport during set_parser stage #1211
+  * Lingering close doesn’t terminate before timeout #1559
+  * setsockopt may raise OSError exception if socket is closed already
+#1595
+  * Lots of CancelledError when requests are interrupted #1565
+  * Allow users to specify what should happen to decoding errors when
+calling a responses text() method #1542
+  * Back port std module http.cookies for python3.4.2 #1566
+  * Maintain url’s fragment in client response #1314
+  * Allow concurrently close WebSocket connection #754
+  * Gzipped responses with empty body raises ContentEncodingError #609
+  * Return 504 if request handle raises TimeoutError.
+  * Refactor how we use keep-alive and close lingering timeouts.
+  * Close response connection if we can not consume whole http message
+during client response release
+  * Abort closed ssl client transports, broken servers can keep socket
+open un-limit time #1568
+  * Log warning instead of RuntimeError is websocket connection is
+closed.
+  * Deprecated: aiohttp.protocol.HttpPrefixParser will be removed in
+1.4 #1590
+  * Deprecated: Servers response’s .started, .start() and .can_start()
+method will be removed in 1.4 #1591
+  * Deprecated: Adding sub app via app.router.add_subapp() is
+deprecated use app.add_subapp() instead, will be removed in 1.4
+#1592
+  * Deprecated: aiohttp.get(), aiohttp.options(), aiohttp.head(),
+aiohttp.post(), aiohttp.put(), aiohttp.patch(), aiohttp.delete(),
+and aiohttp.ws_connect() will be removed in 1.4 #1593
+  * Deprecated: Application.finish() and
+Application.register_on_finish() will be removed in 1.4 #1602
+
+---
+Sat Jan  7 22:49:35 UTC 2017 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.2.0:
+  * Extract BaseRequest from web.Request, introduce web.Server (former
+RequestHandlerFactory), introduce new low-level web server which
+is not coupled with web.Application and routing #1362
+  * Make TestServer.make_url compatible with yarl.URL #1389
+  * Implement range requests for static files #1382
+  * Support task attribute for StreamResponse #1410
+  * Drop TestClient.app property, use TestClient.server.app instead
+(BACKWARD INCOMPATIBLE)
+  * Drop TestClient.handler property, use TestClient.server.handler
+instead (BACKWARD INCOMPATIBLE)
+  * TestClient.server property returns a test server instance, was
+

commit python3-aiohttp for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-08-03 11:44:59

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-07-28 23:46:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-08-03 11:45:15.0 +0200
@@ -1,0 +2,11 @@
+Fri Jul 29 06:03:55 UTC 2016 - a...@gmx.de
+
+
+- update to version 0.22.4:
+  * Update CONTRIBUTORS
+  * Pin multidict dependecy < 2.0.0
+
+- changes from version 0.22.3:
+  * Do not filter cookies if unsafe flag provided #1005
+
+---

Old:

  aiohttp-0.22.2.tar.gz

New:

  aiohttp-0.22.4.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.eOeLPr/_old  2016-08-03 11:45:16.0 +0200
+++ /var/tmp/diff_new_pack.eOeLPr/_new  2016-08-03 11:45:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.22.2
+Version:0.22.4
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.22.2.tar.gz -> aiohttp-0.22.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.2/CHANGES.txt 
new/aiohttp-0.22.4/CHANGES.txt
--- old/aiohttp-0.22.2/CHANGES.txt  2016-07-23 15:31:40.0 +0200
+++ new/aiohttp-0.22.4/CHANGES.txt  2016-07-28 13:32:21.0 +0200
@@ -1,6 +1,12 @@
 CHANGES
 ===
 
+0.22.3 (07-26-2016)
+---
+
+- Do not filter cookies if unsafe flag provided #1005
+
+
 0.22.2 (07-23-2016)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.2/CONTRIBUTORS.txt 
new/aiohttp-0.22.4/CONTRIBUTORS.txt
--- old/aiohttp-0.22.2/CONTRIBUTORS.txt 2016-07-23 15:31:40.0 +0200
+++ new/aiohttp-0.22.4/CONTRIBUTORS.txt 2016-07-28 13:32:21.0 +0200
@@ -70,6 +70,7 @@
 Matthieu Hauglustaine
 Michael Ihnatenko
 Mikhail Lukyanchenko
+Misha Behersky
 Morgan Delahaye-Prat
 Moss Collum
 Nicolas Braem
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.2/PKG-INFO new/aiohttp-0.22.4/PKG-INFO
--- old/aiohttp-0.22.2/PKG-INFO 2016-07-23 15:33:07.0 +0200
+++ new/aiohttp-0.22.4/PKG-INFO 2016-07-28 13:33:50.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: aiohttp
-Version: 0.22.2
+Version: 0.22.4
 Summary: http client/server for asyncio
 Home-page: https://github.com/KeepSafe/aiohttp/
 Author: Andrew Svetlov
@@ -150,6 +150,12 @@
 CHANGES
 ===
 
+0.22.3 (07-26-2016)
+---
+
+- Do not filter cookies if unsafe flag provided #1005
+
+
 0.22.2 (07-23-2016)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.2/aiohttp/__init__.py 
new/aiohttp-0.22.4/aiohttp/__init__.py
--- old/aiohttp-0.22.2/aiohttp/__init__.py  2016-07-23 15:31:40.0 
+0200
+++ new/aiohttp-0.22.4/aiohttp/__init__.py  2016-07-28 13:32:21.0 
+0200
@@ -1,9 +1,10 @@
-# This relies on each of the submodules having an __all__ variable.
-
-__version__ = '0.22.2'
+__version__ = '0.22.4'
 
+# Deprecated, keep it here for a while for backward compatibility.
 import multidict  # noqa
 
+# This relies on each of the submodules having an __all__ variable.
+
 from multidict import *  # noqa
 from . import hdrs  # noqa
 from .protocol import *  # noqa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.2/aiohttp/helpers.py 
new/aiohttp-0.22.4/aiohttp/helpers.py
--- old/aiohttp-0.22.2/aiohttp/helpers.py   2016-07-23 15:31:40.0 
+0200
+++ new/aiohttp-0.22.4/aiohttp/helpers.py   2016-07-28 13:32:21.0 
+0200
@@ -701,7 +701,7 @@
 
 hostname = url_parsed.hostname or ""
 
-if is_ip_address(hostname):
+if not self._unsafe and is_ip_address(hostname):
 continue
 
 if name in self._host_only_cookies:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.2/aiohttp.egg-info/PKG-INFO 
new/aiohttp-0.22.4/aiohttp.egg-info/PKG-INFO
--- old/aiohttp-0.22.2/aiohttp.egg-info/PKG-INFO2016-07-23 
15:33:06.0 +0200
+++ 

commit python3-aiohttp for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-07-28 23:46:22

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-07-18 21:25:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-07-28 23:46:25.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul 23 17:28:04 UTC 2016 - a...@gmx.de
+
+- update to version 0.22.2:
+  * Suppress CancelledError when Timeout raises TimeoutError #970
+  * Don’t expose aiohttp.__version__
+  * Add unsafe parameter to CookieJar #968
+  * Use unsafe cookie jar in test client tools
+  * Expose aiohttp.CookieJar name
+
+---

Old:

  aiohttp-0.22.1.tar.gz

New:

  aiohttp-0.22.2.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.y263mf/_old  2016-07-28 23:46:26.0 +0200
+++ /var/tmp/diff_new_pack.y263mf/_new  2016-07-28 23:46:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.22.1
+Version:0.22.2
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.22.1.tar.gz -> aiohttp-0.22.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.1/CHANGES.txt 
new/aiohttp-0.22.2/CHANGES.txt
--- old/aiohttp-0.22.1/CHANGES.txt  2016-07-16 13:35:59.0 +0200
+++ new/aiohttp-0.22.2/CHANGES.txt  2016-07-23 15:31:40.0 +0200
@@ -1,14 +1,28 @@
 CHANGES
 ===
 
-0.22.1 (08-16-2016)
+0.22.2 (07-23-2016)
+---
+
+- Suppress CancelledError when Timeout raises TimeoutError #970
+
+- Don't expose `aiohttp.__version__`
+
+- Add unsafe parameter to CookieJar #968
+
+- Use unsafe cookie jar in test client tools
+
+- Expose aiohttp.CookieJar name
+
+
+0.22.1 (07-16-2016)
 ---
 
 - Large cookie expiration/max-age doesn't break an event loop from now
   (fixes #967)
 
 
-0.22.0 (08-15-2016)
+0.22.0 (07-15-2016)
 ---
 
 - Fix bug in serving static directory #803
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.1/PKG-INFO new/aiohttp-0.22.2/PKG-INFO
--- old/aiohttp-0.22.1/PKG-INFO 2016-07-16 13:37:29.0 +0200
+++ new/aiohttp-0.22.2/PKG-INFO 2016-07-23 15:33:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: aiohttp
-Version: 0.22.1
+Version: 0.22.2
 Summary: http client/server for asyncio
 Home-page: https://github.com/KeepSafe/aiohttp/
 Author: Andrew Svetlov
@@ -150,14 +150,28 @@
 CHANGES
 ===
 
-0.22.1 (08-16-2016)
+0.22.2 (07-23-2016)
+---
+
+- Suppress CancelledError when Timeout raises TimeoutError #970
+
+- Don't expose `aiohttp.__version__`
+
+- Add unsafe parameter to CookieJar #968
+
+- Use unsafe cookie jar in test client tools
+
+- Expose aiohttp.CookieJar name
+
+
+0.22.1 (07-16-2016)
 ---
 
 - Large cookie expiration/max-age doesn't break an event loop from now
   (fixes #967)
 
 
-0.22.0 (08-15-2016)
+0.22.0 (07-15-2016)
 ---
 
 - Fix bug in serving static directory #803
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.1/aiohttp/__init__.py 
new/aiohttp-0.22.2/aiohttp/__init__.py
--- old/aiohttp-0.22.1/aiohttp/__init__.py  2016-07-16 13:35:59.0 
+0200
+++ new/aiohttp-0.22.2/aiohttp/__init__.py  2016-07-23 15:31:40.0 
+0200
@@ -1,6 +1,6 @@
 # This relies on each of the submodules having an __all__ variable.
 
-__version__ = '0.22.1'
+__version__ = '0.22.2'
 
 import multidict  # noqa
 
@@ -30,4 +30,4 @@
multidict.__all__ +  # noqa
multipart.__all__ +  # noqa
websocket_client.__all__ +  # noqa
-   ('hdrs', '__version__', 'FileSender'))
+   ('hdrs', 'FileSender'))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.1/aiohttp/client.py 
new/aiohttp-0.22.2/aiohttp/client.py
--- old/aiohttp-0.22.1/aiohttp/client.py2016-07-16 13:35:59.0 
+0200
+++ new/aiohttp-0.22.2/aiohttp/client.py2016-07-23 15:31:40.0 

commit python3-aiohttp for openSUSE:Factory

2016-07-18 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-07-18 21:25:40.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.MoTFmg/_new  2016-07-18 21:25:42.0 +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)




commit python3-aiohttp for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-05-25 21:23:05

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-04-22 16:23:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-05-25 21:23:17.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:09:34 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.HooFTB/_old  2016-05-25 21:23:19.0 +0200
+++ /var/tmp/diff_new_pack.HooFTB/_new  2016-05-25 21:23:19.0 +0200
@@ -23,7 +23,7 @@
 Summary:Http client/server for asyncio
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-chardet
 BuildRequires:  python3-devel >= 3.4.1




commit python3-aiohttp for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-04-22 16:23:24

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-03-17 16:48:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-04-22 16:23:24.0 +0200
@@ -1,0 +2,6 @@
+Sat Mar 26 03:52:52 UTC 2016 - a...@gmx.de
+
+- update to version 0.21.5:
+  * Fix command line arg parsing #797
+
+---

Old:

  aiohttp-0.21.4.tar.gz

New:

  aiohttp-0.21.5.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.rLkJC5/_old  2016-04-22 16:23:25.0 +0200
+++ /var/tmp/diff_new_pack.rLkJC5/_new  2016-04-22 16:23:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.21.4
+Version:0.21.5
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.21.4.tar.gz -> aiohttp-0.21.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.4/CHANGES.txt 
new/aiohttp-0.21.5/CHANGES.txt
--- old/aiohttp-0.21.4/CHANGES.txt  2016-03-13 12:17:25.0 +0100
+++ new/aiohttp-0.21.5/CHANGES.txt  2016-03-22 06:47:06.0 +0100
@@ -1,6 +1,11 @@
 CHANGES
 ===
 
+0.21.5 (04-22-2016)
+---
+
+- Fix command line arg parsing #797
+
 0.21.4 (03-12-2016)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.4/PKG-INFO new/aiohttp-0.21.5/PKG-INFO
--- old/aiohttp-0.21.4/PKG-INFO 2016-03-13 12:18:42.0 +0100
+++ new/aiohttp-0.21.5/PKG-INFO 2016-03-22 06:48:38.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: aiohttp
-Version: 0.21.4
+Version: 0.21.5
 Summary: http client/server for asyncio
 Home-page: https://github.com/KeepSafe/aiohttp/
 Author: Andrew Svetlov
@@ -150,6 +150,11 @@
 CHANGES
 ===
 
+0.21.5 (04-22-2016)
+---
+
+- Fix command line arg parsing #797
+
 0.21.4 (03-12-2016)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.4/aiohttp/__init__.py 
new/aiohttp-0.21.5/aiohttp/__init__.py
--- old/aiohttp-0.21.4/aiohttp/__init__.py  2016-03-13 12:17:25.0 
+0100
+++ new/aiohttp-0.21.5/aiohttp/__init__.py  2016-03-22 06:47:06.0 
+0100
@@ -1,6 +1,6 @@
 # This relies on each of the submodules having an __all__ variable.
 
-__version__ = '0.21.4'
+__version__ = '0.21.5'
 
 
 from . import hdrs  # noqa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.4/aiohttp/web.py 
new/aiohttp-0.21.5/aiohttp/web.py
--- old/aiohttp-0.21.4/aiohttp/web.py   2016-03-13 12:17:25.0 +0100
+++ new/aiohttp-0.21.5/aiohttp/web.py   2016-03-22 06:47:06.0 +0100
@@ -349,7 +349,7 @@
 type=int,
 default="8080"
 )
-args, extra_args = arg_parser.parse_known_args(argv)
+args, extra_argv = arg_parser.parse_known_args(argv)
 
 # Import logic
 mod_str, _, func_str = args.entry_func.partition(":")
@@ -368,9 +368,9 @@
 except AttributeError:
 arg_parser.error("module %r has no attribute %r" % (mod_str, func_str))
 
-app = func(extra_args)
+app = func(extra_argv)
 run_app(app, host=args.hostname, port=args.port)
 arg_parser.exit(message="Stopped\n")
 
 if __name__ == "__main__":
-main(sys.argv)
+main(sys.argv[1:])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.4/aiohttp.egg-info/PKG-INFO 
new/aiohttp-0.21.5/aiohttp.egg-info/PKG-INFO
--- old/aiohttp-0.21.4/aiohttp.egg-info/PKG-INFO2016-03-13 
12:18:42.0 +0100
+++ new/aiohttp-0.21.5/aiohttp.egg-info/PKG-INFO2016-03-22 
06:48:37.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: aiohttp
-Version: 0.21.4
+Version: 0.21.5
 Summary: http client/server for asyncio
 Home-page: https://github.com/KeepSafe/aiohttp/
 Author: Andrew Svetlov
@@ -150,6 +150,11 @@
 CHANGES
 ===
 
+0.21.5 (04-22-2016)
+---
+
+- Fix command line arg parsing #797
+
 0.21.4 (03-12-2016)
 ---

commit python3-aiohttp for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-03-17 16:35:07

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-02-17 12:23:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-03-17 16:48:21.0 +0100
@@ -1,0 +2,12 @@
+Tue Mar 15 04:46:48 UTC 2016 - a...@gmx.de
+
+- update to version 0.21.4:
+  * Fix ResourceAdapter: dont add method to allowed if resource is not
+match #826
+  * Fix Resouce: append found method to returned allowed methods
+
+- changes from version 0.21.2:
+  * Fix a regression: support for handling ~/path in static file
+routes was broken #782
+
+---

Old:

  aiohttp-0.21.2.tar.gz

New:

  aiohttp-0.21.4.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.TKofhx/_old  2016-03-17 16:48:22.0 +0100
+++ /var/tmp/diff_new_pack.TKofhx/_new  2016-03-17 16:48:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.21.2
+Version:0.21.4
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.21.2.tar.gz -> aiohttp-0.21.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.2/CHANGES.txt 
new/aiohttp-0.21.4/CHANGES.txt
--- old/aiohttp-0.21.2/CHANGES.txt  2016-02-16 15:57:34.0 +0100
+++ new/aiohttp-0.21.4/CHANGES.txt  2016-03-13 12:17:25.0 +0100
@@ -1,6 +1,14 @@
 CHANGES
 ===
 
+0.21.4 (03-12-2016)
+---
+
+- Fix ResourceAdapter: dont add method to allowed if resource is not
+  match #826
+
+- Fix Resouce: append found method to returned allowed methods
+
 0.21.2 (02-16-2016)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.2/PKG-INFO new/aiohttp-0.21.4/PKG-INFO
--- old/aiohttp-0.21.2/PKG-INFO 2016-02-16 15:59:18.0 +0100
+++ new/aiohttp-0.21.4/PKG-INFO 2016-03-13 12:18:42.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: aiohttp
-Version: 0.21.2
+Version: 0.21.4
 Summary: http client/server for asyncio
 Home-page: https://github.com/KeepSafe/aiohttp/
 Author: Andrew Svetlov
@@ -150,6 +150,14 @@
 CHANGES
 ===
 
+0.21.4 (03-12-2016)
+---
+
+- Fix ResourceAdapter: dont add method to allowed if resource is not
+  match #826
+
+- Fix Resouce: append found method to returned allowed methods
+
 0.21.2 (02-16-2016)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.2/aiohttp/__init__.py 
new/aiohttp-0.21.4/aiohttp/__init__.py
--- old/aiohttp-0.21.2/aiohttp/__init__.py  2016-02-16 15:57:34.0 
+0100
+++ new/aiohttp-0.21.4/aiohttp/__init__.py  2016-03-13 12:17:25.0 
+0100
@@ -1,6 +1,6 @@
 # This relies on each of the submodules having an __all__ variable.
 
-__version__ = '0.21.2'
+__version__ = '0.21.4'
 
 
 from . import hdrs  # noqa
@@ -17,15 +17,15 @@
 from .websocket_client import *  # noqa
 
 
-__all__ = (client.__all__ +
-   client_reqrep.__all__ +
-   errors.__all__ +
-   helpers.__all__ +
-   parsers.__all__ +
-   protocol.__all__ +
-   connector.__all__ +
-   streams.__all__ +
-   multidict.__all__ +
-   multipart.__all__ +
-   websocket_client.__all__ +
+__all__ = (client.__all__ +  # noqa
+   client_reqrep.__all__ +  # noqa
+   errors.__all__ +  # noqa
+   helpers.__all__ +  # noqa
+   parsers.__all__ +  # noqa
+   protocol.__all__ +  # noqa
+   connector.__all__ +  # noqa
+   streams.__all__ +  # noqa
+   multidict.__all__ +  # noqa
+   multipart.__all__ +  # noqa
+   websocket_client.__all__ +  # noqa
('hdrs', '__version__'))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.2/aiohttp/web.py 
new/aiohttp-0.21.4/aiohttp/web.py
--- old/aiohttp-0.21.2/aiohttp/web.py   2016-02-16 15:57:34.0 +0100
+++ new/aiohttp-0.21.4/aiohttp/web.py   2016-03-13 12:17:25.0 +0100
@@ -65,7 +65,7 @@
 now = self._loop.time()

commit python3-aiohttp for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-02-17 10:26:53

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-02-16 09:19:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-02-17 12:23:29.0 +0100
@@ -1,0 +2,7 @@
+Wed Feb 17 03:52:44 UTC 2016 - a...@gmx.de
+
+- update to version 0.21.2:
+  * Fix a regression: support for handling ~/path in static file
+routes was broken #782
+
+---

Old:

  aiohttp-0.21.1.tar.gz

New:

  aiohttp-0.21.2.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.CjIlk8/_old  2016-02-17 12:23:30.0 +0100
+++ /var/tmp/diff_new_pack.CjIlk8/_new  2016-02-17 12:23:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.21.1
+Version:0.21.2
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.21.1.tar.gz -> aiohttp-0.21.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.1/CHANGES.txt 
new/aiohttp-0.21.2/CHANGES.txt
--- old/aiohttp-0.21.1/CHANGES.txt  2016-02-10 19:40:11.0 +0100
+++ new/aiohttp-0.21.2/CHANGES.txt  2016-02-16 15:57:34.0 +0100
@@ -1,6 +1,12 @@
 CHANGES
 ===
 
+0.21.2 (02-16-2016)
+---
+
+- Fix a regression: support for handling ~/path in static file routes was
+  broken #782
+
 0.21.1 (02-10-2016)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.1/PKG-INFO new/aiohttp-0.21.2/PKG-INFO
--- old/aiohttp-0.21.1/PKG-INFO 2016-02-10 19:41:21.0 +0100
+++ new/aiohttp-0.21.2/PKG-INFO 2016-02-16 15:59:18.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: aiohttp
-Version: 0.21.1
+Version: 0.21.2
 Summary: http client/server for asyncio
 Home-page: https://github.com/KeepSafe/aiohttp/
 Author: Andrew Svetlov
@@ -150,6 +150,12 @@
 CHANGES
 ===
 
+0.21.2 (02-16-2016)
+---
+
+- Fix a regression: support for handling ~/path in static file routes 
was
+  broken #782
+
 0.21.1 (02-10-2016)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.1/aiohttp/__init__.py 
new/aiohttp-0.21.2/aiohttp/__init__.py
--- old/aiohttp-0.21.1/aiohttp/__init__.py  2016-02-10 19:40:11.0 
+0100
+++ new/aiohttp-0.21.2/aiohttp/__init__.py  2016-02-16 15:57:34.0 
+0100
@@ -1,6 +1,6 @@
 # This relies on each of the submodules having an __all__ variable.
 
-__version__ = '0.21.1'
+__version__ = '0.21.2'
 
 
 from . import hdrs  # noqa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.1/aiohttp/web_urldispatcher.py 
new/aiohttp-0.21.2/aiohttp/web_urldispatcher.py
--- old/aiohttp-0.21.1/aiohttp/web_urldispatcher.py 2016-02-10 
19:40:11.0 +0100
+++ new/aiohttp-0.21.2/aiohttp/web_urldispatcher.py 2016-02-16 
15:57:34.0 +0100
@@ -440,7 +440,10 @@
 self._prefix = prefix
 self._prefix_len = len(self._prefix)
 try:
-directory = Path(directory).resolve()
+directory = Path(directory)
+if str(directory).startswith('~'):
+directory = Path(os.path.expanduser(str(directory)))
+directory = directory.resolve()
 if not directory.is_dir():
 raise ValueError('Not a directory')
 except (FileNotFoundError, ValueError) as error:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.1/aiohttp.egg-info/PKG-INFO 
new/aiohttp-0.21.2/aiohttp.egg-info/PKG-INFO
--- old/aiohttp-0.21.1/aiohttp.egg-info/PKG-INFO2016-02-10 
19:41:21.0 +0100
+++ new/aiohttp-0.21.2/aiohttp.egg-info/PKG-INFO2016-02-16 
15:59:17.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: aiohttp
-Version: 0.21.1
+Version: 0.21.2
 Summary: http client/server for asyncio
 Home-page: https://github.com/KeepSafe/aiohttp/
 Author: Andrew Svetlov
@@ -150,6 +150,12 @@
 CHANGES
 ===
 
+0.21.2 (02-16-2016)
+

commit python3-aiohttp for openSUSE:Factory

2016-02-16 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-02-16 09:19:09

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-02-08 09:48:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-02-16 09:19:10.0 +0100
@@ -1,0 +2,8 @@
+Fri Feb 12 04:58:53 UTC 2016 - a...@gmx.de
+
+- update to version 0.21.1:
+  * Make new resources classes public #767
+  * Add router.resources() view
+  * Fix cmd-line parameter names in doc
+
+---

Old:

  aiohttp-0.21.0.tar.gz

New:

  aiohttp-0.21.1.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.vwfVgU/_old  2016-02-16 09:19:10.0 +0100
+++ /var/tmp/diff_new_pack.vwfVgU/_new  2016-02-16 09:19:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.21.0
+Version:0.21.1
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.21.0.tar.gz -> aiohttp-0.21.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.0/CHANGES.txt 
new/aiohttp-0.21.1/CHANGES.txt
--- old/aiohttp-0.21.0/CHANGES.txt  2016-02-04 12:17:44.0 +0100
+++ new/aiohttp-0.21.1/CHANGES.txt  2016-02-10 19:40:11.0 +0100
@@ -1,6 +1,15 @@
 CHANGES
 ===
 
+0.21.1 (02-10-2016)
+---
+
+- Make new resources classes public #767
+
+- Add `router.resources()` view
+
+- Fix cmd-line parameter names in doc
+
 0.21.0 (02-04-2016)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.0/Makefile new/aiohttp-0.21.1/Makefile
--- old/aiohttp-0.21.0/Makefile 2016-02-04 12:17:44.0 +0100
+++ new/aiohttp-0.21.1/Makefile 2016-02-10 19:40:11.0 +0100
@@ -54,6 +54,10 @@
rm -f aiohttp/_multidict.c
rm -f aiohttp/_multidict.*.so
rm -f aiohttp/_multidict.*.pyd
+   rm -f aiohttp/_websocket.html
+   rm -f aiohttp/_websocket.c
+   rm -f aiohttp/_websocket.*.so
+   rm -f aiohttp/_websocket.*.pyd
rm -rf .tox
 
 doc:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.0/PKG-INFO new/aiohttp-0.21.1/PKG-INFO
--- old/aiohttp-0.21.0/PKG-INFO 2016-02-04 12:19:18.0 +0100
+++ new/aiohttp-0.21.1/PKG-INFO 2016-02-10 19:41:21.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: aiohttp
-Version: 0.21.0
+Version: 0.21.1
 Summary: http client/server for asyncio
 Home-page: https://github.com/KeepSafe/aiohttp/
 Author: Andrew Svetlov
@@ -150,6 +150,15 @@
 CHANGES
 ===
 
+0.21.1 (02-10-2016)
+---
+
+- Make new resources classes public #767
+
+- Add `router.resources()` view
+
+- Fix cmd-line parameter names in doc
+
 0.21.0 (02-04-2016)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.0/aiohttp/__init__.py 
new/aiohttp-0.21.1/aiohttp/__init__.py
--- old/aiohttp-0.21.0/aiohttp/__init__.py  2016-02-04 12:17:44.0 
+0100
+++ new/aiohttp-0.21.1/aiohttp/__init__.py  2016-02-10 19:40:11.0 
+0100
@@ -1,6 +1,6 @@
 # This relies on each of the submodules having an __all__ variable.
 
-__version__ = '0.21.0'
+__version__ = '0.21.1'
 
 
 from . import hdrs  # noqa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.0/aiohttp/web_urldispatcher.py 
new/aiohttp-0.21.1/aiohttp/web_urldispatcher.py
--- old/aiohttp-0.21.0/aiohttp/web_urldispatcher.py 2016-02-04 
12:17:44.0 +0100
+++ new/aiohttp-0.21.1/aiohttp/web_urldispatcher.py 2016-02-10 
19:40:11.0 +0100
@@ -25,7 +25,9 @@
 
 
 __all__ = ('UrlDispatcher', 'UrlMappingMatchInfo',
-   'Resource', 'PlainResource', 'DynamicResource',
+   'AbstractResource', 'Resource', 'PlainResource', 'DynamicResource',
+   'ResourceAdapter',
+   'AbstractRoute', 'ResourceRoute',
'Route', 'PlainRoute', 'DynamicRoute', 'StaticRoute', 'View')
 
 
@@ -654,6 +656,21 @@
 raise HTTPMethodNotAllowed(self.request.method, allowed_methods)
 
 
+class ResourcesView(Sized, Iterable, 

commit python3-aiohttp for openSUSE:Factory

2016-02-08 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-02-08 09:48:28.0 +0100
@@ -1,0 +2,47 @@
+Thu Feb  4 17:53:38 UTC 2016 - a...@gmx.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.6zefnj/_new  2016-02-08 09:48:29.0 +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)




commit python3-aiohttp for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-01-20 09:55:02

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-05 09:41:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-01-20 09:55:12.0 +0100
@@ -1,0 +2,12 @@
+Tue Jan 19 02:03:05 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.20.2:
+  * Enable use of await for a class based view #717
+  * Check address family to fill wsgi env properly #718
+  * Fix memory leak in headers processing (thanks to Marco Paolini)
+#723
+
+---

Old:

  aiohttp-0.20.1.tar.gz

New:

  aiohttp-0.20.2.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.i9FYLO/_old  2016-01-20 09:55:14.0 +0100
+++ /var/tmp/diff_new_pack.i9FYLO/_new  2016-01-20 09:55:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-aiohttp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.20.1
+Version:0.20.2
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.20.1.tar.gz -> aiohttp-0.20.2.tar.gz ++
 6467 lines of diff (skipped)




commit python3-aiohttp for openSUSE:Factory

2016-01-05 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-01-05 09:41:21

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-11-28 20:05:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-01-05 09:41:49.0 +0100
@@ -1,0 +2,40 @@
+Thu Dec 31 19:54:48 UTC 2015 - a...@gmx.de
+
+- update to version 0.20.1:
+  * Raise RuntimeError is Timeout context manager was used outside of
+task context.
+  * Add number of bytes to stream.read_nowait #700
+  * Use X-FORWARDED-PROTO for wsgi.url_scheme when available
+
+- changes from version 0.20.0:
+  * Extend list of web exceptions, add HTTPMisdirectedRequest,
+HTTPUpgradeRequired, HTTPPreconditionRequired,
+HTTPTooManyRequests, HTTPRequestHeaderFieldsTooLarge,
+HTTPVariantAlsoNegotiates, HTTPNotExtended,
+HTTPNetworkAuthenticationRequired status codes #644
+  * Do not remove AUTHORIZATION header by WSGI handler #649
+  * Fix broken support for https proxies with authentication #617
+  * Get REMOTE_* and SEVER_* http vars from headers when listening on
+unix socket #654
+  * Add HTTP 308 support #663
+  * Add Tf format (time to serve request in seconds, %06f format) to
+access log #669
+  * Remove one and a half years long deprecated
+ClientResponse.read_and_close() method
+  * Optimize chunked encoding: use a single syscall instead of 3 calls
+on sending chunked encoded data
+  * Use TCP_CORK and TCP_NODELAY to optimize network latency and
+throughput #680
+  * Websocket XOR performance improved #687
+  * Avoid sending cookie attributes in Cookie header #613
+  * Round server timeouts to seconds for grouping pending calls. That
+leads to less amount of poller syscalls e.g epoll.poll(). #702
+  * Close connection on websocket handshake error #703
+  * Implement class based views #684
+  * Add headers parameter to ws_connect() #709
+  * Drop unused function parse_remote_addr() #708
+  * Close session on exception #707
+  * Store http code and headers in WSServerHandshakeError #706
+  * Make some low-level message properties readonly #710
+
+---

Old:

  aiohttp-0.19.0.tar.gz

New:

  aiohttp-0.20.1.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.2u0kdY/_old  2016-01-05 09:41:50.0 +0100
+++ /var/tmp/diff_new_pack.2u0kdY/_new  2016-01-05 09:41:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.19.0
+Version:0.20.1
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.19.0.tar.gz -> aiohttp-0.20.1.tar.gz ++
 6441 lines of diff (skipped)




commit python3-aiohttp for openSUSE:Factory

2015-11-28 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-11-28 15:19:38

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-11-17 14:23:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-11-28 20:05:45.0 +0100
@@ -1,0 +2,29 @@
+Thu Nov 26 21:20:37 UTC 2015 - a...@gmx.de
+
+- update to version 0.19.0:
+  * Memory leak in ParserBuffer #579
+  * Suppport gunicorn’s max_requests settings in gunicorn worker
+  * Fix wsgi environment building #573
+  * Improve access logging #572
+  * Drop unused host and port from low-level server #586
+  * Add Python 3.5 async for implementation to server websocket #543
+  * Add Python 3.5 async for implementation to client websocket
+  * Add Python 3.5 async with implementation to client websocket
+  * Add charset parameter to web.Response constructor #593
+  * Forbid passing both Content-Type header and content_type or
+charset params into web.Response constructor
+  * Forbid duplicating of web.Application and web.Request #602
+  * Add an option to pass Origin header in ws_connect #607
+  * Add json_response function #592
+  * Make concurrent connections respect limits #581
+  * Collect history of responses if redirects occur #614
+  * Enable passing pre-compressed data in requests #621
+  * Expose named routes via UrlDispatcher.named_routes() #622
+  * Allow disabling sendfile by environment variable
+AIOHTTP_NOSENDFILE #629
+  * Use ensure_future if available
+  * Always quote params for Content-Disposition #641
+  * Support async for in multipart reader #640
+  * Add Timeout context manager #611
+
+---

Old:

  aiohttp-0.18.4.tar.gz

New:

  aiohttp-0.19.0.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.23Y6bG/_old  2015-11-28 20:05:46.0 +0100
+++ /var/tmp/diff_new_pack.23Y6bG/_new  2015-11-28 20:05:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.18.4
+Version:0.19.0
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.18.4.tar.gz -> aiohttp-0.19.0.tar.gz ++
 7042 lines of diff (skipped)




commit python3-aiohttp for openSUSE:Factory

2015-11-17 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-11-17 14:22:59

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-11-02 12:55:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-11-17 14:23:00.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov 14 20:33:06 UTC 2015 - a...@gmx.de
+
+- update to version 0.18.4:
+  * Relax rule for router names again by adding dash to allowed
+characters: they may contain identifiers, dashes, dots and columns
+
+---

Old:

  aiohttp-0.18.3.tar.gz

New:

  aiohttp-0.18.4.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.gfcPDe/_old  2015-11-17 14:23:01.0 +0100
+++ /var/tmp/diff_new_pack.gfcPDe/_new  2015-11-17 14:23:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.18.3
+Version:0.18.4
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.18.3.tar.gz -> aiohttp-0.18.4.tar.gz ++
 5103 lines of diff (skipped)




commit python3-aiohttp for openSUSE:Factory

2015-11-02 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-11-02 12:55:27.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.H1s9Ox/_new  2015-11-02 12:55:28.0 +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)




commit python3-aiohttp for openSUSE:Factory

2015-08-12 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-08-12 15:13:55

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-11 08:26:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-08-12 15:13:56.0 +0200
@@ -1,0 +2,10 @@
+Tue Aug 11 15:11:18 UTC 2015 - a...@gmx.de
+
+- update to version 0.17.2:
+  * Don’t forget to pass data argument forward #462
+  * Fix multipart read bytes count #463
+
+- changes from version 0.17.1:
+  * Fix multidict comparsion to arbitrary abc.Mapping
+
+---

Old:

  aiohttp-0.17.0.tar.gz

New:

  aiohttp-0.17.2.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.3dWxJJ/_old  2015-08-12 15:13:56.0 +0200
+++ /var/tmp/diff_new_pack.3dWxJJ/_new  2015-08-12 15:13:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.17.0
+Version:0.17.2
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.17.0.tar.gz - aiohttp-0.17.2.tar.gz ++
 10908 lines of diff (skipped)




commit python3-aiohttp for openSUSE:Factory

2015-08-11 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-08-11 08:26:31

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-07-20 11:22:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-08-11 08:26:32.0 +0200
@@ -1,0 +2,39 @@
+Mon Aug 10 00:28:51 UTC 2015 - a...@gmx.de
+
+
+- update to version 0.17.0:
+  * Make StaticRoute support Last-Modified and If-Modified-Since
+headers #386
+  * Add Request.if_modified_since and Stream.Response.last_modified
+properties
+  * Fix deflate compression when writing a chunked response #395
+  * Request`s content-length header is cleared now after redirect from
+POST method #391
+  * Return a 400 if server received a non HTTP content #405
+  * Fix keep-alive support for aiohttp clients #406
+  * Allow gzip compression in high-level server response interface
+#403
+  * Rename TCPConnector.resolve and family to dns_cache #415
+  * Make UrlDispatcher ignore quoted characters during url matching
+#414 Backward-compatibility warning: this may change the url matched
+by your queries if they send quoted character (like %2F for /) #414
+  * Use optional cchardet accelerator if present #418
+  * Borrow loop from Connector in ClientSession if loop is not set
+  * Add context manager support to ClientSession for session closing.
+  * Add toplevel get(), post(), put(), head(), delete(), options(),
+patch() coroutines.
+  * Fix IPv6 support for client API #425
+  * Pass SSL context through proxy connector #421
+  * Make the rule: path for add_route should start with slash
+  * Don’t process request finishing by low-level server on closed
+event loop
+  * Don’t override data if multiple files are uploaded with same key
+#433
+  * Ensure multipart.BodyPartReader.read_chunk read all the necessary
+data to avoid false assertions about malformed multipart payload
+  * Dont sent body for 204, 205 and 304 http exceptions #442
+  * Correctly skip Cython compilation in MSVC not found #453
+  * Add response factory to StaticRoute #456
+  * Don’t append trailing CRLF for multipart.BodyPartReader #454
+
+---

Old:

  aiohttp-0.16.6.tar.gz

New:

  aiohttp-0.17.0.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.0pirs9/_old  2015-08-11 08:26:33.0 +0200
+++ /var/tmp/diff_new_pack.0pirs9/_new  2015-08-11 08:26:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.16.6
+Version:0.17.0
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.16.6.tar.gz - aiohttp-0.17.0.tar.gz ++
 48948 lines of diff (skipped)




commit python3-aiohttp for openSUSE:Factory

2015-07-20 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-07-20 11:22:46

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-06-15 17:50:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-07-20 11:22:59.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 18 21:14:33 UTC 2015 - a...@gmx.de
+
+- update to version 0.16.6:
+  * Skip compilation on Windows if vcvarsall.bat cannot be found #438
+
+---

Old:

  aiohttp-0.16.5.tar.gz

New:

  aiohttp-0.16.6.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.FIHPNs/_old  2015-07-20 11:23:00.0 +0200
+++ /var/tmp/diff_new_pack.FIHPNs/_new  2015-07-20 11:23:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.16.5
+Version:0.16.6
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.16.5.tar.gz - aiohttp-0.16.6.tar.gz ++
 5937 lines of diff (skipped)




commit python3-aiohttp for openSUSE:Factory

2015-06-15 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-06-15 17:50:10

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-06-02 10:03:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-06-15 17:50:20.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun 14 06:48:34 UTC 2015 - a...@gmx.de
+
+- update to version 0.16.5:
+  * Get rid of all comprehensions and yielding in _multidict #410
+
+- changes from version 0.16.4:
+  * Don't clear current exception in multidict's __repr__ (cythonized 
versions) #410
+
+---

Old:

  aiohttp-0.16.3.tar.gz

New:

  aiohttp-0.16.5.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.nxpOgt/_old  2015-06-15 17:50:21.0 +0200
+++ /var/tmp/diff_new_pack.nxpOgt/_new  2015-06-15 17:50:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.16.3
+Version:0.16.5
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.16.3.tar.gz - aiohttp-0.16.5.tar.gz ++
 35831 lines of diff (skipped)




commit python3-aiohttp for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-06-02 10:03:49

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-05-21 08:39:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-06-02 10:03:50.0 +0200
@@ -1,0 +2,42 @@
+Sun May 31 16:02:07 UTC 2015 - a...@gmx.de
+
+- update to version 0.16.3:
+  * Fix StaticRoute vulnerability to directory traversal attacks #380
+
+---
+Sat May 30 03:33:21 UTC 2015 - a...@gmx.de
+
+- update to version 0.16.2:
+  * Update python version required for __del__ usage: it’s actially
+3.4.1 instead of 3.4.0
+  * Add check for presence of loop.is_closed() method before call the
+former #378
+
+- changes from version 0.16.1:
+  * Fix regression in static file handling #377
+
+- changes from version 0.16.0:
+  * Unset waiter future after cancellation #363
+  * Update request url with query parameters #372
+  * Support new fingerprint param of TCPConnector to enable verifying
+ssl certificates via md5, sha1, or sha256 digest #366
+  * Setup uploaded filename if field value is binary and transfer
+encoding is not specified #349
+  * Implement ClientSession.close() method
+  * Implement connector.closed readonly property
+  * Implement ClientSession.closed readonly property
+  * Implement ClientSession.connector readonly property
+  * Implement ClientSession.detach method
+  * Add __del__ to client-side objects: sessions, connectors,
+connections, requests, responses.
+  * Refactor connections cleanup by connector #357
+  * Add limit parameter to connector constructor #358
+  * Add request.has_body property #364
+  * Add response_class parameter to ws_connect() #367
+  * ProxyConnector doesn’t support keep-alive requests by default
+starting from now #368
+  * Add connector.force_close property
+  * Add ws_connect to ClientSession #374
+  * Support optional chunk_size parameter in router.add_static()
+
+---

Old:

  aiohttp-0.15.3.tar.gz

New:

  aiohttp-0.16.3.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.DqiZZ8/_old  2015-06-02 10:03:51.0 +0200
+++ /var/tmp/diff_new_pack.DqiZZ8/_new  2015-06-02 10:03:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.15.3
+Version:0.16.3
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.15.3.tar.gz - aiohttp-0.16.3.tar.gz ++
 37949 lines of diff (skipped)




commit python3-aiohttp for openSUSE:Factory

2015-05-21 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-05-21 08:39:14

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-04-25 11:25:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-05-21 08:39:15.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 27 16:15:14 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * added python3-chardet dependency
+
+---



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.VWZlzr/_old  2015-05-21 08:39:16.0 +0200
+++ /var/tmp/diff_new_pack.VWZlzr/_new  2015-05-21 08:39:16.0 +0200
@@ -25,8 +25,10 @@
 Group:  Development/Languages/Python
 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-setuptools
+Requires:   python3-chardet
 
 %description
 http client/server for asyncio:
@@ -45,8 +47,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.txt CONTRIBUTORS.txt
-%doc LICENSE.txt README.rst
+%doc CHANGES.txt CONTRIBUTORS.txt LICENSE.txt README.rst
 %{python3_sitearch}/*
 
 %changelog




commit python3-aiohttp for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-04-25 09:53:19

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-04-23 08:03:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-04-25 11:25:55.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 23 15:27:14 UTC 2015 - a...@gmx.de
+
+- update to version 0.15.3:
+  * Fix graceful shutdown handling
+  * Fix Expect header handling for not found and not allowed routes
+#340
+
+---

Old:

  aiohttp-0.15.2.tar.gz

New:

  aiohttp-0.15.3.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.ZyT1Nf/_old  2015-04-25 11:25:56.0 +0200
+++ /var/tmp/diff_new_pack.ZyT1Nf/_new  2015-04-25 11:25:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.15.2
+Version:0.15.3
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.15.2.tar.gz - aiohttp-0.15.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.15.2/CHANGES.txt 
new/aiohttp-0.15.3/CHANGES.txt
--- old/aiohttp-0.15.2/CHANGES.txt  2015-04-19 05:52:36.0 +0200
+++ new/aiohttp-0.15.3/CHANGES.txt  2015-04-22 18:51:31.0 +0200
@@ -1,6 +1,14 @@
 CHANGES
 ===
 
+0.15.3 (04-22-2015)
+---
+
+- Fix graceful shutdown handling
+
+- Fix `Expect` header handling for not found and not allowed routes #340
+
+
 0.15.2 (04-19-2015)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.15.2/PKG-INFO new/aiohttp-0.15.3/PKG-INFO
--- old/aiohttp-0.15.2/PKG-INFO 2015-04-19 05:53:43.0 +0200
+++ new/aiohttp-0.15.3/PKG-INFO 2015-04-22 18:56:33.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: aiohttp
-Version: 0.15.2
+Version: 0.15.3
 Summary: http client/server for asyncio
 Home-page: https://github.com/KeepSafe/aiohttp/
 Author: Nikolay Kim
@@ -146,6 +146,14 @@
 CHANGES
 ===
 
+0.15.3 (04-22-2015)
+---
+
+- Fix graceful shutdown handling
+
+- Fix `Expect` header handling for not found and not allowed routes 
#340
+
+
 0.15.2 (04-19-2015)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.15.2/aiohttp/__init__.py 
new/aiohttp-0.15.3/aiohttp/__init__.py
--- old/aiohttp-0.15.2/aiohttp/__init__.py  2015-04-19 05:52:36.0 
+0200
+++ new/aiohttp-0.15.3/aiohttp/__init__.py  2015-04-22 18:50:05.0 
+0200
@@ -1,6 +1,6 @@
 # This relies on each of the submodules having an __all__ variable.
 
-__version__ = '0.15.2'
+__version__ = '0.15.3'
 
 
 from . import hdrs  # noqa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.15.2/aiohttp/protocol.py 
new/aiohttp-0.15.3/aiohttp/protocol.py
--- old/aiohttp-0.15.2/aiohttp/protocol.py  2015-04-15 21:28:42.0 
+0200
+++ new/aiohttp-0.15.3/aiohttp/protocol.py  2015-04-21 01:28:03.0 
+0200
@@ -28,6 +28,7 @@
 CONTINUATION = (' ', '\t')
 EOF_MARKER = object()
 EOL_MARKER = object()
+STATUS_LINE_READY = object()
 
 RESPONSES = http.server.BaseHTTPRequestHandler.responses
 
@@ -36,6 +37,8 @@
 HttpVersion10 = HttpVersion(1, 0)
 HttpVersion11 = HttpVersion(1, 1)
 
+RawStatusLineMessage = collections.namedtuple(
+'RawStatusLineMessage', ['method', 'path', 'version'])
 
 RawRequestMessage = collections.namedtuple(
 'RawRequestMessage',
@@ -133,7 +136,7 @@
 self.allowed_methods = [m.upper() for m in allowed_methods]
 
 def __call__(self, out, buf):
-raw_data = yield from buf.waituntil(b' ', 24)
+raw_data = yield from buf.waituntil(b' ', 12)
 method = raw_data.decode('ascii', 'surrogateescape').strip()
 
 # method
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.15.2/aiohttp/server.py 
new/aiohttp-0.15.3/aiohttp/server.py
--- old/aiohttp-0.15.2/aiohttp/server.py2015-04-18 01:15:44.0 
+0200
+++ new/aiohttp-0.15.3/aiohttp/server.py2015-04-21 01:44:27.0 
+0200
@@ -83,6 +83,7 @@
 _keep_alive_handle = None  

commit python3-aiohttp for openSUSE:Factory

2015-04-23 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-04-23 08:03:55

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-04-05 02:04:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-04-23 08:03:56.0 +0200
@@ -1,0 +2,15 @@
+Wed Apr 22 04:23:21 UTC 2015 - a...@gmx.de
+
+- update to version 0.15.2:
+  * Flow control subsystem refactoring
+  * Http server performace optimizations
+  * Allow to match any request method with *
+  * Explicitly call drain on transport #316
+  * Make chardet module dependency mandatory #318
+  * Support keep-alive for HTTP 1.0 #325
+  * Do not chunk single file during upload #327
+  * Add ClientSession object for cookie storage and default headers
+#328
+  * Add keep_alive_on argument for http server handler.
+
+---

Old:

  aiohttp-0.15.1.tar.gz

New:

  aiohttp-0.15.2.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.59QmEu/_old  2015-04-23 08:03:56.0 +0200
+++ /var/tmp/diff_new_pack.59QmEu/_new  2015-04-23 08:03:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.15.1
+Version:0.15.2
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.15.1.tar.gz - aiohttp-0.15.2.tar.gz ++
 5476 lines of diff (skipped)




commit python3-aiohttp for openSUSE:Factory

2015-04-04 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-04-05 02:03:57

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-03-29 20:18:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-04-05 02:04:10.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr  3 01:39:57 UTC 2015 - a...@gmx.de
+
+- update to version 0.15.1:
+  * Pass Autobahn Testsuit tests
+  * Fixed websocket fragmentation
+  * Fixed websocket close procedure
+  * Fixed parser buffer limits
+  * Added timeout parameter to WebSocketResponse ctor
+  * Added WebSocketResponse.close_code attribute
+
+---

Old:

  aiohttp-0.15.0.tar.gz

New:

  aiohttp-0.15.1.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.kAFeFm/_old  2015-04-05 02:04:11.0 +0200
+++ /var/tmp/diff_new_pack.kAFeFm/_new  2015-04-05 02:04:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.15.0
+Version:0.15.1
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.15.0.tar.gz - aiohttp-0.15.1.tar.gz ++
 2302 lines of diff (skipped)




commit python3-aiohttp for openSUSE:Factory

2015-03-29 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-03-29 20:18:21

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-03-05 18:17:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-03-29 20:18:21.0 +0200
@@ -1,0 +2,17 @@
+Sat Mar 28 20:48:57 UTC 2015 - a...@gmx.de
+
+- update to version 0.15.0:
+  * Client WebSockets support
+  * New Multipart system #273
+  * Support for “Except” header #287 #267
+  * Set default Content-Type for post requests #184
+  * Fix issue with construction dynamic route with regexps and
+trailing slash #266
+  * Add repr to web.Request
+  * Add repr to web.Response
+  * Add repr for NotFound and NotAllowed match infos
+  * Add repr for web.Application
+  * Add repr to UrlMappingMatchInfo #217
+  * Gunicorn 19.2.x compatibility
+
+---

Old:

  aiohttp-0.14.4.tar.gz

New:

  aiohttp-0.15.0.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.siBQTh/_old  2015-03-29 20:18:22.0 +0200
+++ /var/tmp/diff_new_pack.siBQTh/_new  2015-03-29 20:18:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-aiohttp
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.14.4
+Version:0.15.0
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.14.4.tar.gz - aiohttp-0.15.0.tar.gz ++
 44196 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org