forked from pool/python-azure-mgmt-network
Accepting request 571079 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/571079 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-network?expand=0&rev=2
This commit is contained in:
parent
7fe2ef767b
commit
7303b05fe0
@ -1,14 +1,14 @@
|
|||||||
diff -Nru azure-mgmt-network-1.5.0.orig/setup.py azure-mgmt-network-1.5.0/setup.py
|
diff -Nru azure-mgmt-network-1.7.1.orig/setup.py azure-mgmt-network-1.7.1/setup.py
|
||||||
--- azure-mgmt-network-1.5.0.orig/setup.py 2017-09-26 18:35:44.000000000 +0200
|
--- azure-mgmt-network-1.7.1.orig/setup.py 2017-12-20 17:39:42.000000000 +0100
|
||||||
+++ azure-mgmt-network-1.5.0/setup.py 2017-10-02 09:39:14.540650114 +0200
|
+++ azure-mgmt-network-1.7.1/setup.py 2018-01-19 13:43:35.483076015 +0100
|
||||||
@@ -78,8 +78,8 @@
|
@@ -77,8 +77,8 @@
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
packages=find_packages(exclude=["tests"]),
|
packages=find_packages(exclude=["tests"]),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
- 'msrestazure~=0.4.11',
|
- 'msrestazure~=0.4.11',
|
||||||
- 'azure-common~=1.1',
|
- 'azure-common~=1.1',
|
||||||
+ 'msrestazure>=0.4.11',
|
+ 'msrestazure>=0.4.11',
|
||||||
+ 'azure-common>=1.1',
|
+ 'azure-common>=1.1',
|
||||||
],
|
],
|
||||||
cmdclass=cmdclass
|
cmdclass=cmdclass
|
||||||
)
|
)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:15db8997d7fa1382b345b365759ef279d6b2df4f270e7c2195f6f6d9b7bcf244
|
|
||||||
size 1725396
|
|
3
azure-mgmt-network-1.7.1.zip
Normal file
3
azure-mgmt-network-1.7.1.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ddfff3dd31c7329b26f282615b719e7030c5206e56951daae4f180957c1e5201
|
||||||
|
size 2370141
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 19 12:47:41 UTC 2018 - adrian.glaubitz@suse.com
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 1.7.1
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
HISTORY.rst file provided with this package
|
||||||
|
- Install HISTORY.rst into doc directory
|
||||||
|
- Refresh patches for new version
|
||||||
|
+ amn_drop-compatible-releases-operator.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 4 15:13:13 UTC 2017 - adrian.glaubitz@suse.com
|
Wed Oct 4 15:13:13 UTC 2017 - adrian.glaubitz@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-azure-mgmt-network
|
# spec file for package python-azure-mgmt-network
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -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.5.0
|
Version: 1.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure Network Management Client Library
|
Summary: Microsoft Azure Network Management Client Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -72,7 +72,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE.txt README.rst
|
%doc HISTORY.rst LICENSE.txt README.rst
|
||||||
%{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