[arch-commits] Commit in python-aws-xray-sdk/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Mar 1 05:57:34 UTC 2019


    Date: Friday, March 1, 2019 @ 05:57:34
  Author: yan12125
Revision: 437156

upgpkg: python-aws-xray-sdk 2.4.1-1

Modified:
  python-aws-xray-sdk/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-01 00:20:38 UTC (rev 437155)
+++ PKGBUILD	2019-03-01 05:57:34 UTC (rev 437156)
@@ -3,7 +3,7 @@
 
 pkgname=python-aws-xray-sdk
 _pkgname=aws-xray-sdk-python
-pkgver=2.3.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='AWS X-Ray SDK for Python'
 arch=(any)
@@ -10,13 +10,13 @@
 url='https://github.com/aws/aws-xray-sdk-python'
 license=(Apache)
 makedepends=(python-setuptools python-pypandoc)
-depends=(python-botocore python-future python-jsonpickle python-wrapt)
+depends=(python python-botocore python-future python-jsonpickle python-wrapt)
 checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest python-aiohttp
               python-pytest-aiohttp python-testing.postgresql python-psycopg2
-              python-pg8000 python-requests)
+              python-pg8000 python-requests python-aiobotocore)
 # Not using PyPI source tarball as it does not include tests
 source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws/aws-xray-sdk-python/archive/$pkgver.tar.gz")
-sha256sums=('6769bde3e75ec08de7a4931fde881a839e77cfa935afeeeefd1f1e4bf3ff7256')
+sha256sums=('d565a1100991ca123f57be7fe6eb2f4d757b2a105d594fdf3f67419e866c7608')
 
 build() {
   cd $_pkgname-$pkgver
@@ -29,11 +29,9 @@
   export AWS_SECRET_ACCESS_KEY=fake_key
   export AWS_ACCESS_KEY_ID=fake_id
 
-  # aiobotocore is not compatible with botocore 1.11+, which is required by aws-xray-sdk 2.x
-  # https://github.com/aio-libs/aiobotocore/issues/629
   # the test suite is not compatible with Django 2.x yet
   # https://github.com/aws/aws-xray-sdk-python/issues/85
-  pytest -v --ignore tests/ext/aiobotocore --ignore tests/ext/django
+  pytest -v --ignore tests/ext/django
 }
 
 package() {



More information about the arch-commits mailing list