1
0
Dominique Leuenberger 2023-01-11 13:34:42 +00:00 committed by Git OBS Bridge
commit 9eb7b9d933
5 changed files with 18 additions and 20 deletions

View File

@ -1,12 +0,0 @@
diff -Nru azure-cli-core-2.40.0.orig/setup.py azure-cli-core-2.40.0/setup.py
--- azure-cli-core-2.40.0.orig/setup.py 2022-09-02 07:40:04.000000000 +0200
+++ azure-cli-core-2.40.0/setup.py 2022-09-16 11:35:17.346870084 +0200
@@ -43,7 +43,7 @@
]
DEPENDENCIES = [
- 'argcomplete~=1.8',
+ 'argcomplete>=1.8.0',
'azure-cli-telemetry==1.0.8.*',
'azure-mgmt-core>=1.2.0,<2',
'cryptography',

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jan 10 09:38:44 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 2.44.0
+ For detailed information about changes see the
HISTORY.rst file provided with this package
- Drop patches for issues fixed upstream
+ acc_update-argcomplete.patch
- Relax version dependency for python-packaging
in BuildRequires (bsc#1206869)
-------------------------------------------------------------------
Tue Dec 6 08:26:50 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package azure-cli-core
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: azure-cli-core
Version: 2.43.0
Version: 2.44.0
Release: 0
Summary: Microsoft Azure CLI Core Module
License: MIT
@ -26,7 +26,6 @@ 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-argcomplete.patch
BuildRequires: azure-cli-nspkg
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@ -52,7 +51,7 @@ Requires: python3-msal-extensions < 2.0.0
Requires: python3-msal-extensions >= 1.0.0
Requires: python3-msrestazure < 0.7.0
Requires: python3-msrestazure >= 0.6.4
Requires: python3-packaging < 22.0
Requires: python3-packaging < 24.0
Requires: python3-packaging >= 20.9
Requires: python3-paramiko < 3.0.0
Requires: python3-paramiko >= 2.0.8
@ -77,7 +76,6 @@ Microsoft Azure CLI Core Module
%prep
%setup -q -n azure-cli-core-%{version}
%patch0 -p1
%patch1 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}