Hello community,
here is the log from the commit of package python-pytest-httpbin for
openSUSE:Leap:15.2 checked in at 2020-04-28 20:09:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-httpbin (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-pytest-httpbin.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-httpbin"
Tue Apr 28 20:09:25 2020 rev:17 rq:795725 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-pytest-httpbin/python-pytest-httpbin.changes
2020-01-15 15:52:17.563558333 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-pytest-httpbin.new.2738/python-pytest-httpbin.changes
2020-04-28 20:09:26.384320312 +0200
@@ -1,0 +2,24 @@
+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
+
+-------------------------------------------------------------------
+Wed May 2 17:43:14 UTC 2018 - [email protected]
+
+- Revert last commit
+
+-------------------------------------------------------------------
+Thu Apr 19 17:12:15 UTC 2018 - [email protected]
+
+- Fix dependencies.
+
+-------------------------------------------------------------------
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.Dh3I52/_old 2020-04-28 20:09:26.840321258 +0200
+++ /var/tmp/diff_new_pack.Dh3I52/_new 2020-04-28 20:09:26.844321267 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-httpbin
#
-# Copyright (c) 2017 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