Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit c5e1f65

Browse filesBrowse files
committed
Allow newer netifaces releases
The bug that was concerning us[1] is fixed now. [1] https://bitbucket.org/al45tair/netifaces/issues/39/netmask-is-always-255255255255
1 parent ecadb8c commit c5e1f65
Copy full SHA for c5e1f65

File tree

Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ See examples directory for more.
122122
Changelog
123123
=========
124124

125+
0.19.1
126+
------
127+
128+
* Allowed installation with netifaces >= 0.10.6 (a bug that was concerning us
129+
got fixed)
130+
125131
0.19.0
126132
------
127133

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# to be 255.255.255.255 on Windows which breaks things. See:
6161
# * https://github.com/jstasiak/python-zeroconf/issues/84
6262
# * https://bitbucket.org/al45tair/netifaces/issues/39/netmask-is-always-255255255255
63-
'netifaces<=0.10.4',
63+
'netifaces!=0.10.5',
6464
'six',
6565
],
6666
)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.