Hello community, here is the log from the commit of package python-pytest-httpserver for openSUSE:Leap:15.2 checked in at 2020-02-19 18:48:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-httpserver (Old) and /work/SRC/openSUSE:Leap:15.2/.python-pytest-httpserver.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-httpserver" Wed Feb 19 18:48:07 2020 rev:1 rq:776128 version:0.3.4 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-pytest-httpserver.new.26092/python-pytest-httpserver.changes 2020-02-19 18:48:08.118994407 +0100 @@ -0,0 +1,29 @@ +------------------------------------------------------------------- +Thu Aug 29 04:48:45 UTC 2019 - Bernhard Wiedemann <[email protected]> + +- Update to 0.3.4 + * renew certs expiring 2019-09-03 + +------------------------------------------------------------------- +Mon Aug 26 05:23:14 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use slightly more detailed description. + +------------------------------------------------------------------- +Thu Aug 1 09:06:38 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.3.3: + * Besides bytes and string, dict and MultiDict objects can be specified as query_string + * Add more files to source distribution (sdist). It now contains tests, assets, examples and other files + +------------------------------------------------------------------- +Fri Jul 26 13:51:39 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.3.1: + * various bugfixes + * various documentation updates + +------------------------------------------------------------------- +Tue Jul 23 20:54:06 UTC 2019 - Todd R <[email protected]> + +- Initial version New: ---- pytest_httpserver-0.3.4.tar.gz python-pytest-httpserver.changes python-pytest-httpserver.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-httpserver.spec ++++++ # # spec file for package python-pytest-httpserver # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pytest-httpserver Version: 0.3.4 Release: 0 Summary: A HTTP server for pytest License: MIT Group: Development/Languages/Python URL: https://www.github.com/csernazs/pytest-httpserver Source: https://files.pythonhosted.org/packages/source/p/pytest_httpserver/pytest_httpserver-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Werkzeug Requires: python-pytest BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Werkzeug} BuildRequires: %{python_module coverage} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} # /SECTION %python_subpackages %description This library is for testing HTTP clients without contacting the real HTTP server. In other words, it is a fake HTTP server which is accessible via localhost can be started with the pre-defined expected HTTP requests and their responses. %prep %setup -q -n pytest_httpserver-%{version} %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest -k 'not test_wait_unexpected_request and not test_wait_timeout' %files %{python_files} %doc README.md %license LICENSE %{python_sitelib}/* %changelog
