summaryrefslogtreecommitdiff
path: root/net/py-cares
AgeCommit message (Collapse)AuthorFilesLines
2019-01-04py-cares: updated to 2.4.0adam3-13/+13
Version 2.4.0 - misc: fix building wheels for unavailable Python versions - test: skip getaddrinfo6 test on Travis - doc: add FreeBSD building instructions - build: fix MinGW build - ci, misc: add support for CPython 3.7 - ci: run on latest PyPy versions on TravisCI - examples: extra examples - ci: fix AppVeyor build - test: fix TXT test - core: fix repr for PTR results
2018-10-22py-cares: Fix build on SunOS.jperkin2-1/+20
2017-07-30Switch github HOMEPAGEs to https.wiz1-2/+2
2017-07-22Version 2.3.0adam3-8/+11
============= - core: fix CPython implementation TTL parsing issue - core: add ability to make queries using the command line - core: fix parsing TXT records with invalid UTF-8 chars - deps: removed unneeded c-ares files - core: update bundled c-ares to 1.13.0 - ci: fix PyPy in Travis
2017-07-09pycares is a Python module which provides an interface to c-ares. c-ares is aadam4-0/+52
C library that performs DNS requests and name resolves asynchronously.