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
===================================================================
--- PKGBUILD    2020-11-20 01:15:32 UTC (rev 757866)
+++ PKGBUILD    2020-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'

Reply via email to