Hello community,
here is the log from the commit of package python-pytest-httpbin for
openSUSE:Factory checked in at 2017-05-20 10:10:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-httpbin (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-httpbin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-httpbin"
Sat May 20 10:10:30 2017 rev:2 rq:495347 version:0.2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-httpbin/python-pytest-httpbin.changes
2017-05-16 14:28:43.057693649 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-httpbin.new/python-pytest-httpbin.changes
2017-05-20 10:10:35.669899040 +0200
@@ -1,0 +2,5 @@
+Sun May 7 23:48:54 UTC 2017 - [email protected]
+
+- Remove sensationalist language from description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-httpbin.spec ++++++
--- /var/tmp/diff_new_pack.n5PRUr/_old 2017-05-20 10:10:36.161829532 +0200
+++ /var/tmp/diff_new_pack.n5PRUr/_new 2017-05-20 10:10:36.161829532 +0200
@@ -13,23 +13,24 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-httpbin
Version: 0.2.3
Release: 0
+Summary: Test your HTTP library against a local copy of httpbin
License: MIT
-Summary: Easily test your HTTP library against a local copy of httpbin
-Url: https://github.com/kevin1024/pytest-httpbin
Group: Development/Languages/Python
+Url: https://github.com/kevin1024/pytest-httpbin
Source:
https://files.pythonhosted.org/packages/source/p/pytest-httpbin/pytest-httpbin-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
-Requires: python-pytest
-Requires: python-httpbin
+BuildRequires: python-rpm-macros
Requires: python-Flask
Requires: python-decorator
+Requires: python-httpbin
+Requires: python-pytest
Requires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -37,13 +38,10 @@
%python_subpackages
%description
-httpbin is an amazing web service for testing HTTP libraries. It has several
-great endpoints that can test pretty much everything you need in a HTTP
-library. The only problem is: maybe you don't want to wait for your tests to
-travel across the Internet and back to make assertions against a remote web
-service.
+httpbin is a web service for testing HTTP libraries. It has several
+endpoints that can test parts needed in a HTTP library.
-Enter pytest-httpbin. Pytest-httpbin creates a pytest "fixture" that is
+Pytest-httpbin creates a pytest "fixture" that is
dependency-injected into your tests. It automatically starts up a HTTP server
in a separate thread running httpbin and provides your test with the URL in the
fixture.