[arch-commits] Commit in python-pynamodb/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Aug 16 02:14:59 UTC 2019


    Date: Friday, August 16, 2019 @ 02:14:59
  Author: yan12125
Revision: 499657

upgpkg: python-pynamodb 4.0.0-1

Do not move this package to [community] until https://github.com/aws/aws-xray-sdk-python/issues/171 is fixed.

Modified:
  python-pynamodb/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-16 01:57:40 UTC (rev 499656)
+++ PKGBUILD	2019-08-16 02:14:59 UTC (rev 499657)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-pynamodb
-pkgver=3.4.1
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="A pythonic interface to Amazon's DynamoDB"
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(python-botocore python-dateutil python-six)
 checkdepends=(python-blinker python-mock python-pytest-mock python-requests)
 source=("https://github.com/pynamodb/PynamoDB/archive/$pkgver/PynamoDB-$pkgver.tar.gz")
-sha256sums=('6bbce62f346632e5639080d71a9291122e5d7df63e65b012badcccc33cda37b3')
+sha256sums=('b532687ce885bba520e1088130419d98710a1bbacbec508f43d16f4c983e0cbf')
 
 build() {
   cd PynamoDB-$pkgver
@@ -20,7 +20,11 @@
 
 check() {
   cd PynamoDB-$pkgver
-  pytest -v -m 'not ddblocal' pynamodb/tests
+
+  export AWS_SECRET_ACCESS_KEY=fake_key
+  export AWS_ACCESS_KEY_ID=fake_id
+
+  pytest -v -m 'not ddblocal' tests
 }
 
 package() {



More information about the arch-commits mailing list