forked from pool/python-azure-mgmt-network
Accepting request 599350 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/599350 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-network?expand=0&rev=3
This commit is contained in:
parent
7303b05fe0
commit
df5a758346
@ -1,14 +1,12 @@
|
|||||||
diff -Nru azure-mgmt-network-1.7.1.orig/setup.py azure-mgmt-network-1.7.1/setup.py
|
diff -Nru azure-mgmt-network-2.0.0rc2.orig/setup.py azure-mgmt-network-2.0.0rc2/setup.py
|
||||||
--- azure-mgmt-network-1.7.1.orig/setup.py 2017-12-20 17:39:42.000000000 +0100
|
--- azure-mgmt-network-2.0.0rc2.orig/setup.py 2018-04-03 17:34:54.000000000 +0200
|
||||||
+++ azure-mgmt-network-1.7.1/setup.py 2018-01-19 13:43:35.483076015 +0100
|
+++ azure-mgmt-network-2.0.0rc2/setup.py 2018-04-11 16:07:35.253902485 +0200
|
||||||
@@ -77,8 +77,8 @@
|
@@ -78,7 +78,7 @@
|
||||||
zip_safe=False,
|
|
||||||
packages=find_packages(exclude=["tests"]),
|
packages=find_packages(exclude=["tests"]),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
- 'msrestazure~=0.4.11',
|
'msrestazure>=0.4.20,<2.0.0',
|
||||||
- 'azure-common~=1.1',
|
- 'azure-common~=1.1,>=1.1.9',
|
||||||
+ 'msrestazure>=0.4.11',
|
+ 'azure-common>=1.1.9',
|
||||||
+ 'azure-common>=1.1',
|
|
||||||
],
|
],
|
||||||
cmdclass=cmdclass
|
cmdclass=cmdclass
|
||||||
)
|
)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ddfff3dd31c7329b26f282615b719e7030c5206e56951daae4f180957c1e5201
|
|
||||||
size 2370141
|
|
3
azure-mgmt-network-2.0.0rc2.zip
Normal file
3
azure-mgmt-network-2.0.0rc2.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:56922cd31a80bd2568aeed7839a0207d9550feb54897bbb9a2a967fed9390abd
|
||||||
|
size 5074108
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 11 14:16:08 UTC 2018 - adrian.glaubitz@suse.com
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 2.0.0rc2
|
||||||
|
- Move LICENSE.txt from %doc to %license section
|
||||||
|
- Refresh patches for new version
|
||||||
|
+ amn_drop-compatible-releases-operator.patch
|
||||||
|
- Update Requires from setup.py
|
||||||
|
- Update %description from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 19 12:47:41 UTC 2018 - adrian.glaubitz@suse.com
|
Fri Jan 19 12:47:41 UTC 2018 - adrian.glaubitz@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-azure-mgmt-network
|
Name: python-azure-mgmt-network
|
||||||
Version: 1.7.1
|
Version: 2.0.0rc2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure Network Management Client Library
|
Summary: Microsoft Azure Network Management Client Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -37,8 +37,8 @@ Requires: python-azure-common < 2.0.0
|
|||||||
Requires: python-azure-common >= 1.1
|
Requires: python-azure-common >= 1.1
|
||||||
Requires: python-azure-mgmt-nspkg
|
Requires: python-azure-mgmt-nspkg
|
||||||
Requires: python-azure-nspkg
|
Requires: python-azure-nspkg
|
||||||
Requires: python-msrestazure < 1.0.0
|
Requires: python-msrestazure < 2.0.0
|
||||||
Requires: python-msrestazure >= 0.4.11
|
Requires: python-msrestazure >= 0.4.20
|
||||||
Conflicts: python-azure-sdk <= 2.0.0
|
Conflicts: python-azure-sdk <= 2.0.0
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -51,7 +51,7 @@ This is the Microsoft Azure Network Management Client Library.
|
|||||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||||
replace the old Azure Service Management (ASM).
|
replace the old Azure Service Management (ASM).
|
||||||
|
|
||||||
This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
|
This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n azure-mgmt-network-%{version}
|
%setup -q -n azure-mgmt-network-%{version}
|
||||||
@ -72,7 +72,8 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc HISTORY.rst LICENSE.txt README.rst
|
%doc HISTORY.rst README.rst
|
||||||
|
%license LICENSE.txt
|
||||||
%{python_sitelib}/azure/mgmt/network
|
%{python_sitelib}/azure/mgmt/network
|
||||||
%{python_sitelib}/azure_mgmt_network-*.egg-info
|
%{python_sitelib}/azure_mgmt_network-*.egg-info
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user