Commit Graph

28 Commits

Author SHA256 Message Date
Dominique Leuenberger
0e48656f94 Accepting request 1081854 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netifaces?expand=0&rev=16
2023-04-22 19:59:57 +00:00
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
Dominique Leuenberger
1d6513409f Accepting request 906774 from devel:languages:python
- 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/request/show/906774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netifaces?expand=0&rev=15
2021-07-21 17:05:30 +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
Dominique Leuenberger
559dc0391c Accepting request 705225 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/705225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netifaces?expand=0&rev=14
2019-06-01 07:45:09 +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
Yuchen Lin
f9b8a22f53 Accepting request 634718 from devel:languages:python
- update to 0.10.7:
  * move to github

OBS-URL: https://build.opensuse.org/request/show/634718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netifaces?expand=0&rev=13
2018-09-13 22:00:56 +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
Dominique Leuenberger
4d7c12d690 Accepting request 509012 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/509012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netifaces?expand=0&rev=12
2017-07-19 09:20:31 +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
Dominique Leuenberger
ba50b6a4f7 Accepting request 484783 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/484783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netifaces?expand=0&rev=11
2017-04-28 07:12:11 +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
Stephan Kulow
f74163161a Accepting request 235267 from devel:languages:python
- Version bump to 0.10.4:
  * Various small fixes
- Fix source download url
- Fix homepage

- 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/235267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netifaces?expand=0&rev=9
2014-05-26 12:43:41 +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
Tomáš Chvátal
4d64c6715b Accepting request 204602 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netifaces?expand=0&rev=8
2013-10-25 09:23:36 +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
Stephan Kulow
9dfcdb2704 Accepting request 126134 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/126134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netifaces?expand=0&rev=5
2012-06-26 15:57:05 +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
Stephan Kulow
e5692d6f1f Accepting request 125075 from devel:languages:python
- 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/request/show/125075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netifaces?expand=0&rev=3
2012-06-18 15:35:25 +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
Stephan Kulow
958e25a417 Accepting request 124459 from devel:languages:python
- Spec header cleanup

OBS-URL: https://build.opensuse.org/request/show/124459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netifaces?expand=0&rev=2
2012-06-13 11:32:43 +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
Pascal Bleser
8dc285743f remove %debug_package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=4
2011-12-12 09:04:00 +00:00
Stephan Kulow
73d4255265 Accepting request 94215 from devel:languages:python
openstack

OBS-URL: https://build.opensuse.org/request/show/94215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netifaces?expand=0&rev=1
2011-12-07 13:39:31 +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