Accepting request 1057604 from home:glaubitz:branches:Cloud:Tools
- 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) OBS-URL: https://build.opensuse.org/request/show/1057604 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=99
This commit is contained in:
parent
729f620338
commit
71a8433884
@ -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',
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ec1546afc0651bf51667d2173e1f4cb91350a054cd677bf8964d4a47b04e88f
|
|
||||||
size 205475
|
|
3
azure-cli-core-2.44.0.tar.gz
Normal file
3
azure-cli-core-2.44.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a4ab48304fcaee7d29b384b580c2d27d83f51c45d47fd4d7ec452916ab1c2f2f
|
||||||
|
size 208018
|
@ -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>
|
Tue Dec 6 08:26:50 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package azure-cli-core
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: azure-cli-core
|
Name: azure-cli-core
|
||||||
Version: 2.43.0
|
Version: 2.44.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure CLI Core Module
|
Summary: Microsoft Azure CLI Core Module
|
||||||
License: MIT
|
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
|
Source: https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
|
||||||
Source1: LICENSE.txt
|
Source1: LICENSE.txt
|
||||||
Patch0: acc_disable-update-check.patch
|
Patch0: acc_disable-update-check.patch
|
||||||
Patch1: acc_update-argcomplete.patch
|
|
||||||
BuildRequires: azure-cli-nspkg
|
BuildRequires: azure-cli-nspkg
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -52,7 +51,7 @@ Requires: python3-msal-extensions < 2.0.0
|
|||||||
Requires: python3-msal-extensions >= 1.0.0
|
Requires: python3-msal-extensions >= 1.0.0
|
||||||
Requires: python3-msrestazure < 0.7.0
|
Requires: python3-msrestazure < 0.7.0
|
||||||
Requires: python3-msrestazure >= 0.6.4
|
Requires: python3-msrestazure >= 0.6.4
|
||||||
Requires: python3-packaging < 22.0
|
Requires: python3-packaging < 24.0
|
||||||
Requires: python3-packaging >= 20.9
|
Requires: python3-packaging >= 20.9
|
||||||
Requires: python3-paramiko < 3.0.0
|
Requires: python3-paramiko < 3.0.0
|
||||||
Requires: python3-paramiko >= 2.0.8
|
Requires: python3-paramiko >= 2.0.8
|
||||||
@ -77,7 +76,6 @@ Microsoft Azure CLI Core Module
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n azure-cli-core-%{version}
|
%setup -q -n azure-cli-core-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}
|
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user