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

Chih-Hsuan Yen yan12125 at archlinux.org
Mon Aug 24 12:19:14 UTC 2020


    Date: Monday, August 24, 2020 @ 12:19:14
  Author: yan12125
Revision: 687603

upgpkg: python-aiobotocore 1.1.0-1; fixes makedepends

setup.py uses setuptools. Not noticed that as other dependencies have pulled setuptools.

Modified:
  python-aiobotocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-24 11:12:11 UTC (rev 687602)
+++ PKGBUILD	2020-08-24 12:19:14 UTC (rev 687603)
@@ -2,17 +2,18 @@
 
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
-pkgver=1.0.7
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
 url='https://github.com/aio-libs/aiobotocore'
 license=(Apache)
 depends=(python python-aiohttp python-botocore python-wrapt python-aioitertools)
+makedepends=(python-setuptools)
 checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
 source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz"
         unittest-mock.diff)
-sha256sums=('0789c379925c2f65a639e978bb20a35f4e242a46d2272f212f159f9a14f28f13'
+sha256sums=('c6fb60b1a29392475a38fbabfc5118e46ccce983bfe0cbb3da91528e92cd8f92'
             'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
 
 prepare() {



More information about the arch-commits mailing list