Hello community,

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

Package is "python-pyudev"

Thu Dec 27 00:28:09 2018 rev:20 rq:659626 version:0.21.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyudev/python-pyudev.changes      
2018-02-03 15:35:46.560222154 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyudev.new.28833/python-pyudev.changes   
2018-12-27 00:28:10.299722996 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:53:19 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyudev.spec ++++++
--- /var/tmp/diff_new_pack.mbge1W/_old  2018-12-27 00:28:10.719722652 +0100
+++ /var/tmp/diff_new_pack.mbge1W/_new  2018-12-27 00:28:10.723722649 +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/
 #
 
 
@@ -22,31 +22,30 @@
 Version:        0.21.0
 Release:        0
 Summary:        Udev bindings for Python
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/Python
-Url:            http://pyudev.readthedocs.org/
+URL:            http://pyudev.readthedocs.org/
 Source0:        
https://files.pythonhosted.org/packages/source/p/pyudev/pyudev-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
+BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(libudev)
+Requires:       libudev1
+Requires:       python-six
+BuildArch:      noarch
 %if %{with test}
 BuildRequires:  %{python_module docutils}
 BuildRequires:  %{python_module hypothesis}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 %endif
-Requires:       libudev1
-Requires:       python-six
 %ifpython2
 # pyudev was last used in KDE:Unstable:Playground (pyudev-0.8)
 Provides:       pyudev = %{version}
 Obsoletes:      pyudev < %{version}
 %endif
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -71,8 +70,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES.rst COPYING README.rst
+%license COPYING
+%doc CHANGES.rst README.rst
 %{python_sitelib}/*
 
 %changelog


Reply via email to