Hello community, here is the log from the commit of package python-responses for openSUSE:Factory checked in at 2018-03-11 15:24:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-responses (Old) and /work/SRC/openSUSE:Factory/.python-responses.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-responses" Sun Mar 11 15:24:03 2018 rev:3 rq:584621 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-responses/python-responses.changes 2018-02-27 16:57:08.301818650 +0100 +++ /work/SRC/openSUSE:Factory/.python-responses.new/python-responses.changes 2018-03-11 15:24:06.381679687 +0100 @@ -1,0 +2,5 @@ +Fri Mar 9 08:03:43 UTC 2018 - [email protected] + +- Fix python2 requires + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-responses.spec ++++++ --- /var/tmp/diff_new_pack.H9yctZ/_old 2018-03-11 15:24:06.957659025 +0100 +++ /var/tmp/diff_new_pack.H9yctZ/_new 2018-03-11 15:24:06.961658881 +0100 @@ -26,29 +26,29 @@ Url: https://github.com/getsentry/responses Source: https://files.pythonhosted.org/packages/source/r/responses/responses-%{version}.tar.gz BuildRequires: %{python_module cookies} -BuildRequires: %{python_module devel} -BuildRequires: %{python_module requests >= 2.0} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} # test requirements} BuildRequires: %{python_module coverage >= 3.7.1} +BuildRequires: %{python_module devel} BuildRequires: %{python_module flake8} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-localserver} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module requests >= 2.0} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: python-rpm-macros Requires: python-cookies Requires: python-requests >= 2.0 Requires: python-six -Suggests: python-pytest -Suggests: python-pytest-localserver Suggests: python-coverage >= 3.7.1 -Suggests: python-pytest-cov Suggests: python-flake8 -Suggests: python-mock -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Suggests: python-pytest +Suggests: python-pytest-cov +Suggests: python-pytest-localserver BuildArch: noarch - +%ifpython2 +Requires: python-mock +%endif %python_subpackages %description @@ -66,8 +66,8 @@ %python_install %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGES LICENSE README.rst +%doc CHANGES README.rst +%license LICENSE %{python_sitelib}/* %changelog
