[arch-commits] Commit in python-aiohttp/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Fri Feb 23 02:17:02 UTC 2018
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
===================================================================
--- PKGBUILD 2018-02-23 02:09:07 UTC (rev 297162)
+++ PKGBUILD 2018-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}
More information about the arch-commits
mailing list