Hello community,

here is the log from the commit of package python-rtslib for openSUSE:Factory 
checked in at 2018-01-05 01:00:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rtslib (Old)
 and      /work/SRC/openSUSE:Factory/.python-rtslib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rtslib"

Fri Jan  5 01:00:43 2018 rev:15 rq:561453 version:3.0pre4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rtslib/python-rtslib.changes      
2017-10-26 18:43:51.893405158 +0200
+++ /work/SRC/openSUSE:Factory/.python-rtslib.new/python-rtslib.changes 
2018-01-05 01:01:17.978401226 +0100
@@ -1,0 +2,7 @@
+Wed Jan  3 18:02:21 UTC 2018 - [email protected]
+
+- Mark as noarch
+- Remove dep over epydoc by disabling documentation build as it is
+  python2 only
+
+-------------------------------------------------------------------
@@ -13,0 +21 @@
+

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rtslib.spec ++++++
--- /var/tmp/diff_new_pack.Vnfh22/_old  2018-01-05 01:01:22.532885887 +0100
+++ /var/tmp/diff_new_pack.Vnfh22/_new  2018-01-05 01:01:22.536884557 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rtslib
 #
-# 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
@@ -17,13 +17,12 @@
 
 
 %define oname rtslib
-
 Name:           python-rtslib
 Summary:        A framework to implement simple but nice CLIs
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Version:        3.0pre4
-Release:        1%{?dist}
+Release:        0
 Url:            https://github.com/Datera/rtslib
 Source:         %{oname}-%{version}.tar.gz
 Patch1:         %{oname}-set-git-version-for-sle12.patch
@@ -32,7 +31,6 @@
 Patch6:         %{oname}-fix-iqn-wwn.patch
 Patch7:         %{oname}-disallow-upper-case-iqn-names.patch
 Patch8:         %{oname}-fix-parse-error-with-new-pyparsing.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       python-configobj
 Requires:       python-ipaddr
 Requires:       python-netifaces
@@ -43,6 +41,7 @@
 BuildRequires:  python-netifaces
 BuildRequires:  python-pyparsing
 BuildRequires:  python-setuptools
+BuildArch:      noarch
 
 %description
 API for RisingTide Systems generic SCSI target.
@@ -60,16 +59,6 @@
 http://linux-iscsi.org/Doc/rtslib/html
 http://linux-iscsi.org/Doc/rtslib/rtslib-API-reference.pdf
 
-
-%package doc
-Summary:        Documentatoin for Python rtslib-fb
-Group:          Documentation/HTML
-BuildArch:      noarch
-BuildRequires:  epydoc
-
-%description doc
-This is the documents for python rtslib sub pacakge.
-
 %prep
 %setup -q -n %{oname}-%{version}
 %patch1 -p1
@@ -81,9 +70,6 @@
 
 %build
 %__python setup.py build
-%__mkdir -p doc
-epydoc --no-sourcecode --html -n %{oname} --exclude configobj %{oname}/*.py
-%__mv html doc/
 
 %install
 %__python setup.py install --skip-build --root %{buildroot} --prefix usr
@@ -95,24 +81,17 @@
 %__install -d %{buildroot}%{_localstatedir}/target/policy
 %__install -m644 policy/*.lio %{buildroot}%{_localstatedir}/target/policy
 %__install -d %{buildroot}%{_datadir}/doc/python-rtslib-doc-%{version}
-%__cp -r doc/* specs/*.txt 
%{buildroot}%{_datadir}/doc/python-rtslib-doc-%{version}/
 
 %files
 %defattr(-,root,root,-)
 %{python_sitelib}
 %{_localstatedir}/target
-
 %dir %{_localstatedir}/target/pr
 %dir %{_localstatedir}/target/alua
 %dir %{_localstatedir}/target/fabric
 %{_localstatedir}/target/fabric/*
 %dir %{_localstatedir}/target/policy
 %{_localstatedir}/target/policy/*
-
 %doc COPYING README.md
 
-%files doc
-%defattr(-,root,root,-)
-%{_datadir}/doc/python-rtslib-doc-%{version}
-
 %changelog


Reply via email to