Hello community,
here is the log from the commit of package python-httpretty for
openSUSE:Factory checked in at 2019-01-08 12:28:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
and /work/SRC/openSUSE:Factory/.python-httpretty.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-httpretty"
Tue Jan 8 12:28:58 2019 rev:13 rq:663284 version:0.9.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes
2018-12-24 11:38:12.737621411 +0100
+++
/work/SRC/openSUSE:Factory/.python-httpretty.new.28833/python-httpretty.changes
2019-01-08 12:31:18.252087423 +0100
@@ -1,0 +2,8 @@
+Mon Jan 7 08:22:15 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Version update to 0.9.6:
+ * Many fixes all around
+ * Support for python 3.7
+- Make sure we really run the tests
+
+-------------------------------------------------------------------
Old:
----
httpretty-0.8.14.tar.gz
New:
----
httpretty-0.9.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-httpretty.spec ++++++
--- /var/tmp/diff_new_pack.1JmO2j/_old 2019-01-08 12:31:18.712086923 +0100
+++ /var/tmp/diff_new_pack.1JmO2j/_new 2019-01-08 12:31:18.720086914 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-httpretty
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,16 +18,26 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-httpretty
-Version: 0.8.14
+Version: 0.9.6
Release: 0
Summary: HTTP client mocking tool for Python
License: MIT
Group: Development/Languages/Python
URL: https://github.com/gabrielfalcao/HTTPretty
Source:
https://files.pythonhosted.org/packages/source/h/httpretty/httpretty-%{version}.tar.gz
+BuildRequires: %{python_module coverage}
+BuildRequires: %{python_module httplib2}
+BuildRequires: %{python_module mock}
+BuildRequires: %{python_module nose}
+BuildRequires: %{python_module rednose}
+BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module six}
+BuildRequires: %{python_module sure}
+BuildRequires: %{python_module tornado}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-six
BuildArch: noarch
%python_subpackages
@@ -38,15 +48,14 @@
%prep
%setup -q -n httpretty-%{version}
+# randomly is unknown option for our nose
+sed -i -e '/with-randomly/d' setup.cfg
%build
%python_build
-# crazy deps still
-%if 0
%check
%python_exec setup.py test
-%endif
%install
%python_install
++++++ httpretty-0.8.14.tar.gz -> httpretty-0.9.6.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-httpretty/httpretty-0.8.14.tar.gz
/work/SRC/openSUSE:Factory/.python-httpretty.new.28833/httpretty-0.9.6.tar.gz
differ: char 5, line 1