forked from pool/azure-cli-core
Accepting request 1175743 from home:glaubitz:branches:Cloud:Tools
- New upstream release + Version 2.61.0 + For detailed information about changes see the HISTORY.rst file provided with this package - Add azure-cli namespace directory in %files section - Remove deletion of azure-cli namespace files - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1175743 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=142
This commit is contained in:
parent
f5db1da4fd
commit
7117ba89bb
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 10:11:07 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.61.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
- Add azure-cli namespace directory in %files section
|
||||
- Remove deletion of azure-cli namespace files
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 09:13:27 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%global _sitelibdir %{%{pythons}_sitelib}
|
||||
|
||||
Name: azure-cli-core
|
||||
Version: 2.60.0
|
||||
Version: 2.61.0
|
||||
Release: 0
|
||||
Summary: Microsoft Azure CLI Core Module
|
||||
License: MIT
|
||||
@ -37,12 +37,11 @@ BuildRequires: %{pythons}-azure-nspkg >= 3.0.0
|
||||
BuildRequires: %{pythons}-pip
|
||||
BuildRequires: %{pythons}-setuptools
|
||||
BuildRequires: %{pythons}-wheel
|
||||
BuildRequires: azure-cli-nspkg
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: %{pythons}-PyJWT >= 2.1.0
|
||||
Requires: %{pythons}-argcomplete < 4.0
|
||||
Requires: %{pythons}-argcomplete >= 3.1.1
|
||||
Requires: %{pythons}-argcomplete >= 3.3.0
|
||||
Requires: %{pythons}-azure-mgmt-core < 2.0.0
|
||||
Requires: %{pythons}-azure-mgmt-core >= 1.2.0
|
||||
Requires: %{pythons}-azure-nspkg >= 3.0.0
|
||||
@ -69,7 +68,6 @@ Requires: %{pythons}-pyOpenSSL >= 17.1.0
|
||||
Requires: %{pythons}-requests < 3.0.0
|
||||
Requires: %{pythons}-requests >= 2.25.1
|
||||
Requires: %{pythons}-wheel >= 0.30.0
|
||||
Requires: azure-cli-nspkg
|
||||
Requires: azure-cli-telemetry >= 1.1.0
|
||||
Conflicts: azure-cli < 2.0.0
|
||||
|
||||
@ -88,15 +86,12 @@ install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}
|
||||
%install
|
||||
%pyproject_install
|
||||
%fdupes %{buildroot}%{_sitelibdir}
|
||||
rm -rf %{buildroot}%{_sitelibdir}/azure/cli/__init__.*
|
||||
rm -rf %{buildroot}%{_sitelibdir}/azure/cli/__pycache__
|
||||
rm -rf %{buildroot}%{_sitelibdir}/azure/__init__.*
|
||||
rm -rf %{buildroot}%{_sitelibdir}/azure/__pycache__
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc HISTORY.rst README.rst
|
||||
%license LICENSE.txt
|
||||
%dir %{_sitelibdir}/azure/cli
|
||||
%{_sitelibdir}/azure/cli/core
|
||||
%{_sitelibdir}/azure_cli_core-*.dist-info
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f81be39532d075891036511d2445b75c2491001800a5beda91ada363bda4ed2
|
||||
size 220478
|
3
azure_cli_core-2.61.0.tar.gz
Normal file
3
azure_cli_core-2.61.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:faf3b771a46fec387783acacf95f44964d6a798119a45e5e2250cce5f9fc088a
|
||||
size 221236
|
Loading…
Reference in New Issue
Block a user