File tree Expand file tree Collapse file tree 21 files changed +22
-40
lines changed
docs/examples/error_handler
opentelemetry-exporter-opencensus
opentelemetry-exporter-otlp-proto-common
opentelemetry-exporter-otlp-proto-grpc
opentelemetry-exporter-otlp-proto-http
opentelemetry-exporter-otlp
opentelemetry-exporter-prometheus
opentelemetry-exporter-zipkin-json
opentelemetry-exporter-zipkin-proto-http
opentelemetry-exporter-zipkin
opentelemetry-semantic-conventions
opentelemetry-propagator-b3
opentelemetry-propagator-jaeger
opentelemetry-opencensus-shim
opentelemetry-opentracing-shim
tests/opentelemetry-test-utils Expand file tree Collapse file tree 21 files changed +22
-40
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
([ #4618 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4618 ) )
14
14
- Add ` span_exporter ` property back to ` BatchSpanProcessor ` class
15
15
([ #4621 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4621 ) )
16
+ - Fix license field in pyproject.toml files
17
+ ([ #4625 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4625 ) )
16
18
17
19
## Version 1.34.0/0.55b0 (2025-06-04)
18
20
Original file line number Diff line number Diff line change @@ -7,15 +7,14 @@ name = "error-handler-0"
7
7
dynamic = [" version" ]
8
8
description = " This is just an error handler example package"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
14
14
]
15
15
classifiers = [
16
16
" Development Status :: 4 - Beta" ,
17
17
" Intended Audience :: Developers" ,
18
- " License :: OSI Approved :: Apache Software License" ,
19
18
" Programming Language :: Python" ,
20
19
" Programming Language :: Python :: 3" ,
21
20
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,15 +7,14 @@ name = "error-handler-1"
7
7
dynamic = [" version" ]
8
8
description = " This is just an error handler example package"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
14
14
]
15
15
classifiers = [
16
16
" Development Status :: 4 - Beta" ,
17
17
" Intended Audience :: Developers" ,
18
- " License :: OSI Approved :: Apache Software License" ,
19
18
" Programming Language :: Python" ,
20
19
" Programming Language :: Python :: 3" ,
21
20
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-exporter-opencensus"
7
7
dynamic = [" version" ]
8
8
description = " OpenCensus Exporter"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -17,7 +17,6 @@ classifiers = [
17
17
" Framework :: OpenTelemetry" ,
18
18
" Framework :: OpenTelemetry :: Exporters" ,
19
19
" Intended Audience :: Developers" ,
20
- " License :: OSI Approved :: Apache Software License" ,
21
20
" Programming Language :: Python" ,
22
21
" Programming Language :: Python :: 3" ,
23
22
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-exporter-otlp-proto-common"
7
7
dynamic = [" version" ]
8
8
description = " OpenTelemetry Protobuf encoding"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -17,7 +17,6 @@ classifiers = [
17
17
" Framework :: OpenTelemetry" ,
18
18
" Framework :: OpenTelemetry :: Exporters" ,
19
19
" Intended Audience :: Developers" ,
20
- " License :: OSI Approved :: Apache Software License" ,
21
20
" Programming Language :: Python" ,
22
21
" Programming Language :: Python :: 3" ,
23
22
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-exporter-otlp-proto-grpc"
7
7
dynamic = [" version" ]
8
8
description = " OpenTelemetry Collector Protobuf over gRPC Exporter"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -17,7 +17,6 @@ classifiers = [
17
17
" Framework :: OpenTelemetry" ,
18
18
" Framework :: OpenTelemetry :: Exporters" ,
19
19
" Intended Audience :: Developers" ,
20
- " License :: OSI Approved :: Apache Software License" ,
21
20
" Programming Language :: Python" ,
22
21
" Programming Language :: Python :: 3" ,
23
22
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-exporter-otlp-proto-http"
7
7
dynamic = [" version" ]
8
8
description = " OpenTelemetry Collector Protobuf over HTTP Exporter"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -17,7 +17,6 @@ classifiers = [
17
17
" Framework :: OpenTelemetry" ,
18
18
" Framework :: OpenTelemetry :: Exporters" ,
19
19
" Intended Audience :: Developers" ,
20
- " License :: OSI Approved :: Apache Software License" ,
21
20
" Programming Language :: Python" ,
22
21
" Programming Language :: Python :: 3" ,
23
22
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-exporter-otlp"
7
7
dynamic = [" version" ]
8
8
description = " OpenTelemetry Collector Exporters"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -17,7 +17,6 @@ classifiers = [
17
17
" Framework :: OpenTelemetry" ,
18
18
" Framework :: OpenTelemetry :: Exporters" ,
19
19
" Intended Audience :: Developers" ,
20
- " License :: OSI Approved :: Apache Software License" ,
21
20
" Programming Language :: Python" ,
22
21
" Programming Language :: Python :: 3" ,
23
22
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-exporter-prometheus"
7
7
dynamic = [" version" ]
8
8
description = " Prometheus Metric Exporter for OpenTelemetry"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -17,7 +17,6 @@ classifiers = [
17
17
" Framework :: OpenTelemetry" ,
18
18
" Framework :: OpenTelemetry :: Exporters" ,
19
19
" Intended Audience :: Developers" ,
20
- " License :: OSI Approved :: Apache Software License" ,
21
20
" Programming Language :: Python" ,
22
21
" Programming Language :: Python :: 3" ,
23
22
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-exporter-zipkin-json"
7
7
dynamic = [" version" ]
8
8
description = " Zipkin Span JSON Exporter for OpenTelemetry"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -17,7 +17,6 @@ classifiers = [
17
17
" Framework :: OpenTelemetry" ,
18
18
" Framework :: OpenTelemetry :: Exporters" ,
19
19
" Intended Audience :: Developers" ,
20
- " License :: OSI Approved :: Apache Software License" ,
21
20
" Programming Language :: Python" ,
22
21
" Programming Language :: Python :: 3" ,
23
22
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-exporter-zipkin-proto-http"
7
7
dynamic = [" version" ]
8
8
description = " Zipkin Span Protobuf Exporter for OpenTelemetry"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -17,7 +17,6 @@ classifiers = [
17
17
" Framework :: OpenTelemetry" ,
18
18
" Framework :: OpenTelemetry :: Exporters" ,
19
19
" Intended Audience :: Developers" ,
20
- " License :: OSI Approved :: Apache Software License" ,
21
20
" Programming Language :: Python" ,
22
21
" Programming Language :: Python :: 3" ,
23
22
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-exporter-zipkin"
7
7
dynamic = [" version" ]
8
8
description = " Zipkin Span Exporters for OpenTelemetry"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -17,7 +17,6 @@ classifiers = [
17
17
" Framework :: OpenTelemetry" ,
18
18
" Framework :: OpenTelemetry :: Exporters" ,
19
19
" Intended Audience :: Developers" ,
20
- " License :: OSI Approved :: Apache Software License" ,
21
20
" Programming Language :: Python" ,
22
21
" Programming Language :: Python :: 3" ,
23
22
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
name = " opentelemetry-api"
7
7
description = " OpenTelemetry Python API"
8
8
readme = " README.rst"
9
- license = { text = " Apache-2.0" }
9
+ license = " Apache-2.0"
10
10
requires-python = " >=3.9"
11
11
authors = [
12
12
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -15,7 +15,6 @@ classifiers = [
15
15
" Development Status :: 5 - Production/Stable" ,
16
16
" Framework :: OpenTelemetry" ,
17
17
" Intended Audience :: Developers" ,
18
- " License :: OSI Approved :: Apache Software License" ,
19
18
" Programming Language :: Python" ,
20
19
" Programming Language :: Python :: 3" ,
21
20
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-proto"
7
7
dynamic = [" version" ]
8
8
description = " OpenTelemetry Python Proto"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -16,7 +16,6 @@ classifiers = [
16
16
" Development Status :: 5 - Production/Stable" ,
17
17
" Framework :: OpenTelemetry" ,
18
18
" Intended Audience :: Developers" ,
19
- " License :: OSI Approved :: Apache Software License" ,
20
19
" Programming Language :: Python" ,
21
20
" Programming Language :: Python :: 3" ,
22
21
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-sdk"
7
7
dynamic = [" version" ]
8
8
description = " OpenTelemetry Python SDK"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -16,7 +16,6 @@ classifiers = [
16
16
" Development Status :: 5 - Production/Stable" ,
17
17
" Framework :: OpenTelemetry" ,
18
18
" Intended Audience :: Developers" ,
19
- " License :: OSI Approved :: Apache Software License" ,
20
19
" Programming Language :: Python" ,
21
20
" Programming Language :: Python :: 3" ,
22
21
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-semantic-conventions"
7
7
dynamic = [" version" ]
8
8
description = " OpenTelemetry Semantic Conventions"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -16,7 +16,6 @@ classifiers = [
16
16
" Development Status :: 5 - Production/Stable" ,
17
17
" Framework :: OpenTelemetry" ,
18
18
" Intended Audience :: Developers" ,
19
- " License :: OSI Approved :: Apache Software License" ,
20
19
" Programming Language :: Python" ,
21
20
" Programming Language :: Python :: 3" ,
22
21
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-propagator-b3"
7
7
dynamic = [" version" ]
8
8
description = " OpenTelemetry B3 Propagator"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -16,7 +16,6 @@ classifiers = [
16
16
" Development Status :: 5 - Production/Stable" ,
17
17
" Framework :: OpenTelemetry" ,
18
18
" Intended Audience :: Developers" ,
19
- " License :: OSI Approved :: Apache Software License" ,
20
19
" Programming Language :: Python" ,
21
20
" Programming Language :: Python :: 3" ,
22
21
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-propagator-jaeger"
7
7
dynamic = [" version" ]
8
8
description = " OpenTelemetry Jaeger Propagator"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -16,7 +16,6 @@ classifiers = [
16
16
" Development Status :: 5 - Production/Stable" ,
17
17
" Framework :: OpenTelemetry" ,
18
18
" Intended Audience :: Developers" ,
19
- " License :: OSI Approved :: Apache Software License" ,
20
19
" Programming Language :: Python" ,
21
20
" Programming Language :: Python :: 3" ,
22
21
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-opencensus-shim"
7
7
dynamic = [" version" ]
8
8
description = " OpenCensus Shim for OpenTelemetry"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -16,7 +16,6 @@ classifiers = [
16
16
" Development Status :: 4 - Beta" ,
17
17
" Framework :: OpenTelemetry" ,
18
18
" Intended Audience :: Developers" ,
19
- " License :: OSI Approved :: Apache Software License" ,
20
19
" Programming Language :: Python" ,
21
20
" Programming Language :: Python :: 3" ,
22
21
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-opentracing-shim"
7
7
dynamic = [" version" ]
8
8
description = " OpenTracing Shim for OpenTelemetry"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -16,7 +16,6 @@ classifiers = [
16
16
" Development Status :: 4 - Beta" ,
17
17
" Framework :: OpenTelemetry" ,
18
18
" Intended Audience :: Developers" ,
19
- " License :: OSI Approved :: Apache Software License" ,
20
19
" Programming Language :: Python" ,
21
20
" Programming Language :: Python :: 3" ,
22
21
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "opentelemetry-test-utils"
7
7
dynamic = [" version" ]
8
8
description = " Test utilities for OpenTelemetry unit tests"
9
9
readme = " README.rst"
10
- license = { text = " Apache-2.0" }
10
+ license = " Apache-2.0"
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{
name =
" OpenTelemetry Authors" ,
email =
" [email protected] " },
@@ -16,7 +16,6 @@ classifiers = [
16
16
" Development Status :: 4 - Beta" ,
17
17
" Framework :: OpenTelemetry" ,
18
18
" Intended Audience :: Developers" ,
19
- " License :: OSI Approved :: Apache Software License" ,
20
19
" Programming Language :: Python" ,
21
20
" Programming Language :: Python :: 3" ,
22
21
" Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments