Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit a2f940f

Browse files
author
yan12125
committed
upgpkg: python-aws-xray-sdk 2.7.0-1
Removal of jsonpickle: aws/aws-xray-sdk-python#275 git-svn-id: file:///srv/repos/svn-community/svn@904452 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 05c7391 commit a2f940f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

python-aws-xray-sdk/trunk/PKGBUILD

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,21 @@
33

44
pkgname=python-aws-xray-sdk
55
_pkgname=aws-xray-sdk-python
6-
pkgver=2.6.0
7-
pkgrel=3
6+
pkgver=2.7.0
7+
pkgrel=1
88
pkgdesc='AWS X-Ray SDK for Python'
99
arch=(any)
1010
url='https://github.com/aws/aws-xray-sdk-python'
1111
license=(Apache)
1212
makedepends=(python-setuptools)
13-
depends=(python python-botocore python-future python-jsonpickle python-wrapt)
13+
depends=(python python-botocore python-future python-wrapt)
1414
checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest python-aiohttp
1515
python-pytest-aiohttp python-testing.postgresql python-psycopg2
1616
python-pg8000 python-requests python-aiobotocore python-bottle
1717
python-webtest python-django-fake-model python-mock)
1818
# Not using PyPI source tarball as it does not include tests
1919
source=("https://github.com/aws/aws-xray-sdk-python/archive/$pkgver/$pkgname-$pkgver.tar.gz")
20-
sha256sums=('3db4147eb9fae56a2b414611e8ce84fec9b00b2a0fbb9dee18da22e58ed18a6e')
21-
22-
prepare() {
23-
cd $_pkgname-$pkgver
24-
}
20+
sha256sums=('3c3f326143b7a9075de9791485fe3082648cc23f85a3264ff6423f3febcec862')
2521

2622
build() {
2723
cd $_pkgname-$pkgver

0 commit comments

Comments
 (0)