Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-opentelemetry-test-utils
Commits:
46a47332 by Felix Yan at 2026-05-19T22:18:35+08:00
upgpkg: 1.42.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-opentelemetry-test-utils
pkgdesc = Test utilities for OpenTelemetry unit tests
- pkgver = 1.41.1
+ pkgver = 1.42.0
pkgrel = 1
url =
https://github.com/open-telemetry/opentelemetry-python/tests/opentelemetry-test-utils
arch = any
@@ -14,7 +14,8 @@ pkgbase = python-opentelemetry-test-utils
depends = python-asgiref
depends = python-opentelemetry-api
depends = python-opentelemetry-sdk
- source =
git+https://github.com/open-telemetry/opentelemetry-python.git#tag=v1.41.1
- sha256sums =
4d57b35484af9e702304ff9cdb611b43ef3511bca3eaf7df09ef9914b25b4421
+ depends = python-requests
+ source =
git+https://github.com/open-telemetry/opentelemetry-python.git#tag=v1.42.0
+ sha256sums =
cd6a3eea37fc554d81025901d9bc7fc4fdf4914ad60f38af34a2ca62be91f81d
pkgname = python-opentelemetry-test-utils
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-opentelemetry-test-utils
-pkgver=1.41.1
+pkgver=1.42.0
pkgrel=1
pkgdesc="Test utilities for OpenTelemetry unit tests"
arch=('any')
@@ -12,6 +12,7 @@ depends=(
'python-asgiref'
'python-opentelemetry-api'
'python-opentelemetry-sdk'
+ 'python-requests'
)
makedepends=(
'git'
@@ -21,7 +22,7 @@ makedepends=(
)
checkdepends=('python-pytest')
source=("git+https://github.com/open-telemetry/opentelemetry-python.git#tag=v${pkgver}")
-sha256sums=('4d57b35484af9e702304ff9cdb611b43ef3511bca3eaf7df09ef9914b25b4421')
+sha256sums=('cd6a3eea37fc554d81025901d9bc7fc4fdf4914ad60f38af34a2ca62be91f81d')
build() {
cd opentelemetry-python/tests/opentelemetry-test-utils
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-opentelemetry-test-utils/-/commit/46a47332ce5facf3c21129434456c302bd16274b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-opentelemetry-test-utils/-/commit/46a47332ce5facf3c21129434456c302bd16274b
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help