[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2020-11-19 Thread Felix Yan via arch-commits
Date: Friday, November 20, 2020 @ 01:24:32
  Author: felixonmars
Revision: 757870

upgpkg: python-aiohttp 3.7.3-1: Python 3.9 rebuild

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 01:20:35 UTC (rev 757869)
+++ PKGBUILD2020-11-20 01:24:32 UTC (rev 757870)
@@ -5,7 +5,7 @@
 pkgname=python-aiohttp
 _gitcommit=2f655a59d0daedfa2a794996c4355b576c98ecc8
 pkgver=3.7.3
-pkgrel=0
+pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
 arch=('x86_64')


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2020-11-19 Thread Evangelos Foutras via arch-commits
Date: Friday, November 20, 2020 @ 01:19:57
  Author: foutrelis
Revision: 757867

Bump to 3.7.3 for Python 3.9

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 01:15:32 UTC (rev 757866)
+++ PKGBUILD2020-11-20 01:19:57 UTC (rev 757867)
@@ -3,9 +3,9 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-_gitcommit=6a5ab96bd9cb404b4abfd5160fe8f34a29d941e5
-pkgver=3.6.2
-pkgrel=3
+_gitcommit=2f655a59d0daedfa2a794996c4355b576c98ecc8
+pkgver=3.7.3
+pkgrel=0
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock'
   'python-pytest-timeout' 'python-async_generator' 
'python-brotlipy'
   'python-pytest-xdist' 'python-pytest-forked' 'python-pytest-cov'
-  'python-trustme' 'python-freezegun' 'gunicorn')
+  'python-trustme' 'python-freezegun' 'gunicorn' 
'python-re-assert')
 optdepends=('gunicorn: to deploy using Gunicorn'
 'python-aiodns: for fast DNS resolving'
 'python-cchardet: for faster encoding detection'


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 17:07:28
  Author: foutrelis
Revision: 747773

upgpkg: python-aiohttp 3.6.2-3: Python 3.9 rebuild

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 17:07:26 UTC (rev 747772)
+++ PKGBUILD2020-11-09 17:07:28 UTC (rev 747773)
@@ -5,7 +5,7 @@
 pkgname=python-aiohttp
 _gitcommit=6a5ab96bd9cb404b4abfd5160fe8f34a29d941e5
 pkgver=3.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
 arch=('x86_64')


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2020-05-16 Thread Daniel M. Capella via arch-commits
Date: Saturday, May 16, 2020 @ 22:16:43
  Author: polyzen
Revision: 628208

gunicorn and "speedups" optdeps

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 22:07:54 UTC (rev 628207)
+++ PKGBUILD2020-05-16 22:16:43 UTC (rev 628208)
@@ -11,12 +11,16 @@
 arch=('x86_64')
 license=('Apache')
 depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout'
- 'python-yarl' 'python-attrs' 'gunicorn')
+ 'python-yarl' 'python-attrs')
 makedepends=('cython' 'python-setuptools' 'git')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock'
   'python-pytest-timeout' 'python-async_generator' 
'python-brotlipy'
   'python-pytest-xdist' 'python-pytest-forked' 'python-pytest-cov'
-  'python-trustme' 'python-freezegun')
+  'python-trustme' 'python-freezegun' 'gunicorn')
+optdepends=('gunicorn: to deploy using Gunicorn'
+'python-aiodns: for fast DNS resolving'
+'python-cchardet: for faster encoding detection'
+'python-brotlipy: for Brotli transfer-encodings support')
 
source=(${pkgname}::"git+https://github.com/aio-libs/aiohttp#commit=${_gitcommit};
 git+https://github.com/nodejs/http-parser)
 sha512sums=('SKIP'


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD aiohttp-python-3.8.patch)

2019-11-03 Thread Evangelos Foutras via arch-commits
Date: Sunday, November 3, 2019 @ 12:06:45
  Author: foutrelis
Revision: 522439

Keep deprecation warnings; too messy to fix

Modified:
  python-aiohttp/trunk/PKGBUILD
Deleted:
  python-aiohttp/trunk/aiohttp-python-3.8.patch

--+
 PKGBUILD |8 -
 aiohttp-python-3.8.patch |  327 -
 2 files changed, 2 insertions(+), 333 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 12:06:35 UTC (rev 522438)
+++ PKGBUILD2019-11-03 12:06:45 UTC (rev 522439)
@@ -18,11 +18,9 @@
   'python-pytest-xdist' 'python-pytest-forked' 'python-pytest-cov'
   'python-trustme' 'python-freezegun')
 
source=(${pkgname}::"git+https://github.com/aio-libs/aiohttp#commit=${_gitcommit};
-git+https://github.com/nodejs/http-parser
-aiohttp-python-3.8.patch)
+git+https://github.com/nodejs/http-parser)
 sha512sums=('SKIP'
-'SKIP'
-
'2a8e2851d23c848ae3bc53cee4b296decf195ac854dffd8685fd43801870fb4854936b273a16e72d582ef055a16c1d580d4feda51f905c981e09364dbee5c2d9')
+'SKIP')
 
 pkgver() {
   cd ${pkgname}
@@ -35,8 +33,6 @@
   git config submodule."vendor/http-parser".url "${srcdir}/http-parser"
   git submodule update --recursive
   sed 's|.install-cython ||' -i Makefile
-
-  patch -p1 -i ../aiohttp-python-3.8.patch # Fix warnings with python 3.8
 }
 
 build() {

Deleted: aiohttp-python-3.8.patch
===
--- aiohttp-python-3.8.patch2019-11-03 12:06:35 UTC (rev 522438)
+++ aiohttp-python-3.8.patch2019-11-03 12:06:45 UTC (rev 522439)
@@ -1,327 +0,0 @@
-diff --git a/aiohttp/connector.py b/aiohttp/connector.py
-index da37e0d9..29dda832 100644
 a/aiohttp/connector.py
-+++ b/aiohttp/connector.py
-@@ -964,7 +964,7 @@ class TCPConnector(BaseConnector):
- hosts = await asyncio.shield(self._resolve_host(
- host,
- port,
--traces=traces), loop=self._loop)
-+traces=traces))
- except OSError as exc:
- # in case of proxy it is not ClientProxyConnectionError
- # it is problem of resolving proxy ip itself
-diff --git a/aiohttp/locks.py b/aiohttp/locks.py
-index ed41f979..88b9d3e3 100644
 a/aiohttp/locks.py
-+++ b/aiohttp/locks.py
-@@ -18,7 +18,7 @@ class EventResultOrError:
- def __init__(self, loop: asyncio.AbstractEventLoop) -> None:
- self._loop = loop
- self._exc = None  # type: Optional[BaseException]
--self._event = asyncio.Event(loop=loop)
-+self._event = asyncio.Event()
- self._waiters = collections.deque()  # type: 
Deque[asyncio.Future[Any]]
- 
- def set(self, exc: Optional[BaseException]=None) -> None:
-diff --git a/aiohttp/test_utils.py b/aiohttp/test_utils.py
-index ebfa9732..88a3438e 100644
 a/aiohttp/test_utils.py
-+++ b/aiohttp/test_utils.py
-@@ -245,7 +245,7 @@ class TestClient:
- self._server = server
- self._loop = loop
- if cookie_jar is None:
--cookie_jar = aiohttp.CookieJar(unsafe=True, loop=loop)
-+cookie_jar = aiohttp.CookieJar(unsafe=True)
- self._session = ClientSession(loop=loop,
-   cookie_jar=cookie_jar,
-   **kwargs)
-diff --git a/aiohttp/web_server.py b/aiohttp/web_server.py
-index ad746ed0..9bfd0eda 100644
 a/aiohttp/web_server.py
-+++ b/aiohttp/web_server.py
-@@ -50,7 +50,7 @@ class Server:
- 
- async def shutdown(self, timeout: Optional[float]=None) -> None:
- coros = [conn.shutdown(timeout) for conn in self._connections]
--await asyncio.gather(*coros, loop=self._loop)
-+await asyncio.gather(*coros)
- self._connections.clear()
- 
- def __call__(self) -> RequestHandler:
-diff --git a/tests/test_client_request.py b/tests/test_client_request.py
-index ba73317e..b095dc0e 100644
 a/tests/test_client_request.py
-+++ b/tests/test_client_request.py
-@@ -779,7 +779,7 @@ async def test_chunked2(loop, conn) -> None:
- 
- async def test_chunked_explicit(loop, conn) -> None:
- req = ClientRequest(
--'post', URL('http://python.org/'), chunked=True, loop=loop)
-+'post', URL('http://python.org/'), chunked=True)
- with mock.patch('aiohttp.client_reqrep.StreamWriter') as m_writer:
- m_writer.return_value.write_headers = make_mocked_coro()
- resp = await req.send(conn)
-@@ -794,14 +794,14 @@ async def test_chunked_length(loop, conn) -> None:
- with pytest.raises(ValueError):
- ClientRequest(
- 'post', URL('http://python.org/'),
--headers={'CONTENT-LENGTH': '1000'}, chunked=True, loop=loop)
-+headers={'CONTENT-LENGTH': '1000'}, chunked=True)
- 
- 
- async def test_chunked_transfer_encoding(loop, conn) -> None:
-  

[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD aiohttp-python-3.8.patch)

2019-11-03 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 11:25:09
  Author: arojas
Revision: 522425

Fix some deprecation warnings that break tests

Added:
  python-aiohttp/trunk/aiohttp-python-3.8.patch
Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |8 -
 aiohttp-python-3.8.patch |  327 +
 2 files changed, 333 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 10:07:55 UTC (rev 522424)
+++ PKGBUILD2019-11-03 11:25:09 UTC (rev 522425)
@@ -18,9 +18,11 @@
   'python-pytest-xdist' 'python-pytest-forked' 'python-pytest-cov'
   'python-trustme' 'python-freezegun')
 
source=(${pkgname}::"git+https://github.com/aio-libs/aiohttp#commit=${_gitcommit};
-git+https://github.com/nodejs/http-parser)
+git+https://github.com/nodejs/http-parser
+aiohttp-python-3.8.patch)
 sha512sums=('SKIP'
-'SKIP')
+'SKIP'
+
'2a8e2851d23c848ae3bc53cee4b296decf195ac854dffd8685fd43801870fb4854936b273a16e72d582ef055a16c1d580d4feda51f905c981e09364dbee5c2d9')
 
 pkgver() {
   cd ${pkgname}
@@ -33,6 +35,8 @@
   git config submodule."vendor/http-parser".url "${srcdir}/http-parser"
   git submodule update --recursive
   sed 's|.install-cython ||' -i Makefile
+
+  patch -p1 -i ../aiohttp-python-3.8.patch # Fix warnings with python 3.8
 }
 
 build() {

Added: aiohttp-python-3.8.patch
===
--- aiohttp-python-3.8.patch(rev 0)
+++ aiohttp-python-3.8.patch2019-11-03 11:25:09 UTC (rev 522425)
@@ -0,0 +1,327 @@
+diff --git a/aiohttp/connector.py b/aiohttp/connector.py
+index da37e0d9..29dda832 100644
+--- a/aiohttp/connector.py
 b/aiohttp/connector.py
+@@ -964,7 +964,7 @@ class TCPConnector(BaseConnector):
+ hosts = await asyncio.shield(self._resolve_host(
+ host,
+ port,
+-traces=traces), loop=self._loop)
++traces=traces))
+ except OSError as exc:
+ # in case of proxy it is not ClientProxyConnectionError
+ # it is problem of resolving proxy ip itself
+diff --git a/aiohttp/locks.py b/aiohttp/locks.py
+index ed41f979..88b9d3e3 100644
+--- a/aiohttp/locks.py
 b/aiohttp/locks.py
+@@ -18,7 +18,7 @@ class EventResultOrError:
+ def __init__(self, loop: asyncio.AbstractEventLoop) -> None:
+ self._loop = loop
+ self._exc = None  # type: Optional[BaseException]
+-self._event = asyncio.Event(loop=loop)
++self._event = asyncio.Event()
+ self._waiters = collections.deque()  # type: 
Deque[asyncio.Future[Any]]
+ 
+ def set(self, exc: Optional[BaseException]=None) -> None:
+diff --git a/aiohttp/test_utils.py b/aiohttp/test_utils.py
+index ebfa9732..88a3438e 100644
+--- a/aiohttp/test_utils.py
 b/aiohttp/test_utils.py
+@@ -245,7 +245,7 @@ class TestClient:
+ self._server = server
+ self._loop = loop
+ if cookie_jar is None:
+-cookie_jar = aiohttp.CookieJar(unsafe=True, loop=loop)
++cookie_jar = aiohttp.CookieJar(unsafe=True)
+ self._session = ClientSession(loop=loop,
+   cookie_jar=cookie_jar,
+   **kwargs)
+diff --git a/aiohttp/web_server.py b/aiohttp/web_server.py
+index ad746ed0..9bfd0eda 100644
+--- a/aiohttp/web_server.py
 b/aiohttp/web_server.py
+@@ -50,7 +50,7 @@ class Server:
+ 
+ async def shutdown(self, timeout: Optional[float]=None) -> None:
+ coros = [conn.shutdown(timeout) for conn in self._connections]
+-await asyncio.gather(*coros, loop=self._loop)
++await asyncio.gather(*coros)
+ self._connections.clear()
+ 
+ def __call__(self) -> RequestHandler:
+diff --git a/tests/test_client_request.py b/tests/test_client_request.py
+index ba73317e..b095dc0e 100644
+--- a/tests/test_client_request.py
 b/tests/test_client_request.py
+@@ -779,7 +779,7 @@ async def test_chunked2(loop, conn) -> None:
+ 
+ async def test_chunked_explicit(loop, conn) -> None:
+ req = ClientRequest(
+-'post', URL('http://python.org/'), chunked=True, loop=loop)
++'post', URL('http://python.org/'), chunked=True)
+ with mock.patch('aiohttp.client_reqrep.StreamWriter') as m_writer:
+ m_writer.return_value.write_headers = make_mocked_coro()
+ resp = await req.send(conn)
+@@ -794,14 +794,14 @@ async def test_chunked_length(loop, conn) -> None:
+ with pytest.raises(ValueError):
+ ClientRequest(
+ 'post', URL('http://python.org/'),
+-headers={'CONTENT-LENGTH': '1000'}, chunked=True, loop=loop)
++headers={'CONTENT-LENGTH': '1000'}, chunked=True)
+ 
+ 
+ async def test_chunked_transfer_encoding(loop, conn) -> None:
+ with 

[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2019-10-25 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 04:32:11
  Author: felixonmars
Revision: 520030

Python 3.8 rebuild

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 04:32:10 UTC (rev 520029)
+++ PKGBUILD2019-10-26 04:32:11 UTC (rev 520030)
@@ -5,7 +5,7 @@
 pkgname=python-aiohttp
 _gitcommit=6a5ab96bd9cb404b4abfd5160fe8f34a29d941e5
 pkgver=3.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
 arch=('x86_64')


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2019-10-12 Thread Maxime Gauduin via arch-commits
Date: Saturday, October 12, 2019 @ 12:18:35
  Author: alucryd
Revision: 515222

upgpkg: python-aiohttp 3.6.2-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-12 12:15:00 UTC (rev 515221)
+++ PKGBUILD2019-10-12 12:18:35 UTC (rev 515222)
@@ -3,8 +3,8 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-_gitcommit=b33540cafa432503baa517d0fd76abf67b647598
-pkgver=3.6.0
+_gitcommit=6a5ab96bd9cb404b4abfd5160fe8f34a29d941e5
+pkgver=3.6.2
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -16,7 +16,7 @@
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock'
   'python-pytest-timeout' 'python-async_generator' 
'python-brotlipy'
   'python-pytest-xdist' 'python-pytest-forked' 'python-pytest-cov'
-  'python-trustme')
+  'python-trustme' 'python-freezegun')
 
source=(${pkgname}::"git+https://github.com/aio-libs/aiohttp#commit=${_gitcommit};
 git+https://github.com/nodejs/http-parser)
 sha512sums=('SKIP'


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2019-09-11 Thread Levente Polyak via arch-commits
Date: Wednesday, September 11, 2019 @ 08:19:42
  Author: anthraxx
Revision: 509270

upgpkg: python-aiohttp 3.6.0-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-11 07:39:30 UTC (rev 509269)
+++ PKGBUILD2019-09-11 08:19:42 UTC (rev 509270)
@@ -3,8 +3,8 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-_gitcommit=f6f647eb828fa738610d61481f11fa51e42599e9
-pkgver=3.5.4
+_gitcommit=b33540cafa432503baa517d0fd76abf67b647598
+pkgver=3.6.0
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -24,7 +24,7 @@
 
 pkgver() {
   cd ${pkgname}
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 prepare() {
@@ -32,10 +32,12 @@
   git submodule init
   git config submodule."vendor/http-parser".url "${srcdir}/http-parser"
   git submodule update --recursive
+  sed 's|.install-cython ||' -i Makefile
 }
 
 build() {
   cd ${pkgname}
+  make cythonize
   python setup.py build
 }
 


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2019-02-07 Thread Levente Polyak via arch-commits
Date: Thursday, February 7, 2019 @ 22:16:16
  Author: anthraxx
Revision: 430400

upgpkg: python-aiohttp 3.5.4-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-07 22:07:21 UTC (rev 430399)
+++ PKGBUILD2019-02-07 22:16:16 UTC (rev 430400)
@@ -3,8 +3,8 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-_gitcommit=8c8375f26a5bbfb8c0f56541aec860b10d99ffc5
-pkgver=3.5.2
+_gitcommit=f6f647eb828fa738610d61481f11fa51e42599e9
+pkgver=3.5.4
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2019-01-10 Thread Levente Polyak via arch-commits
Date: Thursday, January 10, 2019 @ 21:20:57
  Author: anthraxx
Revision: 422180

upgpkg: python-aiohttp 3.5.2-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-10 21:19:17 UTC (rev 422179)
+++ PKGBUILD2019-01-10 21:20:57 UTC (rev 422180)
@@ -3,8 +3,8 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-_gitcommit=fd335f2d597208e95bc86732cf93edbc8fa379ef
-pkgver=3.4.4
+_gitcommit=8c8375f26a5bbfb8c0f56541aec860b10d99ffc5
+pkgver=3.5.2
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -11,10 +11,12 @@
 arch=('x86_64')
 license=('Apache')
 depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout'
- 'python-yarl' 'python-attrs')
+ 'python-yarl' 'python-attrs' 'gunicorn')
 makedepends=('cython' 'python-setuptools' 'git')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock'
-  'python-pytest-timeout' 'python-async_generator' 
'python-brotlipy')
+  'python-pytest-timeout' 'python-async_generator' 
'python-brotlipy'
+  'python-pytest-xdist' 'python-pytest-forked' 'python-pytest-cov'
+  'python-trustme')
 
source=(${pkgname}::"git+https://github.com/aio-libs/aiohttp#commit=${_gitcommit};
 git+https://github.com/nodejs/http-parser)
 sha512sums=('SKIP'
@@ -22,7 +24,7 @@
 
 pkgver() {
   cd ${pkgname}
-  git describe --always --tags | sed 's/^v//;s/-/./g'
+  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 prepare() {


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-09-05 Thread Levente Polyak via arch-commits
Date: Wednesday, September 5, 2018 @ 23:25:52
  Author: anthraxx
Revision: 377193

upgpkg: python-aiohttp 3.4.4-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-05 23:11:31 UTC (rev 377192)
+++ PKGBUILD2018-09-05 23:25:52 UTC (rev 377193)
@@ -3,8 +3,8 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-_gitcommit=3ddd91c2c89e5a31380b169bd5a26c8d641b2fc5
-pkgver=3.4.2
+_gitcommit=fd335f2d597208e95bc86732cf93edbc8fa379ef
+pkgver=3.4.4
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-09-03 Thread Levente Polyak via arch-commits
Date: Monday, September 3, 2018 @ 21:28:00
  Author: anthraxx
Revision: 376462

upgpkg: python-aiohttp 3.4.2-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |   38 +++---
 1 file changed, 27 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 20:58:08 UTC (rev 376461)
+++ PKGBUILD2018-09-03 21:28:00 UTC (rev 376462)
@@ -3,31 +3,47 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.2.1
-pkgrel=2
+_gitcommit=3ddd91c2c89e5a31380b169bd5a26c8d641b2fc5
+pkgver=3.4.2
+pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
 arch=('x86_64')
 license=('Apache')
-depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout' 
'python-yarl' 'python-idna_ssl' 'python-attrs')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 
'python-async_generator')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('6cf1c7fd052bc92e0be940e5b2e877a202d2d0fdf36cbf2aa3ef3c92f4e2327a')
-sha512sums=('c56bbcd09bcb56cea1ee2977a7550a0dcde1a18e58e50340978e8882a483350f092b06314611e62e90964a357252debddaf031af427910f318efa31720f3dc33')
+depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout'
+ 'python-yarl' 'python-attrs')
+makedepends=('cython' 'python-setuptools' 'git')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock'
+  'python-pytest-timeout' 'python-async_generator' 
'python-brotlipy')
+source=(${pkgname}::"git+https://github.com/aio-libs/aiohttp#commit=${_gitcommit};
+git+https://github.com/nodejs/http-parser)
+sha512sums=('SKIP'
+'SKIP')
 
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule."vendor/http-parser".url "${srcdir}/http-parser"
+  git submodule update --recursive
+}
+
 build() {
-  cd ${_pkgname}-${pkgver}
+  cd ${pkgname}
   python setup.py build
 }
 
 check() {
-  cd ${_pkgname}-${pkgver}
+  cd ${pkgname}
   python setup.py test
 }
 
 package() {
-  cd ${_pkgname}-${pkgver}
+  cd ${pkgname}
   python setup.py install --root="${pkgdir}" -O1 --skip-build
 }
 


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-07-17 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 18, 2018 @ 03:29:54
  Author: foutrelis
Revision: 361582

Python 3.7 rebuild

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 03:29:26 UTC (rev 361581)
+++ PKGBUILD2018-07-18 03:29:54 UTC (rev 361582)
@@ -4,7 +4,7 @@
 _pkgname=aiohttp
 pkgname=python-aiohttp
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
 arch=('x86_64')


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-05-10 Thread Levente Polyak via arch-commits
Date: Thursday, May 10, 2018 @ 15:56:23
  Author: anthraxx
Revision: 320423

upgpkg: python-aiohttp 3.2.1-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 15:54:01 UTC (rev 320422)
+++ PKGBUILD2018-05-10 15:56:23 UTC (rev 320423)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 
'python-async_generator')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('3e3443cd699b0b9e1f804d641ac472c7619f238a5fd1d735e6e0f9c8a6ecaad7')
-sha512sums=('4e649feeb6c39101a0462b5722ca705c5db4906dee91ead6d01202ecc7591195412048978ef2339d50e6ac213f9a80fc91b67078e2ceba32cd8b35773d56c12c')
+sha256sums=('6cf1c7fd052bc92e0be940e5b2e877a202d2d0fdf36cbf2aa3ef3c92f4e2327a')
+sha512sums=('c56bbcd09bcb56cea1ee2977a7550a0dcde1a18e58e50340978e8882a483350f092b06314611e62e90964a357252debddaf031af427910f318efa31720f3dc33')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-05-08 Thread Levente Polyak via arch-commits
Date: Tuesday, May 8, 2018 @ 23:57:31
  Author: anthraxx
Revision: 319735

upgpkg: python-aiohttp 3.2.0-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-08 23:52:30 UTC (rev 319734)
+++ PKGBUILD2018-05-08 23:57:31 UTC (rev 319735)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.1.3
+pkgver=3.2.0
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 
'python-async_generator')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('876d74ee986051590cf4af90365fe4268a19586a72024551e84ce6c0c5d11bfa')
-sha512sums=('50c6d24a1ad665e58d3f2a5b438f4aa6ffc23139c087b2fb7a239272e64cc2b03fb1bf396eba189f57b340dcebb8cb0d30853d6e3c873fc2d59d38606fb67bda')
+sha256sums=('3e3443cd699b0b9e1f804d641ac472c7619f238a5fd1d735e6e0f9c8a6ecaad7')
+sha512sums=('4e649feeb6c39101a0462b5722ca705c5db4906dee91ead6d01202ecc7591195412048978ef2339d50e6ac213f9a80fc91b67078e2ceba32cd8b35773d56c12c')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-04-18 Thread Levente Polyak via arch-commits
Date: Wednesday, April 18, 2018 @ 23:27:37
  Author: anthraxx
Revision: 316952

upgpkg: python-aiohttp 3.1.3-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-18 23:25:29 UTC (rev 316951)
+++ PKGBUILD2018-04-18 23:27:37 UTC (rev 316952)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 
'python-async_generator')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('d2863e9fdc9f8497daa596cfa98e5e1caf4eafe45775493a50e9735ff28dd893')
-sha512sums=('dc6e069d47d0cbf4c4f2face8699a6244500cc2f9925b874cc627ed73cfbe201d30927dc6375deb69308bffe6c9cd2912bbea7bbbcda3fef2672081bf2e5b5cd')
+sha256sums=('876d74ee986051590cf4af90365fe4268a19586a72024551e84ce6c0c5d11bfa')
+sha512sums=('50c6d24a1ad665e58d3f2a5b438f4aa6ffc23139c087b2fb7a239272e64cc2b03fb1bf396eba189f57b340dcebb8cb0d30853d6e3c873fc2d59d38606fb67bda')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-04-07 Thread Levente Polyak via arch-commits
Date: Saturday, April 7, 2018 @ 15:25:55
  Author: anthraxx
Revision: 314860

upgpkg: python-aiohttp 3.1.2-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-07 15:19:19 UTC (rev 314859)
+++ PKGBUILD2018-04-07 15:25:55 UTC (rev 314860)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.1.0
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 
'python-async_generator')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('d0ce09d8e6363065872ca6c88b130eb805245a0bad15de9738c3b533b8da040e')
-sha512sums=('671535a857b4c0160be84e60c38aba5ce253a89fd649ceb05d2a97a2b5808b62d9df2a2d59eeae8a4fdf9fafc491ce2f2221d6dbaba07f2b3a059e7a99f889ac')
+sha256sums=('d2863e9fdc9f8497daa596cfa98e5e1caf4eafe45775493a50e9735ff28dd893')
+sha512sums=('dc6e069d47d0cbf4c4f2face8699a6244500cc2f9925b874cc627ed73cfbe201d30927dc6375deb69308bffe6c9cd2912bbea7bbbcda3fef2672081bf2e5b5cd')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-03-21 Thread Levente Polyak via arch-commits
Date: Thursday, March 22, 2018 @ 00:56:06
  Author: anthraxx
Revision: 310278

upgpkg: python-aiohttp 3.1.0-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-22 00:51:21 UTC (rev 310277)
+++ PKGBUILD2018-03-22 00:56:06 UTC (rev 310278)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.0.9
+pkgver=3.1.0
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -11,10 +11,10 @@
 license=('Apache')
 depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout' 
'python-yarl' 'python-idna_ssl' 'python-attrs')
 makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 
'python-async_generator')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('dd87b6854d766452bdd20b8117e5602418a104b1586697d38551880dfa1b738f')
-sha512sums=('f5e1b775b49ba598d79cadb9429a485ee2aa1d677de8bf2a28394152c315dafc4bae404577d2da8e2dc12b5fdf5b0b6504d934886552e80fc970e24404b9678a')
+sha256sums=('d0ce09d8e6363065872ca6c88b130eb805245a0bad15de9738c3b533b8da040e')
+sha512sums=('671535a857b4c0160be84e60c38aba5ce253a89fd649ceb05d2a97a2b5808b62d9df2a2d59eeae8a4fdf9fafc491ce2f2221d6dbaba07f2b3a059e7a99f889ac')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-03-14 Thread Levente Polyak via arch-commits
Date: Thursday, March 15, 2018 @ 02:36:46
  Author: anthraxx
Revision: 307903

upgpkg: python-aiohttp 3.0.9-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 02:33:35 UTC (rev 307902)
+++ PKGBUILD2018-03-15 02:36:46 UTC (rev 307903)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.0.8
+pkgver=3.0.9
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('a22b79053bbf749f68473b21f41754cb73a677e9ea359f0db0d49bec77d546c9')
-sha512sums=('65fc550ba59f75578dbe7d8b9a100b7c85ac40cd981c84ede5e00ccfb10d8ebbdfcd5dc09836a4f33a9dcaf2d5a2e04815f152604653602937ca8120ef858f7f')
+sha256sums=('dd87b6854d766452bdd20b8117e5602418a104b1586697d38551880dfa1b738f')
+sha512sums=('f5e1b775b49ba598d79cadb9429a485ee2aa1d677de8bf2a28394152c315dafc4bae404577d2da8e2dc12b5fdf5b0b6504d934886552e80fc970e24404b9678a')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:33:54
  Author: anthraxx
Revision: 307543

upgpkg: python-aiohttp 3.0.8-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 02:13:05 UTC (rev 307542)
+++ PKGBUILD2018-03-14 02:33:54 UTC (rev 307543)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.0.6
+pkgver=3.0.8
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('7022534b83cb5f01e5c43ecc3997f8595b5ee7abee17bbcd17927e7c07ccabaf')
-sha512sums=('87e1a46f06718f3510daa40883f714c9bdb4409ece16b958210cc3b39a6a5db75d6c97733f4aca291225020ac38b75d43271bf62c450415d23b3d248bc04195b')
+sha256sums=('a22b79053bbf749f68473b21f41754cb73a677e9ea359f0db0d49bec77d546c9')
+sha512sums=('65fc550ba59f75578dbe7d8b9a100b7c85ac40cd981c84ede5e00ccfb10d8ebbdfcd5dc09836a4f33a9dcaf2d5a2e04815f152604653602937ca8120ef858f7f')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-03-06 Thread Levente Polyak via arch-commits
Date: Tuesday, March 6, 2018 @ 19:36:10
  Author: anthraxx
Revision: 303195

upgpkg: python-aiohttp 3.0.6-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 19:33:42 UTC (rev 303194)
+++ PKGBUILD2018-03-06 19:36:10 UTC (rev 303195)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.0.3
+pkgver=3.0.6
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('fc26afe2a99e7af1e407438dcd8103a49d93257502609b343241ac40bff4abe0')
-sha512sums=('83b8861ff981f52fc1ee8954f96fdb919507113ae88537b13ea3a9be077029cb862b91efca560d7286754fb0960e362393c1bc311f113d7c55978dea6b2e45e5')
+sha256sums=('7022534b83cb5f01e5c43ecc3997f8595b5ee7abee17bbcd17927e7c07ccabaf')
+sha512sums=('87e1a46f06718f3510daa40883f714c9bdb4409ece16b958210cc3b39a6a5db75d6c97733f4aca291225020ac38b75d43271bf62c450415d23b3d248bc04195b')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 00:27:19
  Author: anthraxx
Revision: 298173

upgpkg: python-aiohttp 3.0.3-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 00:25:08 UTC (rev 298172)
+++ PKGBUILD2018-02-26 00:27:19 UTC (rev 298173)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.0.1
+pkgver=3.0.3
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('3b21b52f5798e0c3e2f51c16a2a7e87673ca99b36f292fa3d2fdadc440392336')
-sha512sums=('ba3dd7fb2044eacfbdff77efa14e2affef57e810d5cd0ef44b8f1cbab4760b4ca4ac588dd89e2704b2a2d2f941a08f7cecadba1c067a1b8a244e47cd4b2497eb')
+sha256sums=('fc26afe2a99e7af1e407438dcd8103a49d93257502609b343241ac40bff4abe0')
+sha512sums=('83b8861ff981f52fc1ee8954f96fdb919507113ae88537b13ea3a9be077029cb862b91efca560d7286754fb0960e362393c1bc311f113d7c55978dea6b2e45e5')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-02-22 Thread Levente Polyak via arch-commits
Date: Friday, February 23, 2018 @ 02:17:01
  Author: anthraxx
Revision: 297163

upgpkg: python-aiohttp 3.0.1-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-23 02:09:07 UTC (rev 297162)
+++ PKGBUILD2018-02-23 02:17:01 UTC (rev 297163)
@@ -3,18 +3,18 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=2.3.10
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
 arch=('x86_64')
 license=('Apache')
-depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl' 'python-idna_ssl')
+depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout' 
'python-yarl' 'python-idna_ssl' 'python-attrs')
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('ca3c15aa2c178599393919c27dbada24860e075d501257db54d6547ecf34bac8')
-sha512sums=('d705dd596aaf1630707d4f81e8615314e34ab473c529d064f58a7bff0810908ff3f7e7b64112f14288bfb55efce4ef2495b8a01b4e3b4b3a8e94f066a3d2cc47')
+sha256sums=('3b21b52f5798e0c3e2f51c16a2a7e87673ca99b36f292fa3d2fdadc440392336')
+sha512sums=('ba3dd7fb2044eacfbdff77efa14e2affef57e810d5cd0ef44b8f1cbab4760b4ca4ac588dd89e2704b2a2d2f941a08f7cecadba1c067a1b8a244e47cd4b2497eb')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-02-14 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, February 14, 2018 @ 14:05:43
  Author: svenstaro
Revision: 294325

upgpkg: python-aiohttp 2.3.10-2

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-14 14:05:15 UTC (rev 294324)
+++ PKGBUILD2018-02-14 14:05:43 UTC (rev 294325)
@@ -4,14 +4,14 @@
 _pkgname=aiohttp
 pkgname=python-aiohttp
 pkgver=2.3.10
-pkgrel=1
+pkgrel=2
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
 arch=('x86_64')
 license=('Apache')
-depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl')
+depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl' 'python-idna_ssl')
 makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 
'python-idna_ssl')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
 sha256sums=('ca3c15aa2c178599393919c27dbada24860e075d501257db54d6547ecf34bac8')
 
sha512sums=('d705dd596aaf1630707d4f81e8615314e34ab473c529d064f58a7bff0810908ff3f7e7b64112f14288bfb55efce4ef2495b8a01b4e3b4b3a8e94f066a3d2cc47')


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-02-12 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, February 12, 2018 @ 09:45:51
  Author: svenstaro
Revision: 292884

upgpkg: python-aiohttp 2.3.10-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-12 09:43:32 UTC (rev 292883)
+++ PKGBUILD2018-02-12 09:45:51 UTC (rev 292884)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=2.3.9
+pkgver=2.3.10
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -11,10 +11,10 @@
 license=('Apache')
 depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl')
 makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 
'python-idna_ssl')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('3044eed412a7100ba5c9ef61a06e0264ae159a4cb007339e0e98812dd45ae83d')
-sha512sums=('628d60cb3aee209ef15ead381af16d7a46048207ec9c83f5657b26022ac5161789da391f3a9d4baa7fcfeb05f9564ea81f2095fb1bdca62f50914f2e34039409')
+sha256sums=('ca3c15aa2c178599393919c27dbada24860e075d501257db54d6547ecf34bac8')
+sha512sums=('d705dd596aaf1630707d4f81e8615314e34ab473c529d064f58a7bff0810908ff3f7e7b64112f14288bfb55efce4ef2495b8a01b4e3b4b3a8e94f066a3d2cc47')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2018-01-18 Thread Levente Polyak via arch-commits
Date: Friday, January 19, 2018 @ 01:07:55
  Author: anthraxx
Revision: 284027

upgpkg: python-aiohttp 2.3.9-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-19 01:02:53 UTC (rev 284026)
+++ PKGBUILD2018-01-19 01:07:55 UTC (rev 284027)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=2.3.6
+pkgver=2.3.9
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -11,10 +11,10 @@
 license=('Apache')
 depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl')
 makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('1d9c5a6a27b462fe04430ceab0edd90b83535354a4fc9e8856719274cd89994c')
-sha512sums=('967a533231f694f63077c0b0daf89f1973d45cf6e1a649b7b76f0386616f687148b542a1800d731cfcb03d0a464d5f1742a686e435a42a28c2a814cef5ec71b0')
+sha256sums=('3044eed412a7100ba5c9ef61a06e0264ae159a4cb007339e0e98812dd45ae83d')
+sha512sums=('628d60cb3aee209ef15ead381af16d7a46048207ec9c83f5657b26022ac5161789da391f3a9d4baa7fcfeb05f9564ea81f2095fb1bdca62f50914f2e34039409')
 
 build() {
   cd ${_pkgname}-${pkgver}
@@ -23,9 +23,7 @@
 
 check() {
   cd ${_pkgname}-${pkgver}
-  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-py.test
+  python setup.py test
 }
 
 package() {


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 19:48:38
  Author: anthraxx
Revision: 274285

upgpkg: python-aiohttp 2.3.6-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 19:45:15 UTC (rev 274284)
+++ PKGBUILD2017-12-13 19:48:38 UTC (rev 274285)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=2.3.2
+pkgver=2.3.6
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('adb90d04c35f6b753656a223cab342186c6dea1321bc33d48a19b393d177987b')
-sha512sums=('54508655c3f6e409277120651537034fd0badb12c909c556778790a8b79bd856f72661d82eba45ccefd2ccd4f3afaf3830817bcce6ca1e89a924541ccc92bc12')
+sha256sums=('1d9c5a6a27b462fe04430ceab0edd90b83535354a4fc9e8856719274cd89994c')
+sha512sums=('967a533231f694f63077c0b0daf89f1973d45cf6e1a649b7b76f0386616f687148b542a1800d731cfcb03d0a464d5f1742a686e435a42a28c2a814cef5ec71b0')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:18:53
  Author: anthraxx
Revision: 265480

upgpkg: python-aiohttp 2.3.2-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:14:15 UTC (rev 265479)
+++ PKGBUILD2017-11-05 22:18:53 UTC (rev 265480)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=2.2.5
+pkgver=2.3.2
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('f0dafed9ea8afa99bd599531ee9f7863d60e69648b1059bcbb0de167c6e11e60')
-sha512sums=('e715b44abb34a2651cd9885cefb59b13ccb96511e4033381c323785c9f72e75c7c306c8a682c0af4472944f80ec7cf3ffe9b9b2e84ee9adcbeae9ef4744ab7ae')
+sha256sums=('adb90d04c35f6b753656a223cab342186c6dea1321bc33d48a19b393d177987b')
+sha512sums=('54508655c3f6e409277120651537034fd0badb12c909c556778790a8b79bd856f72661d82eba45ccefd2ccd4f3afaf3830817bcce6ca1e89a924541ccc92bc12')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2017-08-03 Thread Levente Polyak
Date: Thursday, August 3, 2017 @ 15:40:54
  Author: anthraxx
Revision: 247827

upgpkg: python-aiohttp 2.2.5-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-03 15:40:43 UTC (rev 247826)
+++ PKGBUILD2017-08-03 15:40:54 UTC (rev 247827)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=2.2.3
+pkgver=2.2.5
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -12,18 +12,10 @@
 depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl')
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-mock')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz
-
${pkgname}-fix-multidict-3.1.patch::https://github.com/aio-libs/aiohttp/commit/075c34c8f98d3690f7167d8f885bfbd3d74dd67a.patch)
-sha256sums=('3cbd7c44ae455d9e0196b3818b66097f4566563f5c00c34cf478c68a5542d371'
-'4e98ff7b86e7c35669ad0c88a984fa6d33d1f8332d9b58cb79c338a9862bcd4c')
-sha512sums=('a3ad2b86c8b1024ba54df6b734fb387c37e914889145b1747c911a1c15e7c140bdd3eb0a4c384958b0517e8813d4b1dcf8c1c1151f3990f4945c897a2302fdc9'
-
'66d320075ebb0f371b33af980b3a80ada9ba13c3ab0024594b5a43442bbfb4768a7716e182830477b7e89fd4d3c22a90d74398d8c6feaa1635dd18c5dbf2d387')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
+sha256sums=('f0dafed9ea8afa99bd599531ee9f7863d60e69648b1059bcbb0de167c6e11e60')
+sha512sums=('e715b44abb34a2651cd9885cefb59b13ccb96511e4033381c323785c9f72e75c7c306c8a682c0af4472944f80ec7cf3ffe9b9b2e84ee9adcbeae9ef4744ab7ae')
 
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  patch -p1 < "${srcdir}/${pkgname}-fix-multidict-3.1.patch"
-}
-
 build() {
   cd ${_pkgname}-${pkgver}
   python setup.py build


[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)

2017-07-14 Thread Levente Polyak
Date: Friday, July 14, 2017 @ 21:45:33
  Author: anthraxx
Revision: 245130

upgpkg: python-aiohttp 2.2.3-1

Modified:
  python-aiohttp/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-14 21:28:20 UTC (rev 245129)
+++ PKGBUILD2017-07-14 21:45:33 UTC (rev 245130)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=2.1.0
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -12,10 +12,18 @@
 depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl')
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-mock')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('54f616090688169928b25068168e69b74dcee47b93d2400fa38f97b8d5a1402b')
-sha512sums=('cb4a56431380a182a4c34319deb7dd6be2f85836da80994f4cb9538ab111836bbdbf5f1e9ad560b88cb9ee4c26cd01f2b0668906c181ff78d1be32a92a0ba7ea')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz
+
${pkgname}-fix-multidict-3.1.patch::https://github.com/aio-libs/aiohttp/commit/075c34c8f98d3690f7167d8f885bfbd3d74dd67a.patch)
+sha256sums=('3cbd7c44ae455d9e0196b3818b66097f4566563f5c00c34cf478c68a5542d371'
+'4e98ff7b86e7c35669ad0c88a984fa6d33d1f8332d9b58cb79c338a9862bcd4c')
+sha512sums=('a3ad2b86c8b1024ba54df6b734fb387c37e914889145b1747c911a1c15e7c140bdd3eb0a4c384958b0517e8813d4b1dcf8c1c1151f3990f4945c897a2302fdc9'
+
'66d320075ebb0f371b33af980b3a80ada9ba13c3ab0024594b5a43442bbfb4768a7716e182830477b7e89fd4d3c22a90d74398d8c6feaa1635dd18c5dbf2d387')
 
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  patch -p1 < "${srcdir}/${pkgname}-fix-multidict-3.1.patch"
+}
+
 build() {
   cd ${_pkgname}-${pkgver}
   python setup.py build
@@ -34,4 +42,3 @@
 }
 
 # vim: ts=2 sw=2 et:
-