[arch-commits] Commit in python-aiobotocore/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at gemini.archlinux.org
Tue Nov 9 15:25:19 UTC 2021
Date: Tuesday, November 9, 2021 @ 15:25:18
Author: yan12125
Revision: 1039359
upgpkg: python-aiobotocore 2.0.0-1
Reverse dependencies:
* python-xarray - two tests use aiobotocore
* one is skipped [1] as python-zarr is not in [community]
* another works with aiobotocore 2.0.0
* python-aws-xray-sdk - needs a local patch (upcoming)
* python-s3fs (the only AUR package that depends on python-aiobotocore per RPC v5)
* compatible since 2021.08.0 [2], and the AUR package is updated
[1] https://github.com/pydata/xarray/blob/v0.20.1/xarray/tests/test_backends.py#L2401
[2] https://github.com/fsspec/s3fs/pull/510
Modified:
python-aiobotocore/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-09 15:02:16 UTC (rev 1039358)
+++ PKGBUILD 2021-11-09 15:25:18 UTC (rev 1039359)
@@ -2,7 +2,8 @@
pkgname=python-aiobotocore
_pkgname=aiobotocore
-pkgver=1.4.2
+# https://github.com/aio-libs/aiobotocore/releases
+pkgver=2.0.0
pkgrel=1
pkgdesc='asyncio support for botocore library using aiohttp'
arch=(any)
@@ -14,7 +15,7 @@
# moto optdepends
python-docker python-yaml python-flask python-flask-cors)
source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('61dcf95f16f6acddb7c527f0f2553330e348334ec1e9c0cf61cd5a8c5c8b5dc0')
+sha256sums=('be7758c3f4a7d4b922e71cbedb7e6a73dd3d795b95b177201a5bd557062016da')
prepare() {
cd $_pkgname-$pkgver
More information about the arch-commits
mailing list