Hello community,
here is the log from the commit of package python-responses for
openSUSE:Factory checked in at 2019-07-30 13:01:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-responses (Old)
and /work/SRC/openSUSE:Factory/.python-responses.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-responses"
Tue Jul 30 13:01:30 2019 rev:9 rq:716847 version:0.10.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-responses/python-responses.changes
2019-05-17 23:38:21.506071164 +0200
+++
/work/SRC/openSUSE:Factory/.python-responses.new.4126/python-responses.changes
2019-07-30 13:01:31.594436458 +0200
@@ -1,0 +2,5 @@
+Thu Jul 18 09:24:05 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Hardcode pytest4 for testing as pytest5 fails for now
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-responses.spec ++++++
--- /var/tmp/diff_new_pack.90bQoe/_old 2019-07-30 13:01:32.130436375 +0200
+++ /var/tmp/diff_new_pack.90bQoe/_new 2019-07-30 13:01:32.130436375 +0200
@@ -23,16 +23,17 @@
Summary: A utility library for mocking out the `requests` Python library
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://github.com/getsentry/responses
+URL: https://github.com/getsentry/responses
Source:
https://files.pythonhosted.org/packages/source/r/responses/responses-%{version}.tar.gz
-BuildRequires: %{python_module setuptools}
# test requirements
BuildRequires: %{python_module cookies}
BuildRequires: %{python_module mock}
+BuildRequires: %{python_module pytest < 4.0}
BuildRequires: %{python_module pytest-localserver}
-BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.0}
+BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-requests >= 2.0
Requires: python-six
@@ -57,6 +58,7 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest