diff --git a/azure-core-1.30.2.tar.gz b/azure-core-1.30.2.tar.gz deleted file mode 100644 index d55937bfb9af375febc701b225c30b4cb24a2209..0000000000000000000000000000000000000000 Binary files a/azure-core-1.30.2.tar.gz and /dev/null differ diff --git a/azure_core-1.31.0.tar.gz b/azure_core-1.31.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..126fc646b4a0609b29631217ee1769d47efe8c25 Binary files /dev/null and b/azure_core-1.31.0.tar.gz differ diff --git a/python-azure-core.spec b/python-azure-core.spec index 550fbaa89c83b7503a10d3dc2888c2f9d16c931a..416a3cd504c20cc6fbd1fe00af0ed7cec4ed4950 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.30.2 +Version: 1.31.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/99/d4/1f469fa246f554b86fb5cebc30eef1b2a38b7af7a2c2791bce0a4c6e4604/azure-core-1.30.2.tar.gz +Source0: https://files.pythonhosted.org/packages/03/7a/f79ad135a276a37e61168495697c14ba1721a52c3eab4dae2941929c79f8/azure_core-1.31.0.tar.gz BuildArch: noarch %description Azure Core shared client library for PythonAzure core provides shared @@ -38,7 +38,7 @@ Provides: python3-azure-core-doc exceptions and modules for Python SDK client libraries. %prep -%autosetup -n azure-core-%{version} +%autosetup -n azure_core-%{version} %build %py3_build @@ -79,6 +79,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 24 2024 liutao1 - 1.31.0-1 +- Update package to version 1.31.0 + * Wed Jul 24 2024 liudy - 1.30.2-1 - Update package to version 1.30.2 - Tracing: DistributedTracingPolicy will now set an attribute, http.request.resend_count,