forked from pool/python-ifaddr
Accepting request 814551 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/814551 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ifaddr?expand=0&rev=5
This commit is contained in:
21
LICENSE.txt
21
LICENSE.txt
@@ -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.
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c19c64882a7ad51a394451dabcbbed72e98b5625ec1e79789924d5ea3e3ecb93
|
||||
size 6526
|
||||
3
ifaddr-0.1.7.tar.gz
Normal file
3
ifaddr-0.1.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94
|
||||
size 9281
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 14 09:23:55 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user