Update to 1.10.0
This commit is contained in:
parent
ed96c9ff63
commit
9ca0b26cee
3 changed files with 4 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/azure-identity-1.5.0.zip
|
||||
/azure-identity-1.6.1.zip
|
||||
/azure-identity-1.9.0.zip
|
||||
/azure-identity-1.10.0.zip
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%global srcname azure-identity
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.9.0
|
||||
Version: 1.10.0
|
||||
Release: %autorelease
|
||||
Summary: Microsoft Azure Identity Library for Python
|
||||
License: MIT
|
||||
|
|
@ -20,10 +20,10 @@ BuildArch: noarch
|
|||
BuildRequires: python3-devel
|
||||
|
||||
%if %{with tests}
|
||||
BuildRequires: python3-azure-sdk-tools
|
||||
BuildRequires: python3dist(azure-devtools)
|
||||
BuildRequires: python3dist(azure-mgmt-keyvault)
|
||||
BuildRequires: python3dist(azure-mgmt-resource)
|
||||
BuildRequires: python3dist(azure-sdk-tools)
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: python3dist(aiohttp)
|
||||
BuildRequires: python3dist(pytest-asyncio)
|
||||
|
|
@ -45,10 +45,6 @@ Obsoletes: python3-azure-sdk < 5.0.1
|
|||
%prep
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
|
||||
# azure-identity requires msal-extensions~=0.3.0, but azure-cli needs 1.0.0.
|
||||
# This conflict will be fixed in the next azure-identity release after 1.9.0.
|
||||
sed -i 's/msal-extensions~=0.3.0/msal-extensions~=1.0.0/' setup.py
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -r
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (azure-identity-1.9.0.zip) = 43677d43fc2c3d4311efc7246d627e8ddb45120bae87e0906ac26e3de83eb56e6e4cb2d6661db5503db590c80c0a146a9159f1263a85d0286ec6393112318ddf
|
||||
SHA512 (azure-identity-1.10.0.zip) = 66551765ac0a4d43dc95cb755be3bfc31e2e7afa7eebf72c061c6c7d1dd0cf88988d88a39c2c1463fe27caced7ccd72da6520a9e977bfed0ee5f495fe00fab6a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue