Hello community, here is the log from the commit of package python-azure-mgmt-eventgrid for openSUSE:Factory checked in at 2019-10-10 14:30:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-eventgrid (Old) and /work/SRC/openSUSE:Factory/.python-azure-mgmt-eventgrid.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-eventgrid" Thu Oct 10 14:30:04 2019 rev:6 rq:735707 version:2.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-mgmt-eventgrid/python-azure-mgmt-eventgrid.changes 2019-05-14 13:30:17.143330893 +0200 +++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-eventgrid.new.2352/python-azure-mgmt-eventgrid.changes 2019-10-10 14:30:04.880662967 +0200 @@ -1,0 +2,13 @@ +Fri Oct 4 12:16:40 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- New upstream release + + Version 2.2.0 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Drop patches to support older versions of setuptools as + SLE-12 is now shipping with a recent enough version + + ame_drop-compatible-releases-operator.patch + + ame_drop-extras-require.patch +- Remove version override added for version 2.0.0 + +------------------------------------------------------------------- Old: ---- ame_drop-compatible-releases-operator.patch ame_drop-extras-require.patch azure-mgmt-eventgrid-2.0.0.zip New: ---- azure-mgmt-eventgrid-2.2.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-mgmt-eventgrid.spec ++++++ --- /var/tmp/diff_new_pack.CeQ8dd/_old 2019-10-10 14:30:05.756660925 +0200 +++ /var/tmp/diff_new_pack.CeQ8dd/_new 2019-10-10 14:30:05.760660915 +0200 @@ -18,16 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-eventgrid -Version: 2.0.0.0 +Version: 2.2.0 Release: 0 Summary: Microsoft Azure EventGrid Management Client Library License: MIT Group: Development/Languages/Python Url: https://github.com/Azure/azure-sdk-for-python -Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-eventgrid/azure-mgmt-eventgrid-2.0.0.zip +Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-eventgrid/azure-mgmt-eventgrid-%{version}.zip Source1: LICENSE.txt -Patch1: ame_drop-compatible-releases-operator.patch -Patch2: ame_drop-extras-require.patch BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module setuptools} @@ -56,12 +54,10 @@ This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7. %prep -%setup -q -n azure-mgmt-eventgrid-2.0.0 -%patch1 -p1 -%patch2 -p1 +%setup -q -n azure-mgmt-eventgrid-%{version} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-eventgrid-2.0.0 +install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-eventgrid-%{version} %python_build %install