summaryrefslogtreecommitdiff
path: root/net/py-ifaddr
AgeCommit message (Collapse)AuthorFilesLines
2022-08-10py-ifaddr: updated to 0.2.0adam3-14/+13
0.2.0 Added an option to include IP-less adapters, thanks to memory Fixed a bug where an interface's name was bytes, not str, on Windows Added an implementation of netifaces.interfaces() (available through ifaddr.netifaces.interfaces()) Added type hints Backwards incompatible/breaking changes: Dropped Python 3.6 support
2022-01-14*: remove workaround patches for python 3.6wiz2-21/+1
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2020-06-20(net/py-ifaddr) fix build for py3, Explicitly read file as UTF-8, tks joerg@mef2-1/+21
2020-06-10py-ifaddr: updated to 0.1.7adam3-18/+23
0.1.7 Fixed Python 3 compatibility in the examples Exposed network interface indexes in Adapter.index Added the license file to distributions on PyPI Fixed Illumos/Solaris compatibility Set up universal wheels, ifaddr will have both source and wheel distributions on PyPI from now on
2019-12-31(net/py-ifaddr) revert wrong change on Makefilemef1-3/+1
2019-12-31(net/py-ifaddr) experimental build fix for py27 (and py37)mef2-2/+5
2019-12-29net/py-ifaddr: import py38-ifaddr-0.1.6ryoon4-0/+44
ifaddr is a small Python library that allows you to find all the IP addresses of the computer.