Hello community,
here is the log from the commit of package python-pytest-httpbin for
openSUSE:Factory checked in at 2019-02-26 22:14:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-httpbin (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-httpbin.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-httpbin"
Tue Feb 26 22:14:38 2019 rev:7 rq:676961 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-httpbin/python-pytest-httpbin.changes
2018-05-07 14:53:00.251302260 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-httpbin.new.28833/python-pytest-httpbin.changes
2019-02-26 22:14:41.230226278 +0100
@@ -1,0 +2,14 @@
+Fri Feb 15 14:24:20 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Thu Feb 14 13:41:28 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.0.0:
+ * Update included self-signed cert to include IP address in SAN (See #52).
+ * Only use @pytest.fixture decorator once (thanks @hroncok)
+ * Fix a few README typos (thanks @hemberger)
+- Use github tarball to get tests
+
+-------------------------------------------------------------------
Old:
----
pytest-httpbin-0.3.0.tar.gz
New:
----
v1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-httpbin.spec ++++++
--- /var/tmp/diff_new_pack.giz4Pj/_old 2019-02-26 22:14:41.754226094 +0100
+++ /var/tmp/diff_new_pack.giz4Pj/_new 2019-02-26 22:14:41.758226093 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-httpbin
#
-# 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
@@ -12,27 +12,30 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-httpbin
-Version: 0.3.0
+Version: 1.0.0
Release: 0
-Summary: Test your HTTP library against a local copy of httpbin
+Summary: Web service for testing HTTP libraries
License: MIT
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
+URL: https://github.com/kevin1024/pytest-httpbin
+Source:
https://github.com/kevin1024/pytest-httpbin/archive/v%{version}.tar.gz
+BuildRequires: %{python_module httpbin}
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module six}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-httpbin
Requires: python-pytest
Requires: python-six
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-
%python_subpackages
%description
@@ -48,14 +51,17 @@
%setup -q -n pytest-httpbin-%{version}
%build
-
%python_build
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix} -v
%files %{python_files}
-%defattr(-,root,root,-)
+%doc README.md DESCRIPTION.rst
%{python_sitelib}/*
%changelog