Dirk Mueller
558966d7fc
SR for python stack proposal OBS-URL: https://build.opensuse.org/request/show/1081499 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=26
130 lines
4.6 KiB
Plaintext
130 lines
4.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 21 12:28:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 13 22:42:42 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 17 06:40:25 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.11.0:
|
|
* Fixing netmask calculation for IPv6
|
|
* segfault when trying to access netifaces.ifaddresses
|
|
* Interpret missing gateway priority, handle some out of order metrics
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 24 11:00:13 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 0.10.9
|
|
* Fixed a bug that in certain circumstances could lead to an infinite
|
|
loop in netifaces.gateways() (thanks asomers).
|
|
* Fixed a memory management bug in an error path (thanks NicoPy).
|
|
- created a small test
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 10 11:00:01 UTC 2018 - dmueller@suse.com
|
|
|
|
- update to 0.10.7:
|
|
* move to github
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 7 23:04:50 UTC 2017 - antoine.belvire@opensuse.org
|
|
|
|
- Update to version 0.10.6:
|
|
* All addresses are now unicode strings on all platforms,
|
|
regardless of Python version.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 31 17:31:37 UTC 2017 - antoine.belvire@opensuse.org
|
|
|
|
- Use pypi.io as source url.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 18 19:50:34 UTC 2017 - antoine.belvire@opensuse.org
|
|
|
|
- Update to version 0.10.5:
|
|
* Fix setup.py in case there's no print
|
|
* Fix a potential one-byte stack overwrite
|
|
* Fix possible null pointer deference
|
|
* Respect interface priorities when determining default gateway
|
|
* Use CIDR notation for IPv6 netmasks
|
|
* Ignore broadcast addresses in the 169.254.0.0/16 range
|
|
- Convert package to python singlespec.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 24 09:42:16 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Version bump to 0.10.4:
|
|
* Various small fixes
|
|
- Fix source download url
|
|
- Fix homepage
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 12 19:16:49 UTC 2014 - hpj@urpla.net
|
|
|
|
- Update to version 0.10.3:
|
|
- Version 0.10.3
|
|
+ When using Netlink (i.e. Linux), check for the constant
|
|
NLM_F_DUMP_INTR, since it only appeared in kernel version 3.1
|
|
|
|
- Version 0.10.2
|
|
+ Added a workaround for broken netlink headers on certain Linux
|
|
distributions (the problem being that the netlink headers fail to
|
|
include <bits/sockaddr.h>, which causes a build failure).
|
|
|
|
- Version 0.10.1
|
|
+ Fixed a problem with the gateways() function that caused it a
|
|
crash on PyPy.
|
|
+ The CI system is now set up to build for PyPy as well, so
|
|
problems will be found sooner.
|
|
|
|
- Version 0.10.0
|
|
+ Python 3 compatibility.
|
|
+ Improved Windows source code compatibility.
|
|
+ Added gateway detection via gateways() function.
|
|
+ New version number format (skipped 0.9.0 due to its use by
|
|
the netifaces-merged fork).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 11:09:09 UTC 2013 - speilicke@suse.com
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 25 15:17:42 UTC 2012 - saschpe@suse.de
|
|
|
|
- Update to version 0.8:
|
|
+ Fixed bit-rot in the ioctl() code path.
|
|
+ Fixed a problem with setup.py that might manifest itself if the
|
|
config.cache file was manually edited.
|
|
+ Fixed the ioctl() code path to cope with systems that have sa_len and
|
|
return longer than normal struct ifreq results from SIOCG[L]IFCONF;
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 15 08:55:18 UTC 2012 - saschpe@suse.de
|
|
|
|
- Update to version 0.6:
|
|
+ Added a workaround for a FreeBSD kernel bug (kern/152036).
|
|
+ Added address_families dictionary to allow code to look up the symbolic
|
|
name corresponding to a given numeric address family code.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 11 12:37:51 UTC 2012 - saschpe@suse.de
|
|
|
|
- Spec header cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 29 09:21:30 UTC 2011 - saschpe@suse.de
|
|
|
|
- Minor cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 27 12:37:48 UTC 2011 - rschweikert@novell.com
|
|
|
|
- Initial build to meet swift dependency requirement
|
|
|