Hello community, here is the log from the commit of package python-pudb for openSUSE:Factory checked in at 2019-08-15 12:29:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pudb (Old) and /work/SRC/openSUSE:Factory/.python-pudb.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pudb" Thu Aug 15 12:29:52 2019 rev:4 rq:723471 version:2019.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pudb/python-pudb.changes 2019-05-17 23:43:41.965895144 +0200 +++ /work/SRC/openSUSE:Factory/.python-pudb.new.9556/python-pudb.changes 2019-08-15 12:29:57.310461517 +0200 @@ -1,0 +2,5 @@ +Wed Aug 14 18:26:11 UTC 2019 - <[email protected]> + +- Added package runtime requirements. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pudb.spec ++++++ --- /var/tmp/diff_new_pack.X381lo/_old 2019-08-15 12:29:59.154459807 +0200 +++ /var/tmp/diff_new_pack.X381lo/_new 2019-08-15 12:29:59.158459803 +0200 @@ -12,7 +12,7 @@ # 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/ # @@ -26,7 +26,7 @@ Summary: A full-screen, console-based Python debugger License: MIT Group: Development/Tools/Debuggers -Url: http://mathema.tician.de/software/pudb +URL: https://mathema.tician.de/software/pudb Source0: https://files.pythonhosted.org/packages/source/p/%{upstream_name}/%{upstream_name}-%{version}.tar.gz BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-runner} @@ -34,6 +34,8 @@ BuildRequires: %{python_module urwid} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-Pygments +Requires: python-urwid Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch @@ -79,7 +81,7 @@ export PYTHONPATH=$(pwd -P) export LC_ALL=en_US.utf8 # https://github.com/inducer/pudb/issues/304 -%python_expand py.test-%{$python_version} -k 'not test_get_lines' +%pytest -k 'not test_get_lines' %files %{python_files} %doc README.rst
