diff --git a/azure_core-1.33.0.tar.gz b/azure_core-1.33.0.tar.gz deleted file mode 100644 index f34dabd367c5fb8f4cf5d6e8b416e2c614a373db..0000000000000000000000000000000000000000 Binary files a/azure_core-1.33.0.tar.gz and /dev/null differ diff --git a/azure_core-1.34.0.tar.gz b/azure_core-1.34.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..adb3e69bf526a72bb0550f85697099735d08abc2 Binary files /dev/null and b/azure_core-1.34.0.tar.gz differ diff --git a/python-azure-core.spec b/python-azure-core.spec index 30d89ae286cc984428019ebcab0245e665c84bf9..aed314782b118d4224f49c41a8639bb532357310 100644 --- a/python-azure-core.spec +++ b/python-azure-core.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-azure-core -Version: 1.33.0 +Version: 1.34.0 Release: 1 Summary: Microsoft Azure Core Library for Python License: MIT URL: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core -Source0: https://files.pythonhosted.org/packages/75/aa/7c9db8edd626f1a7d99d09ef7926f6f4fb34d5f9fa00dc394afdfe8e2a80/azure_core-1.33.0.tar.gz +Source0: https://files.pythonhosted.org/packages/c9/29/ff7a519a315e41c85bab92a7478c6acd1cf0b14353139a08caee4c691f77/azure_core-1.34.0.tar.gz BuildArch: noarch %description Azure Core shared client library for PythonAzure core provides shared @@ -79,6 +79,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jul 01 2025 liudy - 1.34.0-1 +- Update to 1.34.0 +- Added a set_span_error_status method to the OpenTelemetryTracer class + + * Wed Jun 18 2025 liudy - 1.33.0-1 - Update package to version 1.33.0 - Added native OpenTelemetry tracing to Azure Core which enables users