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

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Mar 26 04:48:31 UTC 2021


    Date: Friday, March 26, 2021 @ 04:48:30
  Author: yan12125
Revision: 904452

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

Removal of jsonpickle: https://github.com/aws/aws-xray-sdk-python/pull/275

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

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-26 04:29:36 UTC (rev 904451)
+++ PKGBUILD	2021-03-26 04:48:30 UTC (rev 904452)
@@ -3,14 +3,14 @@
 
 pkgname=python-aws-xray-sdk
 _pkgname=aws-xray-sdk-python
-pkgver=2.6.0
-pkgrel=3
+pkgver=2.7.0
+pkgrel=1
 pkgdesc='AWS X-Ray SDK for Python'
 arch=(any)
 url='https://github.com/aws/aws-xray-sdk-python'
 license=(Apache)
 makedepends=(python-setuptools)
-depends=(python python-botocore python-future python-jsonpickle python-wrapt)
+depends=(python python-botocore python-future 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-aiobotocore python-bottle
@@ -17,12 +17,8 @@
               python-webtest python-django-fake-model python-mock)
 # Not using PyPI source tarball as it does not include tests
 source=("https://github.com/aws/aws-xray-sdk-python/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('3db4147eb9fae56a2b414611e8ce84fec9b00b2a0fbb9dee18da22e58ed18a6e')
+sha256sums=('3c3f326143b7a9075de9791485fe3082648cc23f85a3264ff6423f3febcec862')
 
-prepare() {
-  cd $_pkgname-$pkgver
-}
-
 build() {
   cd $_pkgname-$pkgver
   python setup.py build



More information about the arch-commits mailing list