Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-aiobotocore
Commits:
754f132c by Chih-Hsuan Yen at 2024-01-21T14:05:37+08:00
Re-enable a test
Similar to 8636b0ec5de89a7eed4cad2deef9bc00fd17cf22, I don't need to
patch setup.py anymore and the test can be re-enabled
- - - - -
079f10e9 by Chih-Hsuan Yen at 2024-02-06T13:56:30+08:00
upgpkg: 2.11.2-1: bump
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,16 @@
pkgbase = python-aiobotocore
pkgdesc = asyncio support for botocore library using aiohttp
- pkgver = 2.11.0
+ pkgver = 2.11.2
pkgrel = 1
url = https://github.com/aio-libs/aiobotocore
arch = any
- license = Apache
+ license = Apache-2.0
checkdepends = python-moto
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
checkdepends = python-dill
+ checkdepends = python-docutils
+ checkdepends = python-pip
checkdepends = python-docker
checkdepends = python-openapi-spec-validator
checkdepends = python-yaml
@@ -27,7 +29,7 @@ pkgbase = python-aiobotocore
depends = python-jmespath
depends = python-multidict
depends = python-urllib3
- source =
https://github.com/aio-libs/aiobotocore/archive/2.11.0/python-aiobotocore-2.11.0.tar.gz
- sha256sums =
16548fd9beccca212867b0fc2d959b28b164c6b01c26f67c472f8698f8c149b6
+ source =
https://github.com/aio-libs/aiobotocore/archive/2.11.2/python-aiobotocore-2.11.2.tar.gz
+ sha256sums =
1af0e2099a2458373221cace8ff4684ea520d3897c898703bb653be9b9306a9d
pkgname = python-aiobotocore
=====================================
PKGBUILD
=====================================
@@ -3,21 +3,22 @@
pkgname=python-aiobotocore
_pkgname=aiobotocore
# https://github.com/aio-libs/aiobotocore/releases
-pkgver=2.11.0
+pkgver=2.11.2
pkgrel=1
pkgdesc='asyncio support for botocore library using aiohttp'
arch=(any)
url='https://github.com/aio-libs/aiobotocore'
-license=(Apache)
+# https://github.com/aio-libs/aiobotocore/blob/2.11.0/setup.py#L64
+license=('Apache-2.0')
depends=(python python-aiohttp python-botocore python-wrapt python-aioitertools
# detected by namcap but not listed in setup.py
python-dateutil python-jmespath python-multidict python-urllib3)
makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-moto python-pytest python-pytest-asyncio python-dill
+checkdepends=(python-moto python-pytest python-pytest-asyncio python-dill
python-docutils python-pip
# moto optdepends
python-docker python-openapi-spec-validator python-yaml
python-flask python-flask-cors)
source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('16548fd9beccca212867b0fc2d959b28b164c6b01c26f67c472f8698f8c149b6')
+sha256sums=('1af0e2099a2458373221cace8ff4684ea520d3897c898703bb653be9b9306a9d')
build() {
cd $_pkgname-$pkgver
@@ -30,11 +31,8 @@ check() {
export PYTHONPATH="$PWD"
# test_lambda uses moto.awslambda, which requires a running Docker service
# See: https://github.com/spulec/moto/issues/3276
- # test_version checks lower and upper bounds for dependencies in setup.py,
- # and they are patched away in prepare()
pytest -m moto tests \
- --ignore=tests/test_lambda.py \
- --ignore=tests/test_version.py
+ --ignore=tests/test_lambda.py
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/compare/6fb0d764b7efe822c86fbccadc37b87e9d379a5b...079f10e962ad332d065b0f4b667f778a38948542
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/compare/6fb0d764b7efe822c86fbccadc37b87e9d379a5b...079f10e962ad332d065b0f4b667f778a38948542
You're receiving this email because of your account on gitlab.archlinux.org.