Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24724605d2 | ||
|
|
254fdf52d5 | ||
|
|
780f974b58 | ||
|
|
f3a2b850e3 | ||
|
|
8ac20b6b5d | ||
|
|
ef943f3b87 | ||
|
|
687c734b96 | ||
|
|
764091b027 | ||
|
|
ce4d66f9b3 | ||
|
|
49c00801a2 | ||
|
|
5929cbf3c5 | ||
|
|
487745e29f |
||
|
|
06c521eeff | ||
|
|
444a9f2d0b | ||
|
|
3b4dc0ab6b |
3 changed files with 12 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,3 +4,6 @@
|
|||
/azure-identity-1.9.0.zip
|
||||
/azure-identity-1.10.0.zip
|
||||
/azure-identity-1.10.0.tgz
|
||||
/azure-identity-1.14.0.zip
|
||||
/azure-identity-1.15.0.tar.gz
|
||||
/azure-identity-1.17.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,16 +1,15 @@
|
|||
%bcond_without tests
|
||||
# Upstream's tests now require docker to be running.
|
||||
%bcond_with tests
|
||||
|
||||
%global srcname azure-identity
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.10.0
|
||||
Version: 1.17.1
|
||||
Release: %autorelease
|
||||
Summary: Microsoft Azure Identity Library for Python
|
||||
License: MIT
|
||||
URL: https://pypi.org/project/%{srcname}/
|
||||
# This source comes from making a git archive of the main azure-sdk-for-python
|
||||
# repository. To reproduce the source code, run the generate-source.sh script.
|
||||
Source0: %{srcname}-%{version}.tgz
|
||||
Source0: %{pypi_source %{srcname} %{version}}
|
||||
|
||||
Epoch: 1
|
||||
|
||||
|
|
@ -63,7 +62,10 @@ Summary: %{summary}
|
|||
%pyproject_check_import
|
||||
|
||||
%if %{with tests}
|
||||
%pytest -k "not test_timeout"
|
||||
# test_persistent_cache_linux fails with Python 3.12
|
||||
# we skip it as it's likely problem between mocked objects
|
||||
# reported upstream: https://github.com/Azure/azure-sdk-for-python/issues/30994
|
||||
%pytest -k "not test_timeout and not test_persistent_cache_linux"
|
||||
%endif
|
||||
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (azure-identity-1.10.0.tgz) = b5de7bc7cc1c2d5aeb65a21a54eb9a28d353cf488c5934444d62339d2d52496dd7d064b0f55f638ca6e56279977231dfee5a872ad27b755d31993479e150a04f
|
||||
SHA512 (azure-identity-1.17.1.tar.gz) = fd922f49b69dcbdef52452effc406a1ac43234ccfc0123614570ed7040e71e97d0e94eda29caec27832c5dbc95528f244de214b2d55f65c16b65abaa7a81e36b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue