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

Levente Polyak anthraxx at archlinux.org
Thu Mar 22 00:56:07 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-03-22 00:51:21 UTC (rev 310277)
+++ PKGBUILD	2018-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}



More information about the arch-commits mailing list