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


Commits:
915a26ef by Chih-Hsuan Yen at 2023-12-08T23:40:32+08:00
Prepare for 2.8.0

* `asyncio_mode = auto` is not needed since [1]
* moto patch not needed since [2]

[1] https://github.com/aio-libs/aiobotocore/pull/1049
[2] https://github.com/aio-libs/aiobotocore/pull/1057

- - - - -
a0f36558 by Chih-Hsuan Yen at 2023-12-08T23:46:24+08:00
upgpkg: 2.8.0-1: bump

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − moto-4.1.7.diff


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-aiobotocore
        pkgdesc = asyncio support for botocore library using aiohttp
-       pkgver = 2.7.0
+       pkgver = 2.8.0
        pkgrel = 1
        url = https://github.com/aio-libs/aiobotocore
        arch = any
@@ -27,9 +27,7 @@ pkgbase = python-aiobotocore
        depends = python-jmespath
        depends = python-multidict
        depends = python-urllib3
-       source = 
https://github.com/aio-libs/aiobotocore/archive/2.7.0/python-aiobotocore-2.7.0.tar.gz
-       source = moto-4.1.7.diff
-       sha256sums = 
a9a6f215c06f826bdbd9af25ea697bef0c9861e64e226a96cad519ab1a5548e7
-       sha256sums = 
06c2548e54067c15c192c48b72a29b04b987aa3b694e7676366e3cbc638df81f
+       source = 
https://github.com/aio-libs/aiobotocore/archive/2.8.0/python-aiobotocore-2.8.0.tar.gz
+       sha256sums = 
d3c940f53774d000b843540f98e281b3b3bc25915e381a3ba2317efef6ad6ee3
 
 pkgname = python-aiobotocore


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
 # https://github.com/aio-libs/aiobotocore/releases
-pkgver=2.7.0
+pkgver=2.8.0
 pkgrel=1
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
@@ -16,20 +16,8 @@ makedepends=(python-build python-installer python-setuptools 
python-wheel)
 checkdepends=(python-moto python-pytest python-pytest-asyncio python-dill
               # 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";
-        moto-4.1.7.diff)
-sha256sums=('a9a6f215c06f826bdbd9af25ea697bef0c9861e64e226a96cad519ab1a5548e7'
-            '06c2548e54067c15c192c48b72a29b04b987aa3b694e7676366e3cbc638df81f')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -Np1 -i ../moto-4.1.7.diff
-
-  # For pytest-asyncio >= 0.19
-  # https://github.com/aio-libs/aiobotocore/issues/965
-  echo asyncio_mode = auto >> pytest.ini
-}
+source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d3c940f53774d000b843540f98e281b3b3bc25915e381a3ba2317efef6ad6ee3')
 
 build() {
   cd $_pkgname-$pkgver


=====================================
moto-4.1.7.diff deleted
=====================================
@@ -1,10 +0,0 @@
---- a/tests/test_basic_s3.py   2023-06-18 13:13:43.513908760 +0800
-+++ b/tests/test_basic_s3.py   2023-06-18 13:13:46.077250097 +0800
-@@ -634,6 +634,7 @@
-         'ResponseMetadata',
-         'ContentLength',
-         'VersionId',
-+        'AcceptRanges',
-     }
- 
- 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/compare/8636b0ec5de89a7eed4cad2deef9bc00fd17cf22...a0f36558eeb8c76bf5ac0cfc6476a257ec80d513

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


Reply via email to