[arch-commits] Commit in python-aws-xray-sdk/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at gemini.archlinux.org
Fri Dec 10 16:00:55 UTC 2021
Date: Friday, December 10, 2021 @ 16:00:54
Author: yan12125
Revision: 1068105
upgpkg: python-aws-xray-sdk 2.9.0-1
Modified:
python-aws-xray-sdk/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-10 15:43:22 UTC (rev 1068104)
+++ PKGBUILD 2021-12-10 16:00:54 UTC (rev 1068105)
@@ -3,24 +3,23 @@
pkgname=python-aws-xray-sdk
_pkgname=aws-xray-sdk-python
-pkgver=2.8.0
-pkgrel=4
+pkgver=2.9.0
+pkgrel=1
pkgdesc='AWS X-Ray SDK for Python'
arch=(any)
url='https://github.com/aws/aws-xray-sdk-python'
license=(Apache)
-# XXX: move setuptools back to makedepends in the next version
-# https://github.com/aws/aws-xray-sdk-python/pull/306
-makedepends=()
-depends=(python python-botocore python-future python-wrapt python-setuptools)
+makedepends=(python-setuptools)
+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
- python-webtest python-django-fake-model python-mock python-sqlalchemy)
+ python-webtest python-django-fake-model python-mock python-sqlalchemy
+ python-pytest-benchmark)
# 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"
"python310.diff")
-sha256sums=('3f94ee35d8e34022939153dcc6d5bd8bce1428ee4811f0ee4713e40dae8b22dd'
+sha256sums=('03de6e87e46394ea02a9dc605a4038462f41eca9e2e4d39eca6b0cfaa50fa280'
'11784ed0d9b9f89bf1cc43a6d97d8488672b74e3419e121be1a50f09e409ad71')
prepare() {
More information about the arch-commits
mailing list