forked from pool/python-azure-identity
Compare commits
29 Commits
Author | SHA256 | Date | |
---|---|---|---|
9331559814 | |||
8bf7b1018a | |||
9f9042682f | |||
209c58a051 | |||
6ec23dd3b5 | |||
31b69b1ceb | |||
d88657ab21 | |||
fc0b75f7cf | |||
9627118476 | |||
627f3141eb | |||
f173ea8993 | |||
003b338907 | |||
9ca673ddb1 | |||
fdba49f0cc | |||
c61e7db7c4 | |||
de6e0af5a3 | |||
3deac49817 | |||
ee9be4307f | |||
95ef2cb2ec | |||
98d5a40e20 | |||
db8f9ac458 | |||
53646be97d | |||
e46684f298 | |||
90875cc878 | |||
4fdecf338f | |||
4699d91036 | |||
ed43ea7e62 | |||
08b9064c27 | |||
462ba3e4ab |
21
LICENSE.txt
21
LICENSE.txt
@@ -1,21 +0,0 @@
|
|||||||
The MIT License (MIT)
|
|
||||||
|
|
||||||
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:32ecc67cc73f4bd0595e4f64b1ca65cd05186f4fe6f98ed2ae9f1aa32646efea
|
|
||||||
size 246652
|
|
BIN
azure_identity-1.19.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
azure_identity-1.19.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 9 09:35:33 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 1.19.0
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
CHANGELOG.md file provided with this package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 20 06:40:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 1.18.0
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
CHANGELOG.md file provided with this package
|
||||||
|
- Adjust upstream source name in spec file
|
||||||
|
- Drop extra LICENSE.txt as upstream now ships its own
|
||||||
|
- Rename LICENSE.txt to LICENSE in %files section
|
||||||
|
- Update Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 24 10:27:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Jun 24 10:27:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
@@ -10,7 +30,7 @@ Mon Jun 24 10:27:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 12 08:06:55 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Jun 12 08:06:55 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
- New upstream release
|
- New upstream release (bsc#1230100, CVE-2024-35255)
|
||||||
+ Version 1.16.1
|
+ Version 1.16.1
|
||||||
+ For detailed information about changes see the
|
+ For detailed information about changes see the
|
||||||
CHANGELOG.md file provided with this package
|
CHANGELOG.md file provided with this package
|
||||||
|
@@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-azure-identity
|
Name: python-azure-identity
|
||||||
Version: 1.17.1
|
Version: 1.19.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Azure Identity client library for Python
|
Summary: Azure Identity client library for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/Azure/azure-sdk-for-python
|
URL: https://github.com/Azure/azure-sdk-for-python
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/azure-identity/azure-identity-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/azure_identity/azure_identity-%{version}.tar.gz
|
||||||
Source1: LICENSE.txt
|
|
||||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@@ -35,9 +34,9 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-azure-nspkg >= 3.0.0
|
Requires: python-azure-nspkg >= 3.0.0
|
||||||
Requires: python-cryptography >= 2.5
|
Requires: python-cryptography >= 2.5
|
||||||
Requires: python-typing_extensions >= 4.0.0
|
Requires: python-typing_extensions >= 4.0.0
|
||||||
Requires: (python-azure-core >= 1.23.0 with python-azure-core < 2.0.0)
|
Requires: (python-azure-core >= 1.31.0 with python-azure-core < 2.0.0)
|
||||||
Requires: (python-msal >= 1.24.0 with python-msal < 2.0.0)
|
Requires: (python-msal >= 1.30.0 with python-msal < 2.0.0)
|
||||||
Requires: (python-msal-extensions >= 0.3.0 with python-msal-extensions < 2.0.0)
|
Requires: (python-msal-extensions >= 1.2.0 with python-msal-extensions < 2.0.0)
|
||||||
Conflicts: python-azure-sdk <= 2.0.0
|
Conflicts: python-azure-sdk <= 2.0.0
|
||||||
%if 0%{?sle_version} >= 150400
|
%if 0%{?sle_version} >= 150400
|
||||||
Obsoletes: python3-azure-identity < 1.15.0
|
Obsoletes: python3-azure-identity < 1.15.0
|
||||||
@@ -51,10 +50,9 @@ libraries. It provides credentials Azure SDK clients can use to authenticate
|
|||||||
their requests.
|
their requests.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n azure-identity-%{version}
|
%setup -q -n azure_identity-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
install -m 644 %{SOURCE1} %{_builddir}/azure-identity-%{version}
|
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@@ -67,7 +65,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGELOG.md README.md
|
%doc CHANGELOG.md README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE
|
||||||
%{python_sitelib}/azure/identity
|
%{python_sitelib}/azure/identity
|
||||||
%{python_sitelib}/azure_identity-*.dist-info
|
%{python_sitelib}/azure_identity-*.dist-info
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user