Hello community,
here is the log from the commit of package python-sphinxcontrib-autoprogram for
openSUSE:Factory checked in at 2018-12-19 13:51:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-autoprogram (Old)
and
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-autoprogram.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-autoprogram"
Wed Dec 19 13:51:04 2018 rev:2 rq:659075 version:0.1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-autoprogram/python-sphinxcontrib-autoprogram.changes
2018-12-13 19:49:42.700602677 +0100
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-autoprogram.new.28833/python-sphinxcontrib-autoprogram.changes
2018-12-19 13:51:16.451130282 +0100
@@ -1,0 +2,15 @@
+Tue Dec 18 10:25:10 UTC 2018 - Dan Čermák <[email protected]>
+
+- Run tests in %check
+
+-------------------------------------------------------------------
+Thu Dec 13 10:59:56 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Thu Dec 13 09:23:46 UTC 2018 - Dan Čermák <[email protected]>
+
+- Fix package name in spec file header
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-autoprogram.spec ++++++
--- /var/tmp/diff_new_pack.xeUF2W/_old 2018-12-19 13:51:17.503128826 +0100
+++ /var/tmp/diff_new_pack.xeUF2W/_new 2018-12-19 13:51:17.503128826 +0100
@@ -21,7 +21,7 @@
Name: python-sphinxcontrib-%{short_name}
Version: 0.1.5
Release: 0
-Summary: Documenting CLI programs
+Summary: Sphinx extension to document CLI programs
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/sphinx-contrib/%{short_name}
@@ -71,6 +71,9 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%python_exec setup.py test
+
%files %{python_files}
%doc README.rst
%license LICENSE