From 74714e1dd23816b0dfccfc24aa931a23b8451b385c4913c28fcdc8779d630e9d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Jun 2020 09:25:21 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=200.1.7:=20=20=20*=20Fixed=20Py?= =?UTF-8?q?thon=203=20compatibility=20in=20the=20examples,=20thanks=20to?= =?UTF-8?q?=20Tristan=20Stenner=20and=20Josef=20Schlehofer=20=20=20=20*=20?= =?UTF-8?q?Exposed=20network=20interface=20indexes=20in=20Adapter.index,?= =?UTF-8?q?=20thanks=20to=20Dmitry=20Tantsur=20=20=20*=20Added=20the=20lic?= =?UTF-8?q?ense=20file=20to=20distributions=20on=20PyPI,=20thanks=20to=20T?= =?UTF-8?q?om=C3=A1=C5=A1=20Chv=C3=A1tal=20=20=20*=20Fixed=20Illumos/Solar?= =?UTF-8?q?is=20compatibility=20based=20on=20a=20patch=20proposed=20by=20J?= =?UTF-8?q?orge=20Schrauwen=20=20=20*=20Set=20up=20universal=20wheels,=20i?= =?UTF-8?q?faddr=20will=20have=20both=20source=20and=20wheel=20distributio?= =?UTF-8?q?ns=20on=20PyPI=20from=20now=20on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ifaddr?expand=0&rev=9 --- LICENSE.txt | 21 --------------------- ifaddr-0.1.6.tar.gz | 3 --- ifaddr-0.1.7.tar.gz | 3 +++ python-ifaddr.changes | 10 ++++++++++ python-ifaddr.spec | 4 +--- 5 files changed, 14 insertions(+), 27 deletions(-) delete mode 100644 LICENSE.txt delete mode 100644 ifaddr-0.1.6.tar.gz create mode 100644 ifaddr-0.1.7.tar.gz diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 26686a0..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Stefan C. Mueller - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/ifaddr-0.1.6.tar.gz b/ifaddr-0.1.6.tar.gz deleted file mode 100644 index 676b387..0000000 --- a/ifaddr-0.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c19c64882a7ad51a394451dabcbbed72e98b5625ec1e79789924d5ea3e3ecb93 -size 6526 diff --git a/ifaddr-0.1.7.tar.gz b/ifaddr-0.1.7.tar.gz new file mode 100644 index 0000000..887d1f8 --- /dev/null +++ b/ifaddr-0.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94 +size 9281 diff --git a/python-ifaddr.changes b/python-ifaddr.changes index cc648fb..8224d5b 100644 --- a/python-ifaddr.changes +++ b/python-ifaddr.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Mon Apr 20 11:47:26 UTC 2020 - Tomáš Chvátal diff --git a/python-ifaddr.spec b/python-ifaddr.spec index 37b5926..b0d9599 100644 --- a/python-ifaddr.spec +++ b/python-ifaddr.spec @@ -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 @@ IP addresses assigned to the system. %prep %setup -q -n ifaddr-%{version} -cp %{SOURCE99} . sed -i -e "s/install_requires = \['ipaddress'\],//" setup.py dos2unix README.rst