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