Commit Graph

15 Commits

Author SHA256 Message Date
558966d7fc Accepting request 1081499 from home:dirkmueller:acdc:as_python3_module
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
2023-04-21 14:20:39 +00:00
4171f87041 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=25
2021-07-17 06:41:13 +00:00
Tomáš Chvátal
9f1a871ff4 Accepting request 705219 from home:pgajdos
- 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

OBS-URL: https://build.opensuse.org/request/show/705219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=23
2019-05-24 11:56:32 +00:00
b81b5df8e7 - update to 0.10.7:
* move to github

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=21
2018-09-10 11:01:57 +00:00
d4954a2e23 Accepting request 508886 from home:1Antoine1:branches:devel:languages:python
- Update to version 0.10.6:
  * All addresses are now unicode strings on all platforms,
    regardless of Python version.

OBS-URL: https://build.opensuse.org/request/show/508886
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=19
2017-07-09 10:47:07 +00:00
Thomas Bechtold
7a53fafe1a Accepting request 484238 from home:1Antoine1:branches:devel:languages:python
- Use pypi.io as source url.

OBS-URL: https://build.opensuse.org/request/show/484238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=17
2017-04-03 06:28:36 +00:00
50744cd552 Accepting request 482962 from home:1Antoine1:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/482962
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=16
2017-03-30 11:34:40 +00:00
Tomáš Chvátal
7d5f268cee - Version bump to 0.10.4:
* Various small fixes
- Fix source download url
- Fix homepage

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=14
2014-05-24 09:44:05 +00:00
Tomáš Chvátal
382e1e0cfa Accepting request 233651 from home:frispete:python
- 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).

OBS-URL: https://build.opensuse.org/request/show/233651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=13
2014-05-19 12:04:49 +00:00
Sascha Peilicke
d8eab914f4 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=11
2013-10-24 11:09:11 +00:00
Sascha Peilicke
69d3686b84 - 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;

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=9
2012-06-25 15:18:51 +00:00
Sascha Peilicke
2e627e3621 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=7
2012-06-15 08:56:19 +00:00
Sascha Peilicke
86bef97e4d - Spec header cleanup
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=5
2012-06-11 12:38:36 +00:00
Sascha Peilicke
a3d36dadbb - Minor cleanup
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=2
2011-11-29 09:21:43 +00:00
Sascha Peilicke
38db14251e Accepting request 93467 from Virtualization:Cloud:OpenStack:Diablo
Dependency for OpenStack packages.

OBS-URL: https://build.opensuse.org/request/show/93467
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=1
2011-11-29 09:17:14 +00:00