Hello community, here is the log from the commit of package python-azure-mgmt-eventgrid for openSUSE:Factory checked in at 2018-02-14 09:26:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-eventgrid (Old) and /work/SRC/openSUSE:Factory/.python-azure-mgmt-eventgrid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-eventgrid" Wed Feb 14 09:26:53 2018 rev:3 rq:571110 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-mgmt-eventgrid/python-azure-mgmt-eventgrid.changes 2017-11-04 19:30:37.386196705 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-eventgrid.new/python-azure-mgmt-eventgrid.changes 2018-02-14 09:26:59.809536303 +0100 @@ -1,0 +2,20 @@ +Thu Jan 25 10:29:43 UTC 2018 - adrian.glaub...@suse.com + +- New upstream release + + Version 0.4.0 + + For detailed information about changes see the + HISTORY.rst file provided with this package +- Refresh patches for new version + + ame_drop-compatible-releases-operator.patch +- Update %description from README.rst + +------------------------------------------------------------------- +Thu Jan 18 15:30:32 UTC 2018 - adrian.glaub...@suse.com + +- New upstream release + + Version 0.3.0 + + For detailed information about changes see the + HISTORY.rst file provided with this package +- Install HISTORY.rst into doc directory + +------------------------------------------------------------------- Old: ---- azure-mgmt-eventgrid-0.2.0.zip New: ---- azure-mgmt-eventgrid-0.4.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-mgmt-eventgrid.spec ++++++ --- /var/tmp/diff_new_pack.QEAnEN/_old 2018-02-14 09:27:01.981457594 +0100 +++ /var/tmp/diff_new_pack.QEAnEN/_new 2018-02-14 09:27:01.981457594 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-azure-mgmt-eventgrid # -# 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-eventgrid -Version: 0.2.0 +Version: 0.4.0 Release: 0 Summary: Microsoft Azure EventGrid Management Client Library License: MIT @@ -37,8 +37,8 @@ Requires: python-azure-common >= 1.1 Requires: python-azure-mgmt-nspkg Requires: python-azure-nspkg -Requires: python-msrestazure < 1.0.0 -Requires: python-msrestazure >= 0.4.11 +Requires: python-msrestazure < 2.0.0 +Requires: python-msrestazure >= 0.4.20 Conflicts: python-azure-sdk <= 2.0.0 BuildArch: noarch @@ -51,7 +51,7 @@ Azure Resource Manager (ARM) is the next generation of management APIs that 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 %setup -q -n azure-mgmt-eventgrid-%{version} @@ -72,7 +72,7 @@ %files %{python_files} %defattr(-,root,root,-) -%doc LICENSE.txt README.rst +%doc HISTORY.rst LICENSE.txt README.rst %{python_sitelib}/azure/mgmt/eventgrid %{python_sitelib}/azure_mgmt_eventgrid-*.egg-info ++++++ ame_drop-compatible-releases-operator.patch ++++++ --- /var/tmp/diff_new_pack.QEAnEN/_old 2018-02-14 09:27:02.021456145 +0100 +++ /var/tmp/diff_new_pack.QEAnEN/_new 2018-02-14 09:27:02.021456145 +0100 @@ -1,13 +1,11 @@ -diff -Nru azure-mgmt-eventgrid-0.2.0.orig/setup.py azure-mgmt-eventgrid-0.2.0/setup.py ---- azure-mgmt-eventgrid-0.2.0.orig/setup.py 2017-09-13 23:26:18.000000000 +0200 -+++ azure-mgmt-eventgrid-0.2.0/setup.py 2017-11-03 19:48:13.663715640 +0100 -@@ -78,8 +78,8 @@ - zip_safe=False, +diff -Nru azure-mgmt-eventgrid-0.4.0.orig/setup.py azure-mgmt-eventgrid-0.4.0/setup.py +--- azure-mgmt-eventgrid-0.4.0.orig/setup.py 2018-01-24 17:24:14.000000000 +0100 ++++ azure-mgmt-eventgrid-0.4.0/setup.py 2018-01-25 11:14:29.416716172 +0100 +@@ -78,7 +78,7 @@ packages=find_packages(exclude=["tests"]), install_requires=[ -- 'msrestazure~=0.4.11', + 'msrestazure>=0.4.20,<2.0.0', - 'azure-common~=1.1', -+ 'msrestazure>=0.4.11', + 'azure-common>=1.1', ], cmdclass=cmdclass