Hello community,

here is the log from the commit of package python-rdflib for openSUSE:Factory 
checked in at 2018-12-27 00:28:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rdflib (Old)
 and      /work/SRC/openSUSE:Factory/.python-rdflib.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rdflib"

Thu Dec 27 00:28:19 2018 rev:24 rq:659635 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rdflib/python-rdflib.changes      
2017-05-16 14:29:45.768883943 +0200
+++ /work/SRC/openSUSE:Factory/.python-rdflib.new.28833/python-rdflib.changes   
2018-12-27 00:28:20.443714695 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:53:34 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-rdflib.spec ++++++
--- /var/tmp/diff_new_pack.69dugf/_old  2018-12-27 00:28:21.211714067 +0100
+++ /var/tmp/diff_new_pack.69dugf/_new  2018-12-27 00:28:21.215714063 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rdflib
 #
-# 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
@@ -12,37 +12,30 @@
 # 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/
 #
 
-# Tests don't work and cause a dependency loop with python-SPARQLWrapper
-%bcond_with tests
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# Tests don't work and cause a dependency loop with python-SPARQLWrapper
+%bcond_with tests
 Name:           python-rdflib
 Version:        4.2.2
 Release:        0
 Summary:        A Python library for working with RDF
 License:        BSD-3-Clause
 Group:          Development/Libraries/Python
-Url:            http://rdflib.net/
+URL:            http://rdflib.net/
 Source:         
https://files.pythonhosted.org/packages/source/r/rdflib/rdflib-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-BuildRequires:  python3-2to3
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module html5lib}
 BuildRequires:  %{python_module isodate}
 BuildRequires:  %{python_module pyparsing}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module xml}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-2to3
 BuildRequires:  python3-Sphinx
-%if %{with tests}
-BuildRequires:  %{python_module SPARQLWrapper}
-BuildRequires:  %{python_module flake8}
-BuildRequires:  %{python_module nose}
-%endif
 Requires:       python-SPARQLWrapper
 Requires:       python-flake8
 Requires:       python-html5lib
@@ -50,6 +43,11 @@
 Requires:       python-pyparsing
 Requires:       python-xml
 BuildArch:      noarch
+%if %{with tests}
+BuildRequires:  %{python_module SPARQLWrapper}
+BuildRequires:  %{python_module flake8}
+BuildRequires:  %{python_module nose}
+%endif
 %python_subpackages
 
 %description
@@ -78,7 +76,7 @@
 %python_build
 
 pushd docs
-make html
+make %{?_smp_mflags} html
 # Remove hidden file
 rm -r _build/html/.buildinfo
 popd
@@ -95,8 +93,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc CHANGELOG.md LICENSE CONTRIBUTORS README.md
+%license LICENSE
+%doc CHANGELOG.md CONTRIBUTORS README.md
 %python3_only %{_bindir}/csv2rdf
 %python3_only %{_bindir}/rdf2dot
 %python3_only %{_bindir}/rdfgraphisomorphism
@@ -106,7 +104,6 @@
 %{python_sitelib}/rdflib-%{version}-py*.egg-info
 
 %files -n %{name}-doc
-%defattr(-,root,root)
 %doc docs/_build/html
 
 %changelog


Reply via email to