Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-opentelemetry-proto for 
openSUSE:Factory checked in at 2024-04-04 22:24:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-opentelemetry-proto (Old)
 and      /work/SRC/openSUSE:Factory/.python-opentelemetry-proto.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-opentelemetry-proto"

Thu Apr  4 22:24:56 2024 rev:3 rq:1164278 version:1.24.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-opentelemetry-proto/python-opentelemetry-proto.changes
    2024-03-25 21:19:47.758976928 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-opentelemetry-proto.new.1905/python-opentelemetry-proto.changes
  2024-04-04 22:25:44.394165103 +0200
@@ -1,0 +2,16 @@
+Wed Apr  3 07:27:41 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 1.24.0:
+  * Make create_gauge non-abstract method
+  * Make `tracer.start_as_current_span()` decorator work with
+    async functions
+  * Fix python 3.12 deprecation warning
+  * bump mypy to 0.982
+  * Add support for OTEL_SDK_DISABLED environment variable
+  * Fix ValueError message for PeriodicExportingMetricsReader
+  * Use `BaseException` instead of `Exception` in
+    `record_exception`
+  * Make span.record_exception more robust
+  * Fix license field in pyproject.toml files
+
+-------------------------------------------------------------------

Old:
----
  opentelemetry_proto-1.23.0.tar.gz

New:
----
  opentelemetry_proto-1.24.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-opentelemetry-proto.spec ++++++
--- /var/tmp/diff_new_pack.cJvH6a/_old  2024-04-04 22:25:45.334199711 +0200
+++ /var/tmp/diff_new_pack.cJvH6a/_new  2024-04-04 22:25:45.334199711 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-opentelemetry-proto
-Version:        1.23.0
+Version:        1.24.0
 Release:        0
 Summary:        OpenTelemetry Python Proto
 License:        Apache-2.0

++++++ opentelemetry_proto-1.23.0.tar.gz -> opentelemetry_proto-1.24.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opentelemetry_proto-1.23.0/PKG-INFO 
new/opentelemetry_proto-1.24.0/PKG-INFO
--- old/opentelemetry_proto-1.23.0/PKG-INFO     2020-02-02 01:00:00.000000000 
+0100
+++ new/opentelemetry_proto-1.24.0/PKG-INFO     2020-02-02 01:00:00.000000000 
+0100
@@ -1,10 +1,10 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.3
 Name: opentelemetry-proto
-Version: 1.23.0
+Version: 1.24.0
 Summary: OpenTelemetry Python Proto
 Project-URL: Homepage, 
https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-proto
 Author-email: OpenTelemetry Authors 
<[email protected]>
-License-Expression: Apache-2.0
+License: Apache-2.0
 License-File: LICENSE
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
@@ -17,7 +17,6 @@
 Classifier: Programming Language :: Python :: 3.11
 Requires-Python: >=3.8
 Requires-Dist: protobuf<5.0,>=3.19
-Provides-Extra: test
 Description-Content-Type: text/x-rst
 
 OpenTelemetry Python Proto
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opentelemetry_proto-1.23.0/pyproject.toml 
new/opentelemetry_proto-1.24.0/pyproject.toml
--- old/opentelemetry_proto-1.23.0/pyproject.toml       2020-02-02 
01:00:00.000000000 +0100
+++ new/opentelemetry_proto-1.24.0/pyproject.toml       2020-02-02 
01:00:00.000000000 +0100
@@ -7,7 +7,7 @@
 dynamic = ["version"]
 description = "OpenTelemetry Python Proto"
 readme = "README.rst"
-license = "Apache-2.0"
+license = {text = "Apache-2.0"}
 requires-python = ">=3.8"
 authors = [
   { name = "OpenTelemetry Authors", email = 
"[email protected]" },
@@ -27,9 +27,6 @@
   "protobuf>=3.19, < 5.0",
 ]
 
-[project.optional-dependencies]
-test = []
-
 [project.urls]
 Homepage = 
"https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-proto";
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/opentelemetry_proto-1.23.0/src/opentelemetry/proto/version.py 
new/opentelemetry_proto-1.24.0/src/opentelemetry/proto/version.py
--- old/opentelemetry_proto-1.23.0/src/opentelemetry/proto/version.py   
2020-02-02 01:00:00.000000000 +0100
+++ new/opentelemetry_proto-1.24.0/src/opentelemetry/proto/version.py   
2020-02-02 01:00:00.000000000 +0100
@@ -12,4 +12,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-__version__ = "1.23.0"
+__version__ = "1.24.0"

Reply via email to