Accepting request 742598 from home:glaubitz:staging:Cloud:Tools
- Update Azure CLI to latest version (boo#1154393) OBS-URL: https://build.opensuse.org/request/show/742598 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-telemetry?expand=0&rev=7
This commit is contained in:
parent
fec8eb4c16
commit
ebf26c051c
@ -1,12 +0,0 @@
|
|||||||
diff -Nru azure-cli-telemetry-1.0.0.orig/setup.py azure-cli-telemetry-1.0.0/setup.py
|
|
||||||
--- azure-cli-telemetry-1.0.0.orig/setup.py 2018-08-09 08:34:43.000000000 +0200
|
|
||||||
+++ azure-cli-telemetry-1.0.0/setup.py 2018-10-01 13:01:24.018731189 +0200
|
|
||||||
@@ -50,7 +50,7 @@
|
|
||||||
classifiers=CLASSIFIERS,
|
|
||||||
install_requires=[
|
|
||||||
'applicationinsights>=0.11.1',
|
|
||||||
- 'portalocker==1.2.1',
|
|
||||||
+ 'portalocker>=1.2.1',
|
|
||||||
],
|
|
||||||
packages=[
|
|
||||||
'azure',
|
|
3
azure-cli-telemetry-1.0.4.tar.gz
Normal file
3
azure-cli-telemetry-1.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f239d544d309c29e827982cc20113eb57037dba16db6cdd2e0283e437e0e577
|
||||||
|
size 8986
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 24 12:12:41 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 1.0.4
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
HISTORY.txt file provided with this package
|
||||||
|
- Drop patch to relax version requires in setup.py, it's
|
||||||
|
not required as the dependencies are managed by RPM
|
||||||
|
+ act_relax-requires-versions.patch
|
||||||
|
- Update Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 4 09:58:59 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Jun 4 09:58:59 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: azure-cli-telemetry
|
Name: azure-cli-telemetry
|
||||||
Version: 1.0.1
|
Version: 1.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure CLI Telemetry Package
|
Summary: Microsoft Azure CLI Telemetry Package
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -25,15 +25,16 @@ 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-telemetry/azure-cli-telemetry-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/azure-cli-telemetry/azure-cli-telemetry-%{version}.tar.gz
|
||||||
Source1: LICENSE.txt
|
Source1: LICENSE.txt
|
||||||
Patch0: act_relax-requires-versions.patch
|
|
||||||
BuildRequires: azure-cli-nspkg
|
BuildRequires: azure-cli-nspkg
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python3-azure-nspkg >= 3.0.0
|
BuildRequires: python3-azure-nspkg >= 3.0.0
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: azure-cli-nspkg
|
Requires: azure-cli-nspkg
|
||||||
|
Requires: python3-applicationinsights < 0.12
|
||||||
Requires: python3-applicationinsights >= 0.11.1
|
Requires: python3-applicationinsights >= 0.11.1
|
||||||
Requires: python3-azure-nspkg >= 3.0.0
|
Requires: python3-azure-nspkg >= 3.0.0
|
||||||
Requires: python3-portalocker >= 1.2.1
|
Requires: python3-portalocker < 2.0
|
||||||
|
Requires: python3-portalocker >= 1.2
|
||||||
Conflicts: azure-cli < 2.0.0
|
Conflicts: azure-cli < 2.0.0
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -49,7 +50,6 @@ This package includes:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n azure-cli-telemetry-%{version}
|
%setup -q -n azure-cli-telemetry-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-telemetry-%{version}
|
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-telemetry-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user