Hello community, here is the log from the commit of package python-msrest for openSUSE:Factory checked in at 2017-09-20 17:13:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-msrest (Old) and /work/SRC/openSUSE:Factory/.python-msrest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-msrest" Wed Sep 20 17:13:04 2017 rev:3 rq:527378 version:0.4.11 Changes: -------- --- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes 2017-07-19 12:21:53.384902716 +0200 +++ /work/SRC/openSUSE:Factory/.python-msrest.new/python-msrest.changes 2017-09-20 17:13:08.417760052 +0200 @@ -1,0 +2,10 @@ +Tue Sep 19 19:54:12 UTC 2017 - [email protected] + +- Add patch to drop compatible releases operator from setup.py, + required for SLES12 as the setuptools version is too old + + m_drop-compatible-releases-operator.patch +- Add patch to extras_require field from setup.py, required + for SLES12 as the setuptools version is too old + + m_drop-extras-require.patch + +------------------------------------------------------------------- New: ---- m_drop-compatible-releases-operator.patch m_drop-extras-require.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-msrest.spec ++++++ --- /var/tmp/diff_new_pack.s7RMic/_old 2017-09-20 17:13:09.117661527 +0200 +++ /var/tmp/diff_new_pack.s7RMic/_new 2017-09-20 17:13:09.121660965 +0200 @@ -25,6 +25,8 @@ Group: Development/Languages/Python Url: https://pypi.python.org/pypi/msrest Source: https://files.pythonhosted.org/packages/source/m/msrest/msrest-%{version}.tar.gz +Patch0: m_drop-compatible-releases-operator.patch +Patch1: m_drop-extras-require.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -46,6 +48,8 @@ %prep %setup -q -n msrest-%{version} +%patch0 -p1 +%patch1 -p1 %build %python_build ++++++ m_drop-compatible-releases-operator.patch ++++++ diff -Nru msrest-0.4.11.orig/setup.py msrest-0.4.11/setup.py --- msrest-0.4.11.orig/setup.py 2017-06-21 21:21:28.000000000 +0200 +++ msrest-0.4.11/setup.py 2017-09-19 21:48:38.208520870 +0200 @@ -48,7 +48,7 @@ 'License :: OSI Approved :: MIT License', 'Topic :: Software Development'], install_requires=[ - "requests~=2.14", + "requests>=2.14", "requests_oauthlib>=0.5.0", "isodate>=0.5.4", "certifi>=2017.4.17", ++++++ m_drop-extras-require.patch ++++++ diff -Nru msrest-0.4.11.orig/setup.py msrest-0.4.11/setup.py --- msrest-0.4.11.orig/setup.py 2017-09-19 21:48:38.208520870 +0200 +++ msrest-0.4.11/setup.py 2017-09-19 21:50:56.557685936 +0200 @@ -52,8 +52,5 @@ "requests_oauthlib>=0.5.0", "isodate>=0.5.4", "certifi>=2017.4.17", - ], - extras_require={ - ":python_version<'3.4'": ['enum34>=1.0.4'], - } + ] )
