Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiobotocore


Commits:
f18fb820 by Chih-Hsuan Yen at 2024-09-01T13:19:07+08:00
upgpkg: 2.14.0-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-aiobotocore
        pkgdesc = asyncio support for botocore library using aiohttp
-       pkgver = 2.13.2
+       pkgver = 2.14.0
        pkgrel = 1
        url = https://github.com/aio-libs/aiobotocore
        arch = any
@@ -29,9 +29,9 @@ pkgbase = python-aiobotocore
        depends = python-jmespath
        depends = python-multidict
        depends = python-urllib3
-       source = 
https://github.com/aio-libs/aiobotocore/archive/2.13.2/python-aiobotocore-2.13.2.tar.gz
+       source = 
https://github.com/aio-libs/aiobotocore/archive/2.14.0/python-aiobotocore-2.14.0.tar.gz
        source = moto-5.x.diff
-       sha256sums = 
678de334febfd754b3aa6ad2ca9a9598dc3198fdd53438595a589f338619ab0f
+       sha256sums = 
08611f89a4831323321a2207a8827d31d90eca9b1aa7f72b027a32a3026262f1
        sha256sums = 
2bfadc984a4ad3a6420b356d572c8085b82a46949fc0ecaea98ddce45980503b
 
 pkgname = python-aiobotocore


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
 # https://github.com/aio-libs/aiobotocore/releases
-pkgver=2.13.2
+pkgver=2.14.0
 pkgrel=1
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
@@ -19,7 +19,7 @@ checkdepends=(python-moto python-pytest python-pytest-asyncio 
python-dill python
               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";
         "moto-5.x.diff")
-sha256sums=('678de334febfd754b3aa6ad2ca9a9598dc3198fdd53438595a589f338619ab0f'
+sha256sums=('08611f89a4831323321a2207a8827d31d90eca9b1aa7f72b027a32a3026262f1'
             '2bfadc984a4ad3a6420b356d572c8085b82a46949fc0ecaea98ddce45980503b')
 
 prepare() {
@@ -27,6 +27,10 @@ prepare() {
   # Work-around test failures with moto 5.x
   # See: https://github.com/aio-libs/aiobotocore/issues/1108
   patch -Np1 -i ../moto-5.x.diff
+
+  # The version requirement for setuptools seems not really necessary
+  # https://github.com/aio-libs/aiobotocore/discussions/1193
+  sed -i -r 's#setuptools>=[0-9.]+#setuptools#' pyproject.toml
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/f18fb820db8381df2c60889cb423287c26b92ca8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/f18fb820db8381df2c60889cb423287c26b92ca8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to