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

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Feb 10 07:30:53 UTC 2019


    Date: Sunday, February 10, 2019 @ 07:30:50
  Author: yan12125
Revision: 431082

upgpkg: python-aiobotocore 0.10.1-1

* The pytest 4.1 patch is pushed as https://github.com/aio-libs/aiobotocore/pull/669

Modified:
  python-aiobotocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 06:58:21 UTC (rev 431081)
+++ PKGBUILD	2019-02-10 07:30:50 UTC (rev 431082)
@@ -2,22 +2,19 @@
 
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
-pkgver=0.10.0
+pkgver=0.10.1
 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)
+depends=(python python-aiohttp python-botocore python-wrapt python-async_generator)
 checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aio-libs/aiobotocore/archive/$pkgver.tar.gz"
-        aiobotocore-pytest-4_1.patch::https://github.com/aio-libs/aiobotocore/commit/4d3df13d6f375d10df4ed2b11662f3915a434d8e.patch)
-sha256sums=('78721fcd1608057709b7c940f28a0f4afde7dfafa8d0b626e404046bbbd3a34e'
-            '4eea86e03a0eca41493352519fe0755dca580d8c39e84648beaf082f6a8c5a57')
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aio-libs/aiobotocore/archive/$pkgver.tar.gz")
+sha256sums=('a2b3edaebf47019b0052c046ef1b0186f916c8a89286e86ab9fc80e87ac8411f')
 
 prepare() {
   cd $_pkgname-$pkgver
-  patch -Np1 -i ../aiobotocore-pytest-4_1.patch
 
   # used in a skipped test only
   sed -i '/from dill.source import getsource/d' tests/test_patches.py



More information about the arch-commits mailing list