svn commit: r503676 - head/dns/py-pydnstable

Don Lewis truckman at FreeBSD.org
Fri Jun 7 23:30:14 UTC 2019


Author: truckman
Date: Fri Jun  7 23:30:13 2019
New Revision: 503676
URL: https://svnweb.freebsd.org/changeset/ports/503676

Log:
  Upgrade dns/py-pydnstable to version 0.7.0
  
    pydnstable, the Python bindings for the dnstable library, version
    0.7.0, was released. This release features Python3 support and
    new query parameters for aggregation and skipping of results. In
    detail:
  
     * Python3 support.
     * Add new query parameters 'aggregate' and 'skip'.
  
  Allow both python2 and python3 flavors of this port to be built.
  
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/dns/py-pydnstable/Makefile
  head/dns/py-pydnstable/distinfo

Modified: head/dns/py-pydnstable/Makefile
==============================================================================
--- head/dns/py-pydnstable/Makefile	Fri Jun  7 23:25:52 2019	(r503675)
+++ head/dns/py-pydnstable/Makefile	Fri Jun  7 23:30:13 2019	(r503676)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pydnstable
-PORTVERSION=	0.6.1
+PORTVERSION=	0.7.0
 CATEGORIES=	dns python
 MASTER_SITES=	FARSIGHT LOCAL/truckman/farsight
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 LIB_DEPENDS=	libmtbl.so:devel/mtbl \
 		libdnstable.so:dns/dnstable
 
-USES=		pkgconfig python:2.7
+USES=		pkgconfig python
 USE_PYTHON=	autoplist cython distutils
 
 post-install:

Modified: head/dns/py-pydnstable/distinfo
==============================================================================
--- head/dns/py-pydnstable/distinfo	Fri Jun  7 23:25:52 2019	(r503675)
+++ head/dns/py-pydnstable/distinfo	Fri Jun  7 23:30:13 2019	(r503676)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540366911
-SHA256 (pydnstable-0.6.1.tar.gz) = 7d01addd78d2fce663d1f2551830e4a44f304c8ec90b4981474b5f7298a34882
-SIZE (pydnstable-0.6.1.tar.gz) = 7567
+TIMESTAMP = 1559945702
+SHA256 (pydnstable-0.7.0.tar.gz) = c302b1cffd8a6d2be27e6366f6578bfab04203ed6463884cacd4127e6aafd3f8
+SIZE (pydnstable-0.7.0.tar.gz) = 8595


More information about the svn-ports-all mailing list