Hello community,
here is the log from the commit of package python-sphinx-feature-classification
for openSUSE:Factory checked in at 2018-12-24 11:46:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinx-feature-classification (Old)
and
/work/SRC/openSUSE:Factory/.python-sphinx-feature-classification.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinx-feature-classification"
Mon Dec 24 11:46:14 2018 rev:2 rq:659826 version:0.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinx-feature-classification/python-sphinx-feature-classification.changes
2018-04-01 17:26:58.958528975 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinx-feature-classification.new.28833/python-sphinx-feature-classification.changes
2018-12-24 11:46:15.325193704 +0100
@@ -1,0 +2,10 @@
+Tue Dec 18 23:27:57 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in descriptions.
+
+-------------------------------------------------------------------
+Tue Dec 4 12:54:49 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinx-feature-classification.spec ++++++
--- /var/tmp/diff_new_pack.rNsniZ/_old 2018-12-24 11:46:15.721193357 +0100
+++ /var/tmp/diff_new_pack.rNsniZ/_new 2018-12-24 11:46:15.721193357 +0100
@@ -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/
#
@@ -20,23 +20,22 @@
Name: python-sphinx-feature-classification
Version: 0.1.0
Release: 0
-Summary: Generate a matrix of pluggable drivers and their support to an
API in Sphinx
+Summary: Sphinx extension to generate a matrix of pluggable drivers
License: Apache-2.0
Group: Development/Languages/Python
-Url: http://www.openstack.org/
+URL: http://www.openstack.org/
Source:
https://files.pythonhosted.org/packages/source/s/sphinx-feature-classification/sphinx-feature-classification-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module pbr >= 2.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-docutils >= 0.11
Requires: python-pbr >= 2.0
BuildArch: noarch
-
%python_subpackages
%description
-Generate in sphinx a matrix of pluggable drivers and their support to an API.
+An extension to Sphinx to generate a matrix of pluggable drivers and
+their support to an API.
%prep
%setup -q -n sphinx-feature-classification-%{version}
@@ -49,7 +48,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%doc AUTHORS ChangeLog LICENSE README.rst
+%license LICENSE
+%doc AUTHORS ChangeLog README.rst
%{python_sitelib}/*
%changelog