pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-cares Version 2.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11476bdecd05
branches:  trunk
changeset: 365626:11476bdecd05
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jul 22 06:44:50 2017 +0000

description:
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

diffstat:

 net/py-cares/Makefile |   4 ++--
 net/py-cares/PLIST    |   5 ++++-
 net/py-cares/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 826639a120b2 -r 11476bdecd05 net/py-cares/Makefile
--- a/net/py-cares/Makefile     Sat Jul 22 02:58:23 2017 +0000
+++ b/net/py-cares/Makefile     Sat Jul 22 06:44:50 2017 +0000
@@ -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 -r 826639a120b2 -r 11476bdecd05 net/py-cares/PLIST
--- a/net/py-cares/PLIST        Sat Jul 22 02:58:23 2017 +0000
+++ b/net/py-cares/PLIST        Sat Jul 22 06:44:50 2017 +0000
@@ -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/__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 -r 826639a120b2 -r 11476bdecd05 net/py-cares/distinfo
--- a/net/py-cares/distinfo     Sat Jul 22 02:58:23 2017 +0000
+++ b/net/py-cares/distinfo     Sat Jul 22 06:44:50 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index