Hello community,

here is the log from the commit of package python-ifaddr for openSUSE:Factory 
checked in at 2019-03-13 09:15:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ifaddr (Old)
 and      /work/SRC/openSUSE:Factory/.python-ifaddr.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ifaddr"

Wed Mar 13 09:15:01 2019 rev:3 rq:684424 version:0.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ifaddr/python-ifaddr.changes      
2018-12-14 20:56:09.772817724 +0100
+++ /work/SRC/openSUSE:Factory/.python-ifaddr.new.28833/python-ifaddr.changes   
2019-03-13 09:15:09.295387199 +0100
@@ -1,0 +2,7 @@
+Tue Mar 12 16:34:30 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.1.6:
+  * Restrict ipaddress dependency to Python < 3.3
+  * Fixes installation of ipaddress module
+
+-------------------------------------------------------------------

Old:
----
  ifaddr-0.1.4.zip

New:
----
  ifaddr-0.1.6.tar.gz

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

Other differences:
------------------
++++++ python-ifaddr.spec ++++++
--- /var/tmp/diff_new_pack.BDhIRQ/_old  2019-03-13 09:15:09.975387129 +0100
+++ /var/tmp/diff_new_pack.BDhIRQ/_new  2019-03-13 09:15:09.975387129 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ifaddr
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -19,30 +19,27 @@
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-ifaddr
-Version:        0.1.4
+Version:        0.1.6
 Release:        0
 Summary:        Module for enumerating IP addresses on system network adapters
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/pydron/ifaddr
-Source:         
https://files.pythonhosted.org/packages/source/i/ifaddr/ifaddr-%{version}.zip
+URL:            https://github.com/pydron/ifaddr
+Source:         
https://files.pythonhosted.org/packages/source/i/ifaddr/ifaddr-%{version}.tar.gz
 Source99:       
https://raw.githubusercontent.com/pydron/ifaddr/master/LICENSE.txt
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  dos2unix
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  unzip
+BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module pytest}
-%ifpython2
-BuildRequires:  %{oldpython}-ipaddress
-%endif
+BuildRequires:  python-ipaddress
 # /SECTION
-BuildRequires:  dos2unix
-BuildRequires:  fdupes
-BuildRequires:  unzip
 %ifpython2
 Requires:       %{oldpython}-ipaddress
 %endif
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -51,8 +48,7 @@
 
 %prep
 %setup -q -n ifaddr-%{version}
-cp %{S:99} .
-rm ifaddr.egg-info/requires.txt
+cp %{SOURCE99} .
 sed -i -e "s/install_requires = \['ipaddress'\],//" setup.py
 dos2unix README.rst
 
@@ -64,8 +60,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-cd ifaddr
-%python_expand py.test-%{$python_version}
+%pytest ifaddr
 
 %files %{python_files}
 %doc README.rst


Reply via email to