Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / python-aws-xray-sdk
Commits: 69354231 by Chih-Hsuan Yen at 2024-06-07T11:18:11+08:00 upgpkg: 2.14.0-1; drop tests for django due to ancient checkdepends - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-aws-xray-sdk pkgdesc = AWS X-Ray SDK for Python - pkgver = 2.13.1 + pkgver = 2.14.0 pkgrel = 1 url = https://github.com/aws/aws-xray-sdk-python arch = any @@ -8,11 +8,9 @@ pkgbase = python-aws-xray-sdk checkdepends = python-pytest checkdepends = python-pytest-asyncio checkdepends = python-webtest - checkdepends = python-django-fake-model checkdepends = python-pytest-benchmark checkdepends = python-aiobotocore checkdepends = python-bottle - checkdepends = python-django checkdepends = python-flask checkdepends = python-mysql-connector checkdepends = python-psycopg2 @@ -29,7 +27,6 @@ pkgbase = python-aws-xray-sdk depends = python-wrapt optdepends = python-aiobotocore optdepends = python-bottle - optdepends = python-django optdepends = python-flask optdepends = python-mysql-connector optdepends = python-psycopg2 @@ -37,10 +34,11 @@ pkgbase = python-aws-xray-sdk optdepends = python-pynamodb optdepends = python-sqlalchemy optdepends = python-aiohttp + optdepends = python-django optdepends = python-httpx optdepends = python-pymysql optdepends = python-requests - source = git+https://github.com/aws/aws-xray-sdk-python.git#tag=2.13.1 - sha256sums = fe05c16221ff6c2929996aa8ff1a9a744c7cdaf5acb6a22b4a9721697c119ecc + source = git+https://github.com/aws/aws-xray-sdk-python.git#tag=2.14.0 + sha256sums = c9f6b2d52e7a1b4b9cb8471b2dd3719debd9e53d1d390990e33ea42f3287a025 pkgname = python-aws-xray-sdk ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=python-aws-xray-sdk _pkgname=aws-xray-sdk-python # https://github.com/aws/aws-xray-sdk-python/blob/master/CHANGELOG.rst -pkgver=2.13.1 +pkgver=2.14.0 pkgrel=1 pkgdesc='AWS X-Ray SDK for Python' arch=(any) @@ -13,11 +13,11 @@ url='https://github.com/aws/aws-xray-sdk-python' license=('Apache-2.0') depends=(python python-botocore python-wrapt) # See extensions in https://github.com/aws/aws-xray-sdk-python/tree/master/aws_xray_sdk/ext -_optdepends_tested=(python-aiobotocore python-bottle python-django +_optdepends_tested=(python-aiobotocore python-bottle python-flask python-mysql-connector python-psycopg2 python-pymongo python-pynamodb python-sqlalchemy) -_optdepends_untested=(python-aiohttp python-httpx python-pymysql python-requests) +_optdepends_untested=(python-aiohttp python-django python-httpx python-pymysql python-requests) optdepends=(${_optdepends_tested[@]} ${_optdepends_untested[@]}) makedepends=(git python-build python-installer python-setuptools python-wheel) checkdepends=( @@ -25,14 +25,12 @@ checkdepends=( python-pytest-asyncio # Needed by tests/ext/bottle python-webtest - # Needed by tests/ext/django - python-django-fake-model # Needed by tests/test_local_sampling_benchmark.py python-pytest-benchmark ${_optdepends_tested[@]} ) source=("git+https://github.com/aws/aws-xray-sdk-python.git#tag=$pkgver") -sha256sums=('fe05c16221ff6c2929996aa8ff1a9a744c7cdaf5acb6a22b4a9721697c119ecc') +sha256sums=('c9f6b2d52e7a1b4b9cb8471b2dd3719debd9e53d1d390990e33ea42f3287a025') _backports=( ) @@ -95,6 +93,8 @@ check() { # Needs python-testing.postgresql, which uses nose for its test suite and gets no commits since 2017 --ignore tests/ext/psycopg2 --ignore tests/ext/sqlalchemy_core + # Needs python-django-fake-model, which gets no new commits since 2017, and no upstream support for Django >= 2 + --ignore tests/ext/django ) # Split core and ext tests following upstream due to some conflicts View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-xray-sdk/-/commit/6935423118eae9394bdad771db955819461c12d2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-xray-sdk/-/commit/6935423118eae9394bdad771db955819461c12d2 You're receiving this email because of your account on gitlab.archlinux.org.