From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/opentelemetry-sdk/
Date: Thu, 10 Oct 2024 16:25:32 +0000 (UTC) [thread overview]
Message-ID: <1728577504.0b4e6550b48c337788b1e2cc23e6ae811a13b421.mgorny@gentoo> (raw)
commit: 0b4e6550b48c337788b1e2cc23e6ae811a13b421
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 15:41:35 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 16:25:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4e6550
dev-python/opentelemetry-sdk: Bump to 1.27.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/opentelemetry-sdk/Manifest | 1 +
.../opentelemetry-sdk-1.27.0.ebuild | 57 ++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/dev-python/opentelemetry-sdk/Manifest b/dev-python/opentelemetry-sdk/Manifest
index dc35f6a3f727..2c869a856597 100644
--- a/dev-python/opentelemetry-sdk/Manifest
+++ b/dev-python/opentelemetry-sdk/Manifest
@@ -1 +1,2 @@
DIST opentelemetry-python-1.24.0.gh.tar.gz 532064 BLAKE2B 3dc13658293d1651d8e441b0c43f539a4e5e9d49d633786cb3f3dbab667b016c88777e0691bac24ca43e7df5f04c8e41a67e9f6991787947d743b1b30b5953cd SHA512 dbae1db127e2aed0a90bb01db6e2865162f945a9e6713f5048c7f56660231a14c3707474f9f65db8759f2f03334c3126d0542c3c8c2e0998d0f7f98ae6e84ef8
+DIST opentelemetry-python-1.27.0.gh.tar.gz 619819 BLAKE2B d861624821cef77cb4cc81a0d04fd9f238f7363122d0fab34433856458bb06f47b7a04022b29dfdbba2d190159e9b2ffe813f0d56ac9473b44c084b764c982e4 SHA512 d8b5a617c7e804b4e6e1b508395e87481a3dcc3b375573110750830a1cf6037cfeb5c09dba3e7cfa472e385dbf619afedd79b1c31c5bfe4e87d44ea65f4d2f0b
diff --git a/dev-python/opentelemetry-sdk/opentelemetry-sdk-1.27.0.ebuild b/dev-python/opentelemetry-sdk/opentelemetry-sdk-1.27.0.ebuild
new file mode 100644
index 000000000000..1bef5a345191
--- /dev/null
+++ b/dev-python/opentelemetry-sdk/opentelemetry-sdk-1.27.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="opentelemetry-python-${PV}"
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="OpenTelemetry Python SDK"
+HOMEPAGE="
+ https://opentelemetry.io/
+ https://pypi.org/project/opentelemetry-sdk/
+ https://github.com/open-telemetry/opentelemetry-python/
+"
+SRC_URI="
+ https://github.com/open-telemetry/opentelemetry-python/archive/refs/tags/v${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+
+S="${WORKDIR}/${MY_P}/${PN}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ ~dev-python/opentelemetry-api-${PV}[${PYTHON_USEDEP}]
+ ~dev-python/opentelemetry-semantic-conventions-${PV}[${PYTHON_USEDEP}]
+ >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]
+"
+
+# Tests cannot handle xdist with high makeopts
+# https://bugs.gentoo.org/928132
+distutils_enable_tests pytest
+
+python_test() {
+ cp -a "${BUILD_DIR}"/{install,test} || die
+ local -x PATH=${BUILD_DIR}/test/usr/bin:${PATH}
+
+ for dep in tests/opentelemetry-test-utils; do
+ pushd "${WORKDIR}/${MY_P}/${dep}" >/dev/null || die
+ distutils_pep517_install "${BUILD_DIR}"/test
+ popd >/dev/null || die
+ done
+
+ local EPYTEST_DESELECT=(
+ # TODO
+ "${PN}"/tests/resources/test_resources.py::TestOTELResourceDetector::test_process_detector
+ )
+
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest tests
+}
next reply other threads:[~2024-10-10 16:25 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-10 16:25 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-17 5:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/opentelemetry-sdk/ Michał Górny
2025-10-17 5:57 Michał Górny
2025-09-12 4:29 Michał Górny
2025-08-30 6:32 Arthur Zamarin
2025-07-30 6:00 Michał Górny
2025-07-26 10:50 Michał Górny
2025-07-26 10:47 Michał Górny
2025-07-12 7:57 Michał Górny
2025-06-28 14:04 Michał Górny
2025-06-11 6:22 Michał Górny
2025-06-05 3:42 Michał Górny
2025-05-31 10:19 Michał Górny
2025-05-24 10:51 Michał Górny
2025-05-24 10:30 Arthur Zamarin
2025-05-17 5:24 Michał Górny
2025-05-10 7:41 Michał Górny
2025-05-03 12:21 Michał Górny
2025-05-03 12:08 Arthur Zamarin
2025-04-16 1:55 Michał Górny
2025-04-11 4:53 Michał Górny
2025-04-05 13:44 Michał Górny
2025-04-05 13:02 Arthur Zamarin
2025-03-20 18:17 Arthur Zamarin
2025-03-13 7:20 Michał Górny
2025-02-22 9:20 Michał Górny
2025-02-22 9:02 Arthur Zamarin
2025-02-05 8:06 Michał Górny
2024-12-28 10:53 Michał Górny
2024-12-28 10:45 Arthur Zamarin
2024-12-12 4:15 Michał Górny
2024-12-07 15:43 Michał Górny
2024-12-07 12:48 Sam James
2024-11-19 4:42 Michał Górny
2024-11-08 20:27 Michał Górny
2024-11-06 7:11 Michał Górny
2024-10-26 13:10 Michał Górny
2024-10-26 13:01 Michał Górny
2024-10-11 11:20 Michał Górny
2024-07-12 19:26 Michał Górny
2024-04-14 18:55 Arthur Zamarin
2024-04-14 18:55 Arthur Zamarin
2024-04-14 18:27 Arthur Zamarin
2024-04-14 18:02 Arthur Zamarin
2024-04-14 2:43 Michał Górny
2024-04-13 20:55 Arthur Zamarin
2024-03-29 19:13 Michał Górny
2024-03-29 19:13 Michał Górny
2024-03-29 15:28 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1728577504.0b4e6550b48c337788b1e2cc23e6ae811a13b421.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox