forked from pool/python-azure-identity
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
9331559814 | |||
8bf7b1018a | |||
9f9042682f | |||
209c58a051 | |||
6ec23dd3b5 |
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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
- New upstream release
|
||||
- New upstream release (bsc#1230100, CVE-2024-35255)
|
||||
+ Version 1.16.1
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
|
@@ -18,14 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-azure-identity
|
||||
Version: 1.17.1
|
||||
Version: 1.19.0
|
||||
Release: 0
|
||||
Summary: Azure Identity client library for Python
|
||||
License: MIT
|
||||
Group: Development/Languages/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
|
||||
Source1: LICENSE.txt
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure_identity/azure_identity-%{version}.tar.gz
|
||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -35,9 +34,9 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-azure-nspkg >= 3.0.0
|
||||
Requires: python-cryptography >= 2.5
|
||||
Requires: python-typing_extensions >= 4.0.0
|
||||
Requires: (python-azure-core >= 1.23.0 with python-azure-core < 2.0.0)
|
||||
Requires: (python-msal >= 1.24.0 with python-msal < 2.0.0)
|
||||
Requires: (python-msal-extensions >= 0.3.0 with python-msal-extensions < 2.0.0)
|
||||
Requires: (python-azure-core >= 1.31.0 with python-azure-core < 2.0.0)
|
||||
Requires: (python-msal >= 1.30.0 with python-msal < 2.0.0)
|
||||
Requires: (python-msal-extensions >= 1.2.0 with python-msal-extensions < 2.0.0)
|
||||
Conflicts: python-azure-sdk <= 2.0.0
|
||||
%if 0%{?sle_version} >= 150400
|
||||
Obsoletes: python3-azure-identity < 1.15.0
|
||||
@@ -51,10 +50,9 @@ libraries. It provides credentials Azure SDK clients can use to authenticate
|
||||
their requests.
|
||||
|
||||
%prep
|
||||
%setup -q -n azure-identity-%{version}
|
||||
%setup -q -n azure_identity-%{version}
|
||||
|
||||
%build
|
||||
install -m 644 %{SOURCE1} %{_builddir}/azure-identity-%{version}
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
@@ -67,7 +65,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGELOG.md README.md
|
||||
%license LICENSE.txt
|
||||
%license LICENSE
|
||||
%{python_sitelib}/azure/identity
|
||||
%{python_sitelib}/azure_identity-*.dist-info
|
||||
|
||||
|
Reference in New Issue
Block a user