commit python-ifaddr for openSUSE:Factory

2020-06-15 Thread root
Hello community,

here is the log from the commit of package python-ifaddr for openSUSE:Factory 
checked in at 2020-06-15 20:28:49

Comparing /work/SRC/openSUSE:Factory/python-ifaddr (Old)
 and  /work/SRC/openSUSE:Factory/.python-ifaddr.new.3606 (New)


Package is "python-ifaddr"

Mon Jun 15 20:28:49 2020 rev:5 rq:814551 version:0.1.7

Changes:

--- /work/SRC/openSUSE:Factory/python-ifaddr/python-ifaddr.changes  
2020-04-21 13:10:44.776821738 +0200
+++ /work/SRC/openSUSE:Factory/.python-ifaddr.new.3606/python-ifaddr.changes
2020-06-15 20:29:01.186064453 +0200
@@ -1,0 +2,10 @@
+Sun Jun 14 09:23:55 UTC 2020 - Dirk Mueller 
+
+- update to 0.1.7:
+  * Fixed Python 3 compatibility in the examples, thanks to Tristan Stenner 
and Josef Schlehofer
+   * Exposed network interface indexes in Adapter.index, thanks to Dmitry 
Tantsur
+  * Added the license file to distributions on PyPI, thanks to Tomáš Chvátal
+  * Fixed Illumos/Solaris compatibility based on a patch proposed by Jorge 
Schrauwen
+  * Set up universal wheels, ifaddr will have both source and wheel 
distributions on PyPI from now on
+
+---

Old:

  LICENSE.txt
  ifaddr-0.1.6.tar.gz

New:

  ifaddr-0.1.7.tar.gz



Other differences:
--
++ python-ifaddr.spec ++
--- /var/tmp/diff_new_pack.hCJ8uX/_old  2020-06-15 20:29:02.610069385 +0200
+++ /var/tmp/diff_new_pack.hCJ8uX/_new  2020-06-15 20:29:02.614069400 +0200
@@ -19,14 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-ifaddr
-Version:0.1.6
+Version:0.1.7
 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}.tar.gz
-Source99:   
https://raw.githubusercontent.com/pydron/ifaddr/master/LICENSE.txt
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -50,7 +49,6 @@
 
 %prep
 %setup -q -n ifaddr-%{version}
-cp %{SOURCE99} .
 sed -i -e "s/install_requires = \['ipaddress'\],//" setup.py
 dos2unix README.rst
 

++ ifaddr-0.1.6.tar.gz -> ifaddr-0.1.7.tar.gz ++
 1668 lines of diff (skipped)




commit python-ifaddr for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package python-ifaddr for openSUSE:Factory 
checked in at 2020-04-21 13:10:43

Comparing /work/SRC/openSUSE:Factory/python-ifaddr (Old)
 and  /work/SRC/openSUSE:Factory/.python-ifaddr.new.2738 (New)


Package is "python-ifaddr"

Tue Apr 21 13:10:43 2020 rev:4 rq:795811 version:0.1.6

Changes:

--- /work/SRC/openSUSE:Factory/python-ifaddr/python-ifaddr.changes  
2019-03-13 09:15:09.295387199 +0100
+++ /work/SRC/openSUSE:Factory/.python-ifaddr.new.2738/python-ifaddr.changes
2020-04-21 13:10:44.776821738 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 11:47:26 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-ifaddr.spec ++
--- /var/tmp/diff_new_pack.LbwSzf/_old  2020-04-21 13:10:45.408822998 +0200
+++ /var/tmp/diff_new_pack.LbwSzf/_new  2020-04-21 13:10:45.408822998 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ifaddr
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
 #
 
 
-%define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-ifaddr
 Version:0.1.6
 Release:0
@@ -35,10 +35,12 @@
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module pytest}
+%if %{with python2}
 BuildRequires:  python-ipaddress
+%endif
 # /SECTION
 %ifpython2
-Requires:   %{oldpython}-ipaddress
+Requires:   python-ipaddress
 %endif
 %python_subpackages
 




commit python-ifaddr for openSUSE:Factory

2019-03-13 Thread root
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 
+
+- 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




commit python-ifaddr for openSUSE:Factory

2018-12-14 Thread root
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 
+
+- 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