forked from pool/azure-cli-core
Accepting request 1098823 from Cloud:Tools
- New upstream release + Version 2.50.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 - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1098823 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/azure-cli-core?expand=0&rev=54
This commit is contained in:
commit
4b9afed0b4
@ -1,12 +0,0 @@
|
|||||||
diff -Nru azure-cli-core-2.49.0.orig/setup.py azure-cli-core-2.49.0/setup.py
|
|
||||||
--- azure-cli-core-2.49.0.orig/setup.py 2023-05-19 10:19:28.000000000 +0200
|
|
||||||
+++ azure-cli-core-2.49.0/setup.py 2023-05-24 09:00:00.184417378 +0200
|
|
||||||
@@ -43,7 +43,7 @@
|
|
||||||
]
|
|
||||||
|
|
||||||
DEPENDENCIES = [
|
|
||||||
- 'argcomplete~=2.0',
|
|
||||||
+ 'argcomplete~=3.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:c8dc31dff20db94f465e3a89ab84edbe28675ba65fc79793673c3d177409fa3f
|
|
||||||
size 211312
|
|
3
azure-cli-core-2.50.0.tar.gz
Normal file
3
azure-cli-core-2.50.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9536049fbc7ec00a112de51ee720afc000069ccb404ad6d452d868f450dfc17a
|
||||||
|
size 211688
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 6 07:37:46 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 2.50.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
|
||||||
|
- Update Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 24 07:01:14 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed May 24 07:01:14 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: azure-cli-core
|
Name: azure-cli-core
|
||||||
Version: 2.49.0
|
Version: 2.50.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
|
||||||
@ -36,7 +35,7 @@ Requires: azure-cli-nspkg
|
|||||||
Requires: azure-cli-telemetry >= 1.0.8
|
Requires: azure-cli-telemetry >= 1.0.8
|
||||||
Requires: python3-PyJWT >= 2.1.0
|
Requires: python3-PyJWT >= 2.1.0
|
||||||
Requires: python3-argcomplete < 4.0
|
Requires: python3-argcomplete < 4.0
|
||||||
Requires: python3-argcomplete >= 3.0
|
Requires: python3-argcomplete >= 3.1.1
|
||||||
Requires: python3-azure-mgmt-core < 2.0.0
|
Requires: python3-azure-mgmt-core < 2.0.0
|
||||||
Requires: python3-azure-mgmt-core >= 1.2.0
|
Requires: python3-azure-mgmt-core >= 1.2.0
|
||||||
Requires: python3-azure-nspkg >= 3.0.0
|
Requires: python3-azure-nspkg >= 3.0.0
|
||||||
@ -47,7 +46,7 @@ Requires: python3-jmespath
|
|||||||
Requires: python3-knack < 1.0.0
|
Requires: python3-knack < 1.0.0
|
||||||
Requires: python3-knack >= 0.10.0
|
Requires: python3-knack >= 0.10.0
|
||||||
Requires: python3-msal < 2.0.0
|
Requires: python3-msal < 2.0.0
|
||||||
Requires: python3-msal >= 1.20.0
|
Requires: python3-msal >= 1.22.0
|
||||||
Requires: python3-msal-extensions < 2.0.0
|
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
|
||||||
@ -76,7 +75,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