Date: Sunday, October 23, 2022 @ 15:49:57
  Author: yan12125
Revision: 1334332

upgpkg: python-boto3 1.24.96-1; add check(); update deps; list myself as the 
maintainer

Modified:
  python-boto3/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-23 15:44:54 UTC (rev 1334331)
+++ PKGBUILD    2022-10-23 15:49:57 UTC (rev 1334332)
@@ -1,19 +1,20 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: Jonathan Steel <jsteel at archlinux.org>
 # Contributor: Felix Yan <[email protected]>
 
 pkgbase=python-boto3
 pkgname=python-boto3
-pkgver=1.24.91
+pkgver=1.24.96
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
 license=('Apache')
 url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+depends=('python' 'python-botocore' 'python-jmespath' 'python-s3transfer')
 makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+checkdepends=('python-pytest' 'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('5b86a1518e8e6a9972d62dbcd8cd2f784d03e9e9fe7dc76ae4fc28b7c5151b277774bf01fce0473a3ff88af736132c389df5f7ae33c54f895b4c447e8cc19135')
+sha512sums=('9c3ac6dba99904a54e4b06b02531c2388d235b1926cb5bd7b767c679632b613db4a0d453030295e5f4101efdb7a3df8aca08e3c2e92a6725dc3df733cef37d72')
 
 build() {
   cd boto3-$pkgver
@@ -22,7 +23,8 @@
 
 check() {
   cd boto3-$pkgver
-  # scripts/ci/run-tests
+  # Many integration tests need real credentials
+  pytest tests -n auto --ignore=tests/integration
 }
 
 package() {

Reply via email to