Hello community,
here is the log from the commit of package python-flake8-docstrings for
openSUSE:Factory checked in at 2018-12-13 19:44:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flake8-docstrings (Old)
and /work/SRC/openSUSE:Factory/.python-flake8-docstrings.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flake8-docstrings"
Thu Dec 13 19:44:28 2018 rev:3 rq:654054 version:1.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-flake8-docstrings/python-flake8-docstrings.changes
2018-06-29 22:27:50.702418030 +0200
+++
/work/SRC/openSUSE:Factory/.python-flake8-docstrings.new.28833/python-flake8-docstrings.changes
2018-12-13 19:44:29.361009097 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:48:03 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flake8-docstrings.spec ++++++
--- /var/tmp/diff_new_pack.vVtnHg/_old 2018-12-13 19:44:30.765007268 +0100
+++ /var/tmp/diff_new_pack.vVtnHg/_new 2018-12-13 19:44:30.813007204 +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/
#
@@ -23,9 +23,8 @@
Summary: Extension for flake8 which uses pydocstyle to check docstrings
License: MIT
Group: Development/Languages/Python
-Url: https://gitlab.com/pycqa/flake8-docstrings
+URL: https://gitlab.com/pycqa/flake8-docstrings
Source:
https://files.pythonhosted.org/packages/source/f/flake8-docstrings/flake8-docstrings-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -33,7 +32,6 @@
Requires: python-flake8-polyfill
Requires: python-pydocstyle >= 2.1.0
BuildArch: noarch
-
%python_subpackages
%description
@@ -50,9 +48,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%defattr(-,root,root,-)
%doc README.rst
-%doc LICENSE
+%license LICENSE
%{python_sitelib}/*
%changelog