-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update opentelemetry_exporter_otlp to 1.27.0
- Loading branch information
1 parent
9102432
commit f6c9943
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
packages/python-opentelemetry_exporter_otlp/opentelemetry_exporter_otlp-1.23.0.tar.gz
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
packages/python-opentelemetry_exporter_otlp/opentelemetry_exporter_otlp-1.27.0.tar.gz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../.git/annex/objects/M1/p8/SHA256E-s6166--4a599459e623868cc95d933c301199c2367e530f089750e115599fccd67cb2a1.tar.gz/SHA256E-s6166--4a599459e623868cc95d933c301199c2367e530f089750e115599fccd67cb2a1.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
%global pypi_name opentelemetry_exporter_otlp | ||
|
||
Name: python-%{pypi_name} | ||
Version: 1.23.0 | ||
Release: 2%{?dist} | ||
Version: 1.27.0 | ||
Release: 1%{?dist} | ||
Summary: OpenTelemetry Collector Exporters | ||
|
||
# Check if the automatically generated License and its spelling is correct for Fedora | ||
|
@@ -58,6 +58,9 @@ set -ex | |
%{python3_sitelib}/opentelemetry/exporter/otlp | ||
|
||
%changelog | ||
* Sun Sep 22 2024 Foreman Packaging Automation <[email protected]> - 1.27.0-1 | ||
- Update to 1.27.0 | ||
|
||
* Tue Sep 17 2024 Odilon Sousa <[email protected]> - 1.23.0-2 | ||
- Update requirements with macro %version to match all opentelemetry packages | ||
|
||
|