Hello community, here is the log from the commit of package python-getmac for openSUSE:Factory checked in at 2019-09-11 10:33:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-getmac (Old) and /work/SRC/openSUSE:Factory/.python-getmac.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-getmac" Wed Sep 11 10:33:36 2019 rev:2 rq:729675 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-getmac/python-getmac.changes 2019-09-09 23:46:15.973329855 +0200 +++ /work/SRC/openSUSE:Factory/.python-getmac.new.7948/python-getmac.changes 2019-09-11 10:33:46.191324510 +0200 @@ -1,0 +2,5 @@ +Tue Sep 10 07:13:43 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use noun phrase/full sentences for summary/description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-getmac.spec ++++++ --- /var/tmp/diff_new_pack.giZ5OC/_old 2019-09-11 10:33:47.663324083 +0200 +++ /var/tmp/diff_new_pack.giZ5OC/_new 2019-09-11 10:33:47.695324073 +0200 @@ -12,7 +12,8 @@ # 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/ +# %define skip_python2 1 @@ -20,23 +21,23 @@ Name: python-getmac Version: 0.8.1 Release: 0 +Summary: Module to get MAC addresses of remote hosts and local interfaces License: MIT -Summary: Get MAC addresses of remote hosts and local interfaces -Url: https://github.com/GhostofGoes/getmac Group: Development/Languages/Python +Url: https://github.com/GhostofGoes/getmac Source: https://files.pythonhosted.org/packages/source/g/getmac/getmac-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-benchmark} +BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages %description -Get MAC addresses of remote hosts and local interfaces +A Python module to get MAC addresses of remote hosts and local interfaces. %prep %setup -q -n getmac-%{version}
