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

Commit 353eb41

Browse files
yan12125svntogit
yan12125
authored and
svntogit
committed
archrelease: copy trunk to community-testing-any
git-svn-id: file:///srv/repos/svn-community/svn@1068106 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 735feff commit 353eb41

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

repos/community-testing-any/PKGBUILD

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,23 @@
33

44
pkgname=python-aws-xray-sdk
55
_pkgname=aws-xray-sdk-python
6-
pkgver=2.8.0
7-
pkgrel=4
6+
pkgver=2.9.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)
12-
# XXX: move setuptools back to makedepends in the next version
13-
# https://github.com/aws/aws-xray-sdk-python/pull/306
14-
makedepends=()
15-
depends=(python python-botocore python-future python-wrapt python-setuptools)
12+
makedepends=(python-setuptools)
13+
depends=(python python-botocore python-future python-wrapt)
1614
checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest python-aiohttp
1715
python-pytest-aiohttp python-testing.postgresql python-psycopg2
1816
python-pg8000 python-requests python-aiobotocore python-bottle
19-
python-webtest python-django-fake-model python-mock python-sqlalchemy)
17+
python-webtest python-django-fake-model python-mock python-sqlalchemy
18+
python-pytest-benchmark)
2019
# Not using PyPI source tarball as it does not include tests
2120
source=("https://github.com/aws/aws-xray-sdk-python/archive/$pkgver/$pkgname-$pkgver.tar.gz"
2221
"python310.diff")
23-
sha256sums=('3f94ee35d8e34022939153dcc6d5bd8bce1428ee4811f0ee4713e40dae8b22dd'
22+
sha256sums=('03de6e87e46394ea02a9dc605a4038462f41eca9e2e4d39eca6b0cfaa50fa280'
2423
'11784ed0d9b9f89bf1cc43a6d97d8488672b74e3419e121be1a50f09e409ad71')
2524

2625
prepare() {

0 commit comments

Comments
 (0)