1
0
Dominique Leuenberger 2024-08-08 08:58:42 +00:00 committed by Git OBS Bridge
commit 2d09107fe9
6 changed files with 18 additions and 42 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,12 +0,0 @@
diff -Nru azure_cli_core-2.62.0.orig/setup.py azure_cli_core-2.62.0/setup.py
--- azure_cli_core-2.62.0.orig/setup.py 2024-07-04 04:23:33.000000000 +0200
+++ azure_cli_core-2.62.0/setup.py 2024-07-19 16:27:28.767852656 +0200
@@ -59,7 +59,7 @@
'paramiko>=2.0.8,<4.0.0',
'pkginfo>=1.5.0.1',
# psutil can't install on cygwin: https://github.com/Azure/azure-cli/issues/9399
- 'psutil~=5.9; sys_platform != "cygwin"',
+ 'psutil>=5.9; sys_platform != "cygwin"',
'PyJWT>=2.1.0',
'pyopenssl>=17.1.0', # https://github.com/pyca/pyopenssl/pull/612
'requests[socks]'

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Aug 7 09:20:05 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 2.63.0
+ For detailed information about changes see the
HISTORY.rst file provided with this package
- Drop extra LICENSE.txt as upstream now ships its own
- Drop patches for issues fixed upstream
+ acc_update-psutil.patch
- Update Requires from setup.py
-------------------------------------------------------------------
Fri Jul 19 14:27:53 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -24,16 +24,14 @@
%global _sitelibdir %{%{pythons}_sitelib}
Name: azure-cli-core
Version: 2.62.0
Version: 2.63.0
Release: 0
Summary: Microsoft Azure CLI Core Module
License: MIT
Group: System/Management
URL: https://github.com/Azure/azure-cli
Source: https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure_cli_core-%{version}.tar.gz
Source1: LICENSE.txt
Patch0: acc_disable-update-check.patch
Patch1: acc_update-psutil.patch
BuildRequires: %{pythons}-azure-nspkg >= 3.0.0
BuildRequires: %{pythons}-pip
BuildRequires: %{pythons}-setuptools
@ -53,9 +51,9 @@ Requires: %{pythons}-jmespath
Requires: %{pythons}-knack < 1.0.0
Requires: %{pythons}-knack >= 0.11.0
Requires: %{pythons}-msal < 2.0.0
Requires: %{pythons}-msal >= 1.28.1
Requires: %{pythons}-msal >= 1.30.0
Requires: %{pythons}-msal-extensions < 2.0.0
Requires: %{pythons}-msal-extensions >= 1.2.0~b1
Requires: %{pythons}-msal-extensions >= 1.2.0
Requires: %{pythons}-msrestazure < 0.7.0
Requires: %{pythons}-msrestazure >= 0.6.4
Requires: %{pythons}-packaging >= 20.9
@ -80,7 +78,6 @@ Microsoft Azure CLI Core Module
%autosetup -p1 -n azure_cli_core-%{version}
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}
%pyproject_wheel
%install

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:203dde70989ebfbb82c368a37d096f10adcf56873384652c83f3160728c03b71
size 221546

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64af824d75013d2ff1d8fc500b41610e029946468ca034703e23b943330c6de7
size 222111