From 2bd88fd912053dad170fcde12cdb2fec2b2a8f75 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 22 Jul 2017 06:44:50 +0000 Subject: Version 2.3.0 ============= - 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 --- net/py-cares/Makefile | 4 ++-- net/py-cares/PLIST | 5 ++++- net/py-cares/distinfo | 10 +++++----- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'net/py-cares') diff --git a/net/py-cares/Makefile b/net/py-cares/Makefile index f03ca9a47bb..c60e5411c7a 100644 --- a/net/py-cares/Makefile +++ b/net/py-cares/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/07/09 06:53:06 adam Exp $ +# $NetBSD: Makefile,v 1.2 2017/07/22 06:44:50 adam Exp $ -DISTNAME= pycares-2.2.0 +DISTNAME= pycares-2.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycares/} diff --git a/net/py-cares/PLIST b/net/py-cares/PLIST index 7431007eef4..d46d4c5d894 100644 --- a/net/py-cares/PLIST +++ b/net/py-cares/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/07/09 06:53:06 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/07/22 06:44:50 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -8,6 +8,9 @@ ${PYSITELIB}/_pycares_cffi.so ${PYSITELIB}/pycares/__init__.py ${PYSITELIB}/pycares/__init__.pyc ${PYSITELIB}/pycares/__init__.pyo +${PYSITELIB}/pycares/__main__.py +${PYSITELIB}/pycares/__main__.pyc +${PYSITELIB}/pycares/__main__.pyo ${PYSITELIB}/pycares/_cfficore/__init__.py ${PYSITELIB}/pycares/_cfficore/__init__.pyc ${PYSITELIB}/pycares/_cfficore/__init__.pyo diff --git a/net/py-cares/distinfo b/net/py-cares/distinfo index 0b6e195a6bd..75adef82160 100644 --- a/net/py-cares/distinfo +++ b/net/py-cares/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/07/09 06:53:06 adam Exp $ +$NetBSD: distinfo,v 1.2 2017/07/22 06:44:50 adam Exp $ -SHA1 (pycares-2.2.0.tar.gz) = 500f94407688c7b0b476b938e6179648e8057b64 -RMD160 (pycares-2.2.0.tar.gz) = 75d39c03bf8d5ee188c088eef2057419c3af239a -SHA512 (pycares-2.2.0.tar.gz) = 3254285ed4c10563d835a356d2b1063b26291e140b3d8df88c829fe683da5d161575ed62c88cae16f3091de8e09dd68f0fbebd536ea51ea3ebd5d344341de816 -Size (pycares-2.2.0.tar.gz) = 227602 bytes +SHA1 (pycares-2.3.0.tar.gz) = 930e2bd12eec1229dac8e877e05437f0bbf99a25 +RMD160 (pycares-2.3.0.tar.gz) = 9437a3e9b2e8c992f87f584ab63a1fd417a5e146 +SHA512 (pycares-2.3.0.tar.gz) = dc707ab0320e03fb20e728e2e2e52e92ed3388afcf19e4553bc2a15c33a129abee39a9bc423edb7be7113d42989286ab8e8ad48699cc7433a6d8823460fd4678 +Size (pycares-2.3.0.tar.gz) = 224941 bytes -- cgit v1.2.3