diff --git a/amn_drop-compatible-releases-operator.patch b/amn_drop-compatible-releases-operator.patch index 1741dad..c639b5a 100644 --- a/amn_drop-compatible-releases-operator.patch +++ b/amn_drop-compatible-releases-operator.patch @@ -1,14 +1,14 @@ -diff -Nru azure-mgmt-network-1.5.0.orig/setup.py azure-mgmt-network-1.5.0/setup.py ---- azure-mgmt-network-1.5.0.orig/setup.py 2017-09-26 18:35:44.000000000 +0200 -+++ azure-mgmt-network-1.5.0/setup.py 2017-10-02 09:39:14.540650114 +0200 -@@ -78,8 +78,8 @@ - zip_safe=False, - packages=find_packages(exclude=["tests"]), - install_requires=[ -- 'msrestazure~=0.4.11', -- 'azure-common~=1.1', -+ 'msrestazure>=0.4.11', -+ 'azure-common>=1.1', - ], - cmdclass=cmdclass - ) +diff -Nru azure-mgmt-network-1.7.1.orig/setup.py azure-mgmt-network-1.7.1/setup.py +--- azure-mgmt-network-1.7.1.orig/setup.py 2017-12-20 17:39:42.000000000 +0100 ++++ azure-mgmt-network-1.7.1/setup.py 2018-01-19 13:43:35.483076015 +0100 +@@ -77,8 +77,8 @@ + zip_safe=False, + packages=find_packages(exclude=["tests"]), + install_requires=[ +- 'msrestazure~=0.4.11', +- 'azure-common~=1.1', ++ 'msrestazure>=0.4.11', ++ 'azure-common>=1.1', + ], + cmdclass=cmdclass + ) diff --git a/azure-mgmt-network-1.5.0.zip b/azure-mgmt-network-1.5.0.zip deleted file mode 100644 index 095ceea..0000000 --- a/azure-mgmt-network-1.5.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15db8997d7fa1382b345b365759ef279d6b2df4f270e7c2195f6f6d9b7bcf244 -size 1725396 diff --git a/azure-mgmt-network-1.7.1.zip b/azure-mgmt-network-1.7.1.zip new file mode 100644 index 0000000..3022f89 --- /dev/null +++ b/azure-mgmt-network-1.7.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfff3dd31c7329b26f282615b719e7030c5206e56951daae4f180957c1e5201 +size 2370141 diff --git a/python-azure-mgmt-network.changes b/python-azure-mgmt-network.changes index 8d94b00..1534d41 100644 --- a/python-azure-mgmt-network.changes +++ b/python-azure-mgmt-network.changes @@ -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 diff --git a/python-azure-mgmt-network.spec b/python-azure-mgmt-network.spec index efacc34..8f14953 100644 --- a/python-azure-mgmt-network.spec +++ b/python-azure-mgmt-network.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-network -Version: 1.5.0 +Version: 1.7.1 Release: 0 Summary: Microsoft Azure Network Management Client Library License: MIT @@ -72,7 +72,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__ %files %{python_files} %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-*.egg-info