Hello community,
here is the log from the commit of package python-configshell-fb for
openSUSE:Factory checked in at 2018-01-09 14:52:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-configshell-fb (Old)
and /work/SRC/openSUSE:Factory/.python-configshell-fb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-configshell-fb"
Tue Jan 9 14:52:08 2018 rev:6 rq:561436 version:1.1.fb23
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-configshell-fb/python-configshell-fb.changes
2017-12-29 00:03:22.972781299 +0100
+++
/work/SRC/openSUSE:Factory/.python-configshell-fb.new/python-configshell-fb.changes
2018-01-09 14:52:09.942692383 +0100
@@ -1,0 +2,5 @@
+Wed Jan 3 16:02:44 UTC 2018 - [email protected]
+
+- Do not build epydoc documentation to allow py3 only build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-configshell-fb.spec ++++++
--- /var/tmp/diff_new_pack.q3tJf1/_old 2018-01-09 14:52:10.942645504 +0100
+++ /var/tmp/diff_new_pack.q3tJf1/_new 2018-01-09 14:52:10.946645316 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-configshell-fb
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -56,7 +56,6 @@
%package doc
Summary: Documentation for Python configshell-fb
Group: Documentation/HTML
-BuildRequires: epydoc
%description doc
configshell-fb is a Python library that provides a framework for building
simple
@@ -75,10 +74,6 @@
%build
%python_build
-mkdir -p doc/
-epydoc --no-sourcecode --html -n %{oname} --exclude configobj configshell/*.py
-%fdupes html/
-mv html doc/
%install
%python_install --skip-build
@@ -88,7 +83,4 @@
%{python_sitelib}/*
%doc examples COPYING README.md
-%files %{python_files doc}
-%doc doc/*
-
%changelog