forked from pool/azure-cli-core
Compare commits
24 Commits
Author | SHA256 | Date | |
---|---|---|---|
e884918585 | |||
c69bb48b0f | |||
3d5cca539c | |||
40a3a64246 | |||
e9f0517fd1 | |||
cff9403895 | |||
f665ac1c9a | |||
6813e5847b | |||
e48c7dbeea | |||
4f75e99387 | |||
5f3a92cf76 | |||
d607bb964e | |||
19ca41820a | |||
ba93ee3244 | |||
4b8e599781 | |||
fed50a00f9 | |||
3941fa6b00 | |||
d9a332f55c | |||
83cb581efa | |||
218a5cc27e | |||
afd5188d7b | |||
3e7fba5e8d | |||
a7cf705d13 | |||
cbe04362e8 |
@@ -1,3 +1,107 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 5 08:54:42 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.76.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 9 07:21:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.75.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 10 06:16:12 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.74.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 10:18:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.73.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 10:35:40 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.72.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 06:16:56 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.71.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 13:16:29 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.70.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 07:46:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.69.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:37:07 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.68.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 19:56:18 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.67.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 09:10:12 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.66.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 09:43:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.65.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 4 08:01:18 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package azure-cli-core
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,7 +24,7 @@
|
||||
%global _sitelibdir %{%{pythons}_sitelib}
|
||||
|
||||
Name: azure-cli-core
|
||||
Version: 2.64.0
|
||||
Version: 2.76.0
|
||||
Release: 0
|
||||
Summary: Microsoft Azure CLI Core Module
|
||||
License: MIT
|
||||
@@ -40,7 +40,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: %{pythons}-PyJWT >= 2.1.0
|
||||
Requires: %{pythons}-argcomplete < 4.0
|
||||
Requires: %{pythons}-argcomplete >= 3.3.0
|
||||
Requires: %{pythons}-argcomplete >= 3.5.2
|
||||
Requires: %{pythons}-azure-mgmt-core < 2.0.0
|
||||
Requires: %{pythons}-azure-mgmt-core >= 1.2.0
|
||||
Requires: %{pythons}-azure-nspkg >= 3.0.0
|
||||
@@ -50,18 +50,16 @@ Requires: %{pythons}-humanfriendly >= 10.0
|
||||
Requires: %{pythons}-jmespath
|
||||
Requires: %{pythons}-knack < 1.0.0
|
||||
Requires: %{pythons}-knack >= 0.11.0
|
||||
Requires: %{pythons}-microsoft-security-utilities-secret-masker >= 1.0.0~b4
|
||||
Requires: %{pythons}-msal < 2.0.0
|
||||
Requires: %{pythons}-msal >= 1.30.0
|
||||
Requires: %{pythons}-msal >= 1.33.0~b1
|
||||
Requires: %{pythons}-msal-extensions < 2.0.0
|
||||
Requires: %{pythons}-msal-extensions >= 1.2.0
|
||||
Requires: %{pythons}-msrestazure < 0.7.0
|
||||
Requires: %{pythons}-msrestazure >= 0.6.4
|
||||
Requires: %{pythons}-packaging >= 20.9
|
||||
Requires: %{pythons}-paramiko < 4.0.0
|
||||
Requires: %{pythons}-paramiko >= 2.0.8
|
||||
Requires: %{pythons}-pip
|
||||
Requires: %{pythons}-pkginfo >= 1.5.0.1
|
||||
Requires: %{pythons}-psutil >= 5.9
|
||||
Requires: %{pythons}-py-deviceid
|
||||
Requires: %{pythons}-pyOpenSSL >= 17.1.0
|
||||
Requires: %{pythons}-requests < 3.0.0
|
||||
Requires: %{pythons}-requests >= 2.25.1
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df449beb1604ef50aaadb509ae8fbbc44e5b92a46e358faec2ce0db6f0e19a4f
|
||||
size 228028
|
3
azure_cli_core-2.76.0.tar.gz
Normal file
3
azure_cli_core-2.76.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97dbcc4557589cb68356d9f5c3793ecf5d86118622dc78835057e029c7698a95
|
||||
size 229508
|
Reference in New Issue
Block a user