Hello community,

here is the log from the commit of package python-ifaddr for openSUSE:Factory 
checked in at 2018-12-14 20:53:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ifaddr (Old)
 and      /work/SRC/openSUSE:Factory/.python-ifaddr.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ifaddr"

Fri Dec 14 20:53:36 2018 rev:2 rq:653694 version:0.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ifaddr/python-ifaddr.changes      
2018-11-10 17:02:24.715531182 +0100
+++ /work/SRC/openSUSE:Factory/.python-ifaddr.new.28833/python-ifaddr.changes   
2018-12-14 20:56:09.772817724 +0100
@@ -1,0 +2,5 @@
+Fri Nov  9 09:36:58 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Use noun phrase.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-ifaddr.spec ++++++
--- /var/tmp/diff_new_pack.NhP8Se/_old  2018-12-14 20:56:10.132817276 +0100
+++ /var/tmp/diff_new_pack.NhP8Se/_new  2018-12-14 20:56:10.136817271 +0100
@@ -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 oldpython python
@@ -20,23 +21,23 @@
 Name:           python-ifaddr
 Version:        0.1.4
 Release:        0
+Summary:        Module for enumerating IP addresses on system network adapters
 License:        MIT
-Summary:        Enumerates all IP addresses on all network adapters of the 
system
-Url:            https://github.com/pydron/ifaddr
 Group:          Development/Languages/Python
+Url:            https://github.com/pydron/ifaddr
 Source:         
https://files.pythonhosted.org/packages/source/i/ifaddr/ifaddr-%{version}.zip
 Source99:       
https://raw.githubusercontent.com/pydron/ifaddr/master/LICENSE.txt
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module pytest}
 %ifpython2
 BuildRequires:  %{oldpython}-ipaddress
 %endif
 # /SECTION
-BuildRequires:  unzip
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
+BuildRequires:  unzip
 %ifpython2
 Requires:       %{oldpython}-ipaddress
 %endif
@@ -45,8 +46,8 @@
 %python_subpackages
 
 %description
-ifaddr is a small Python library that allows you to find all the
-IP addresses of the computer.
+ifaddr is a Python library that allows finding the
+IP addresses assigned to the system.
 
 %prep
 %setup -q -n ifaddr-%{version}
@@ -55,7 +56,6 @@
 sed -i -e "s/install_requires = \['ipaddress'\],//" setup.py
 dos2unix README.rst
 
-
 %build
 %python_build
 



Reply via email to