Hello community, here is the log from the commit of package python-gabbi for openSUSE:Factory checked in at 2018-11-20 22:44:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gabbi (Old) and /work/SRC/openSUSE:Factory/.python-gabbi.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gabbi" Tue Nov 20 22:44:02 2018 rev:4 rq:650384 version:1.44.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gabbi/python-gabbi.changes 2018-08-24 17:10:50.546551954 +0200 +++ /work/SRC/openSUSE:Factory/.python-gabbi.new.19453/python-gabbi.changes 2018-11-20 22:44:58.970225141 +0100 @@ -1,0 +2,43 @@ +Tue Nov 20 12:40:17 UTC 2018 - Dirk Mueller <[email protected]> + +- update to 1.44.0: + * jsonhandler: allow reading yaml data from disk (#254) + * Release 1.43.0 + * read data from disk improvement (#251) + * Block PyYAML above 4.0 for the time being + * Formatting changes based on pylint and pep8 reviews + * Switch to using stestr instead of testrepository + * Relase 1.42.1 + * Check for empty string as host in suitemaker + * Apply skipIf decorator to test method instead of TestCase + * update release notes + * Release 1.42.0 + * Allow listing of tests with no host configured + * Use python3 when building releases + * Release 1.41.0 + * Improve the tests for handling numbers, fix a found bug + * Avoid checking for <@ when data is not a string + * Make it possible to use non-string $RESPONSE in data + * Release 1.40.1 + * Clean up warnings shown during testing + * Tweak docstrings for disambiguation + * Simplify HTTP setup for readability + * Pass strict=True when creating httpclient + * Require gnocchi and placement targets to pass + * Fix Gnocchi CI + * Raise GabbiFormatError when headers are None + * Tune up the instructions that get tox installed + * Update documentation to indicate requirements-dev.txt + * Move header\_key.yaml to intercept tests + * Add tox to a new requirements-dev (#233) + * Update documentation for header key substitution + * Run replace template for response header keys + * Add test for replacing template header keys + * Run replace template for header keys + * Make todo about test\_pytest more clear + * Remove support for Python 3.3 + * Fix pytest handling of fixture-level skips + * Minor pylint driven formtting cleanups +- run tests + +------------------------------------------------------------------- Old: ---- _service gabbi-1.37.0.tar.gz New: ---- gabbi-1.44.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gabbi.spec ++++++ --- /var/tmp/diff_new_pack.4CYKyl/_old 2018-11-20 22:45:00.346224609 +0100 +++ /var/tmp/diff_new_pack.4CYKyl/_new 2018-11-20 22:45:00.390224592 +0100 @@ -12,48 +12,36 @@ # 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-gabbi -Version: 1.37.0 +Version: 1.44.0 Release: 0 Summary: Declarative HTTP testing library License: Apache-2.0 Group: Development/Languages/Python Url: https://github.com/cdent/gabbi -Source: https://pypi.io/packages/source/g/gabbi/gabbi-%{version}.tar.gz -# BuildRequires: %{python_module PyYAML} -# BuildRequires: %{python_module Sphinx} -# BuildRequires: %{python_module colorama} -# BuildRequires: %{python_module fixtures} -# BuildRequires: %{python_module httplib2} -# BuildRequires: %{python_module jsonpath-rw-ext} -# BuildRequires: %{python_module jsonpath-rw} -# BuildRequires: %{python_module mock} -# BuildRequires: %{python_module nose} -# BuildRequires: %{python_module pytest-cov} -# BuildRequires: %{python_module pytest} -# BuildRequires: %{python_module six} -# BuildRequires: %{python_module testrepository} -# BuildRequires: %{python_module testtools} -# BuildRequires: %{python_module urllib3} -# BuildRequires: %{python_module wsgi_intercept} -BuildRequires: %{python_module devel} +Source: https://files.pythonhosted.org/packages/source/g/gabbi/gabbi-%{version}.tar.gz +BuildRequires: %{python_module colorama} +BuildRequires: %{python_module jsonpath-rw-ext} +BuildRequires: %{python_module mock} BuildRequires: %{python_module pbr} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module stestr} +BuildRequires: %{python_module urllib3} +BuildRequires: %{python_module wsgi_intercept} BuildRequires: python-rpm-macros Requires: python-PyYAML Requires: python-colorama -Requires: python-jsonpath-rw-ext +Requires: python-jsonpath-rw-ext >= 1.0.0 Requires: python-pytest Requires: python-six Requires: python-testtools Requires: python-urllib3 >= 1.11.0 Requires: python-wsgi_intercept >= 1.2.2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch @@ -81,9 +69,14 @@ %postun %python_uninstall_alternative gabbi-run +%check +# require network +rm -v gabbi/tests/test_live.py gabbi/tests/test_intercept.py +%python_exec -m stestr.cli run --black-regex 'gabbi.tests.test_runner.RunnerTest.test_custom_response_handler' + %files %{python_files} -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog LICENSE README.rst +%license LICENSE +%doc ChangeLog README.rst %{python_sitelib}/* %python_alternative %{_bindir}/gabbi-run ++++++ gabbi-1.37.0.tar.gz -> gabbi-1.44.0.tar.gz ++++++ ++++ 2350 lines of diff (skipped)
