diff --git a/azure_core-1.31.0.tar.gz b/azure_core-1.31.0.tar.gz deleted file mode 100644 index 126fc646b4a0609b29631217ee1769d47efe8c25..0000000000000000000000000000000000000000 Binary files a/azure_core-1.31.0.tar.gz and /dev/null differ diff --git a/azure_core-1.32.0.tar.gz b/azure_core-1.32.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..73b3f19b9fcbe946e3a9a592078324736a4f61cb Binary files /dev/null and b/azure_core-1.32.0.tar.gz differ diff --git a/python-azure-core.spec b/python-azure-core.spec index 416a3cd504c20cc6fbd1fe00af0ed7cec4ed4950..297cf252e4211933b6356695f02353b64ea20dc4 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.31.0 +Version: 1.32.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/03/7a/f79ad135a276a37e61168495697c14ba1721a52c3eab4dae2941929c79f8/azure_core-1.31.0.tar.gz +Source0: https://files.pythonhosted.org/packages/cc/ee/668328306a9e963a5ad9f152cd98c7adad86c822729fd1d2a01613ad1e67/azure_core-1.32.0.tar.gz BuildArch: noarch %description Azure Core shared client library for PythonAzure core provides shared @@ -79,6 +79,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 7 2024 guochao - 1.32.0-1 +- Update package to version 1.32.0 +- Added a default implementation to handle token challenges in BearerTokenCredentialPolicy and + AsyncBearerTokenCredentialPolicy. +- Fixed an issue where the tracing_attributes keyword argument wasn't being handled at the + request/method level + + * Thu Oct 24 2024 liutao1 - 1.31.0-1 - Update package to version 1.31.0