Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 53 additions and 86 deletions

View File

@ -1,41 +1,3 @@
-------------------------------------------------------------------
Tue Jan 14 09:39:31 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:57:22 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
- Update Requires from setup.py
-------------------------------------------------------------------
Mon Nov 11 09:24:17 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
- Make testsuite failures fatal
- Move test script from %build into %check section
- Update Requires from setup.py
-------------------------------------------------------------------
Tue Oct 8 09:57:28 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:06:00 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Wed Sep 4 08:06:00 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package azure-cli # spec file for package azure-cli
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2024 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
@ -23,17 +23,23 @@
%endif %endif
%global _sitelibdir %{%{pythons}_sitelib} %global _sitelibdir %{%{pythons}_sitelib}
%global flavor @BUILD_FLAVOR@%{nil} # Define just "test" as a package in _multibuild file to distinguish test
%if "%{flavor}" == "test" # instructions here
%define psuffix -test %if "@BUILD_FLAVOR@" == ""
%bcond_without test %define _test 0
%define name_ext %nil
%else %else
%define psuffix %{nil} %define _test 1
%bcond_with test %define name_ext -test
%endif %endif
Name: azure-cli%{?psuffix} %if !%{?_test}
Version: 2.68.0 Name: azure-cli
%else
Name: azure-cli%{?name_ext}
%endif
%define short_name azure-cli
Version: 2.64.0
Release: 0 Release: 0
Summary: Microsoft Azure CLI 2.0 Summary: Microsoft Azure CLI 2.0
License: MIT License: MIT
@ -41,8 +47,8 @@ Group: System/Management
URL: https://github.com/Azure/azure-cli URL: https://github.com/Azure/azure-cli
Source: https://files.pythonhosted.org/packages/source/a/azure-cli/azure_cli-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/a/azure-cli/azure_cli-%{version}.tar.gz
Patch1: ac_use-python3-by-default.patch Patch1: ac_use-python3-by-default.patch
%if %{with test} %if 0%{?_test}
BuildRequires: azure-cli = %{version} BuildRequires: %{short_name} = %{version}
%else %else
BuildRequires: %{pythons}-pip BuildRequires: %{pythons}-pip
BuildRequires: %{pythons}-wheel BuildRequires: %{pythons}-wheel
@ -54,18 +60,19 @@ Requires: %{pythons}-PyGithub >= 1.38
Requires: %{pythons}-PyNaCl >= 1.5.0 Requires: %{pythons}-PyNaCl >= 1.5.0
Requires: %{pythons}-PyYAML >= 5.1 Requires: %{pythons}-PyYAML >= 5.1
Requires: %{pythons}-antlr4-python3-runtime >= 4.13.1 Requires: %{pythons}-antlr4-python3-runtime >= 4.13.1
Requires: %{pythons}-azure-appconfiguration >= 1.7.0 Requires: %{pythons}-azure-appconfiguration >= 1.1.1
Requires: %{pythons}-azure-batch >= 14.2.0 Requires: %{pythons}-azure-batch >= 14.2.0
Requires: %{pythons}-azure-cosmos >= 3.0.2 Requires: %{pythons}-azure-cosmos >= 3.0.2
Requires: %{pythons}-azure-data-tables >= 12.4.0 Requires: %{pythons}-azure-data-tables >= 12.4.0
Requires: %{pythons}-azure-datalake-store >= 0.0.53 Requires: %{pythons}-azure-datalake-store >= 0.0.53
Requires: %{pythons}-azure-graphrbac >= 0.60.0
Requires: %{pythons}-azure-keyvault-administration >= 4.4.0~b2 Requires: %{pythons}-azure-keyvault-administration >= 4.4.0~b2
Requires: %{pythons}-azure-keyvault-certificates >= 4.7.0 Requires: %{pythons}-azure-keyvault-certificates >= 4.7.0
Requires: %{pythons}-azure-keyvault-keys >= 4.9.0~b3 Requires: %{pythons}-azure-keyvault-keys >= 4.9.0~b3
Requires: %{pythons}-azure-keyvault-secrets >= 4.7.0 Requires: %{pythons}-azure-keyvault-secrets >= 4.7.0
Requires: %{pythons}-azure-mgmt-advisor >= 9.0.0 Requires: %{pythons}-azure-mgmt-advisor >= 9.0.0
Requires: %{pythons}-azure-mgmt-apimanagement >= 4.0.0 Requires: %{pythons}-azure-mgmt-apimanagement >= 4.0.0
Requires: %{pythons}-azure-mgmt-appconfiguration >= 3.1.0 Requires: %{pythons}-azure-mgmt-appconfiguration >= 3.0.0
Requires: %{pythons}-azure-mgmt-appcontainers >= 2.0.0 Requires: %{pythons}-azure-mgmt-appcontainers >= 2.0.0
Requires: %{pythons}-azure-mgmt-applicationinsights >= 1.0.0 Requires: %{pythons}-azure-mgmt-applicationinsights >= 1.0.0
Requires: %{pythons}-azure-mgmt-authorization >= 4.0.0 Requires: %{pythons}-azure-mgmt-authorization >= 4.0.0
@ -76,12 +83,11 @@ Requires: %{pythons}-azure-mgmt-botservice >= 2.0.0b3
Requires: %{pythons}-azure-mgmt-cdn >= 12.0.0 Requires: %{pythons}-azure-mgmt-cdn >= 12.0.0
Requires: %{pythons}-azure-mgmt-cognitiveservices >= 13.5.0 Requires: %{pythons}-azure-mgmt-cognitiveservices >= 13.5.0
Requires: %{pythons}-azure-mgmt-compute >= 33.0.0 Requires: %{pythons}-azure-mgmt-compute >= 33.0.0
Requires: %{pythons}-azure-mgmt-containerinstance >= 10.2.0~b1 Requires: %{pythons}-azure-mgmt-containerinstance >= 10.1.0
Requires: %{pythons}-azure-mgmt-containerregistry >= 10.3.0 Requires: %{pythons}-azure-mgmt-containerregistry >= 10.3.0
Requires: %{pythons}-azure-mgmt-containerservice >= 33.0.0 Requires: %{pythons}-azure-mgmt-containerservice >= 31.0.0
Requires: %{pythons}-azure-mgmt-cosmosdb >= 9.7.0 Requires: %{pythons}-azure-mgmt-cosmosdb >= 9.5.1
Requires: %{pythons}-azure-mgmt-databoxedge >= 1.0.0 Requires: %{pythons}-azure-mgmt-databoxedge >= 1.0.0
Requires: %{pythons}-azure-mgmt-datalake-store >= 1.1.0~b1
Requires: %{pythons}-azure-mgmt-datamigration >= 10.0.0 Requires: %{pythons}-azure-mgmt-datamigration >= 10.0.0
Requires: %{pythons}-azure-mgmt-devtestlabs >= 2.2 Requires: %{pythons}-azure-mgmt-devtestlabs >= 2.2
Requires: %{pythons}-azure-mgmt-dns >= 8.0.0 Requires: %{pythons}-azure-mgmt-dns >= 8.0.0
@ -94,19 +100,19 @@ Requires: %{pythons}-azure-mgmt-iotcentral >= 10.0.0b1
Requires: %{pythons}-azure-mgmt-iothub >= 3.0.0 Requires: %{pythons}-azure-mgmt-iothub >= 3.0.0
Requires: %{pythons}-azure-mgmt-iothubprovisioningservices >= 1.1.0 Requires: %{pythons}-azure-mgmt-iothubprovisioningservices >= 1.1.0
Requires: %{pythons}-azure-mgmt-keyvault >= 10.3.0 Requires: %{pythons}-azure-mgmt-keyvault >= 10.3.0
Requires: %{pythons}-azure-mgmt-kusto >= 0.3.0
Requires: %{pythons}-azure-mgmt-loganalytics >= 13.0.0 Requires: %{pythons}-azure-mgmt-loganalytics >= 13.0.0
Requires: %{pythons}-azure-mgmt-managedservices >= 1.0
Requires: %{pythons}-azure-mgmt-managementgroups >= 1.0.0 Requires: %{pythons}-azure-mgmt-managementgroups >= 1.0.0
Requires: %{pythons}-azure-mgmt-maps >= 2.0.0 Requires: %{pythons}-azure-mgmt-maps >= 2.0.0
Requires: %{pythons}-azure-mgmt-marketplaceordering >= 1.1.0 Requires: %{pythons}-azure-mgmt-marketplaceordering >= 1.1.0
Requires: %{pythons}-azure-mgmt-media >= 9.0 Requires: %{pythons}-azure-mgmt-media >= 9.0
Requires: %{pythons}-azure-mgmt-monitor >= 5.0.0 Requires: %{pythons}-azure-mgmt-monitor >= 5.0.0
Requires: %{pythons}-azure-mgmt-msi >= 7.0.0 Requires: %{pythons}-azure-mgmt-msi >= 7.0.0
Requires: %{pythons}-azure-mgmt-mysqlflexibleservers >= 1.0.0~b3
Requires: %{pythons}-azure-mgmt-netapp >= 10.1.0 Requires: %{pythons}-azure-mgmt-netapp >= 10.1.0
Requires: %{pythons}-azure-mgmt-policyinsights >= 1.1.0b4 Requires: %{pythons}-azure-mgmt-policyinsights >= 1.1.0b4
Requires: %{pythons}-azure-mgmt-postgresqlflexibleservers >= 1.1.0~b1
Requires: %{pythons}-azure-mgmt-privatedns >= 1.0.0 Requires: %{pythons}-azure-mgmt-privatedns >= 1.0.0
Requires: %{pythons}-azure-mgmt-rdbms >= 10.2.0b17 Requires: %{pythons}-azure-mgmt-rdbms >= 10.2.0b16
Requires: %{pythons}-azure-mgmt-recoveryservices >= 3.0.0 Requires: %{pythons}-azure-mgmt-recoveryservices >= 3.0.0
Requires: %{pythons}-azure-mgmt-recoveryservicesbackup >= 9.1.0 Requires: %{pythons}-azure-mgmt-recoveryservicesbackup >= 9.1.0
Requires: %{pythons}-azure-mgmt-redhatopenshift >= 1.5.0 Requires: %{pythons}-azure-mgmt-redhatopenshift >= 1.5.0
@ -118,9 +124,9 @@ Requires: %{pythons}-azure-mgmt-security >= 6.0.0
Requires: %{pythons}-azure-mgmt-servicebus >= 8.2.0 Requires: %{pythons}-azure-mgmt-servicebus >= 8.2.0
Requires: %{pythons}-azure-mgmt-servicefabric >= 2.1.0 Requires: %{pythons}-azure-mgmt-servicefabric >= 2.1.0
Requires: %{pythons}-azure-mgmt-servicefabricmanagedclusters >= 2.0.0~b6 Requires: %{pythons}-azure-mgmt-servicefabricmanagedclusters >= 2.0.0~b6
Requires: %{pythons}-azure-mgmt-servicelinker >= 1.2.0~b3 Requires: %{pythons}-azure-mgmt-servicelinker >= 1.2.0~b2
Requires: %{pythons}-azure-mgmt-signalr >= 2.0.0~b2 Requires: %{pythons}-azure-mgmt-signalr >= 2.0.0~b1
Requires: %{pythons}-azure-mgmt-sql >= 4.0.0b20 Requires: %{pythons}-azure-mgmt-sql >= 4.0.0b17
Requires: %{pythons}-azure-mgmt-sqlvirtualmachine >= 1.0.0b5 Requires: %{pythons}-azure-mgmt-sqlvirtualmachine >= 1.0.0b5
Requires: %{pythons}-azure-mgmt-storage >= 21.2.0 Requires: %{pythons}-azure-mgmt-storage >= 21.2.0
Requires: %{pythons}-azure-mgmt-synapse >= 2.1.0b5 Requires: %{pythons}-azure-mgmt-synapse >= 2.1.0b5
@ -139,7 +145,6 @@ Requires: %{pythons}-distro
Requires: %{pythons}-javaproperties >= 0.5.1 Requires: %{pythons}-javaproperties >= 0.5.1
Requires: %{pythons}-jsondiff >= 2.0.0 Requires: %{pythons}-jsondiff >= 2.0.0
Requires: %{pythons}-packaging >= 20.9 Requires: %{pythons}-packaging >= 20.9
Requires: %{pythons}-paramiko >= 2.0.8
Requires: %{pythons}-pycomposefile >= 0.0.29 Requires: %{pythons}-pycomposefile >= 0.0.29
Requires: %{pythons}-pygments >= 2.4 Requires: %{pythons}-pygments >= 2.4
Requires: %{pythons}-scp >= 0.13.2 Requires: %{pythons}-scp >= 0.13.2
@ -264,24 +269,41 @@ Obsoletes: azure-cli-storage < 2.4.3
Provides: azure-cli-vm = 2.2.23 Provides: azure-cli-vm = 2.2.23
Obsoletes: azure-cli-vm < 2.2.23 Obsoletes: azure-cli-vm < 2.2.23
Conflicts: azure-cli < 2.0.0 Conflicts: azure-cli < 2.0.0
%endif
BuildArch: noarch BuildArch: noarch
%endif
%description %description
Microsoft Azure CLI 2.0 Command Line Utilities Microsoft Azure CLI 2.0 Command Line Utilities
%prep %prep
%if 0%{?_test}
# workaround to prevent post/install failing assuming this file for whatever
# reason
touch %{_sourcedir}/%{short_name}
%else
%setup -q -n azure_cli-%{version} %setup -q -n azure_cli-%{version}
%patch -P 1 -p1 %patch -P 1 -p1
%endif
%if !%{with test}
%build %build
%if 0%{?_test}
set +x
for i in $(az | sed -n 's/\s*\([a-z,-]*\)\s\+\:.*/\1/p') ; do
echo -n "Testing $i command .. "
if az $i --help > /dev/null 2>&1 ; then
echo "OK"
else
echo "FAIL"
fi
done
set -x
%else
%pyproject_wheel %pyproject_wheel
%endif %endif
%install %install
%if %{with test} %if 0%{?_test}
# disable debug packages in package test to prevent error about missing files # disable debug packages in package test to prevent error about missing files
%define debug_package %{nil} %define debug_package %{nil}
%else %else
@ -290,25 +312,8 @@ install -DTm644 %{buildroot}%{_bindir}/az.completion.sh %{buildroot}%{_datadir}/
%fdupes %{buildroot}%{_sitelibdir} %fdupes %{buildroot}%{_sitelibdir}
%endif %endif
%if %{with test}
%check
set +x
for i in $(az | sed -n 's/\s*\([a-z,-]*\)\s\+\:.*/\1/p') ; do
echo -n "Testing $i command .. "
failed=0
if az $i --help > /dev/null 2>&1 ; then
echo "OK"
else
echo "FAIL"
failed=1
fi
done
set -x
if [ $failed -eq 1 ] ; then echo "Testsuite failed." ; exit 1 ; fi
%endif
%if !%{with test}
%files %files
%if !%{?_test}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc HISTORY.rst README.rst %doc HISTORY.rst README.rst
%license LICENSE.txt %license LICENSE.txt

3
azure_cli-2.64.0.tar.gz Normal file
View File

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

View File

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