Hello community,
here is the log from the commit of package python-restview for openSUSE:Factory
checked in at 2019-09-11 10:33:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-restview (Old)
and /work/SRC/openSUSE:Factory/.python-restview.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-restview"
Wed Sep 11 10:33:44 2019 rev:2 rq:729678 version:2.9.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-restview/python-restview.changes
2019-09-09 23:49:03.625321075 +0200
+++
/work/SRC/openSUSE:Factory/.python-restview.new.7948/python-restview.changes
2019-09-11 10:33:52.159322778 +0200
@@ -1,0 +2,5 @@
+Tue Sep 10 07:12:21 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use somewhat longer description from upstream.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-restview.spec ++++++
--- /var/tmp/diff_new_pack.qCxOVC/_old 2019-09-11 10:33:52.823322585 +0200
+++ /var/tmp/diff_new_pack.qCxOVC/_new 2019-09-11 10:33:52.823322585 +0200
@@ -12,25 +12,26 @@
# 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-restview
Version: 2.9.2
Release: 0
-License: GPL-3.0
Summary: ReStructuredText viewer
-Url: https://mg.pov.lt/restview/
+License: GPL-3.0-only
Group: Development/Languages/Python
+URL: https://mg.pov.lt/restview/
Source:
https://files.pythonhosted.org/packages/source/r/restview/restview-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module docutils}
+BuildRequires: %{python_module mock}
BuildRequires: %{python_module pygments}
BuildRequires: %{python_module readme_renderer}
-BuildRequires: %{python_module mock}
# /SECTION
BuildRequires: fdupes
Requires: python-docutils
@@ -41,7 +42,7 @@
%python_subpackages
%description
-ReStructuredText viewer.
+A viewer for ReStructuredText documents that renders them on the fly.
%prep
%setup -q -n restview-%{version}