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

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Jan 11 05:00:02 UTC 2019


    Date: Friday, January 11, 2019 @ 05:00:01
  Author: yan12125
Revision: 422202

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

Changes of dependencies:

* Add pg8000: https://github.com/aws/aws-xray-sdk-python/pull/115
* requests moved from depends to checkdepends: https://github.com/aws/aws-xray-sdk-python/pull/112

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

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-11 01:16:34 UTC (rev 422201)
+++ PKGBUILD	2019-01-11 05:00:01 UTC (rev 422202)
@@ -3,7 +3,7 @@
 
 pkgname=python-aws-xray-sdk
 _pkgname=aws-xray-sdk-python
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='AWS X-Ray SDK for Python'
 arch=(any)
@@ -10,11 +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-requests python-wrapt)
+depends=(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-pytest-aiohttp python-testing.postgresql python-psycopg2
+              python-pg8000 python-requests)
+# 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=('c091c85a8da2ba6e3f00b8ef3ccf92f888ec1b64ec35bcb7eeaaf714ca84576e')
+sha256sums=('6769bde3e75ec08de7a4931fde881a839e77cfa935afeeeefd1f1e4bf3ff7256')
 
 build() {
   cd $_pkgname-$pkgver



More information about the arch-commits mailing list