1
0

5 Commits

Author SHA256 Message Date
9331559814 Accepting request 1207991 from devel:languages:python:azure
- New upstream release
  + Version 1.19.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package (forwarded request 1207989 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1207991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-identity?expand=0&rev=27
2024-10-15 13:01:06 +00:00
8bf7b1018a - New upstream release
+ Version 1.19.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-identity?expand=0&rev=51
2024-10-14 19:46:40 +00:00
9f9042682f Accepting request 1202215 from devel:languages:python:azure
- 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 (forwarded request 1202094 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1202215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-identity?expand=0&rev=26
2024-09-23 13:23:32 +00:00
209c58a051 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-identity?expand=0&rev=49
2024-09-20 12:58:10 +00:00
6ec23dd3b5 - Add Bugzilla and CVE reference for CVE-2024-35255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-identity?expand=0&rev=48
2024-09-20 06:36:13 +00:00
5 changed files with 31 additions and 34 deletions

View File

@@ -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.

View File

@@ -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

Binary file not shown.

View File

@@ -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

View File

@@ -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