databases/py-pglast: Update to 1.2

Changelog:

* Implement new split() function
* Implement BooleanTest printer

https://github.com/lelit/pglast/blob/v1.2/CHANGES.rst

PR:		236338
Submitted by:	Jaroslaw Zurek <j.zurek@fudosecurity.com>
Approved by:	tcberner (mentor), maintainer
Differential Revision:	https://reviews.freebsd.org/D19522
This commit is contained in:
Kai Knoblich 2019-03-09 18:23:45 +00:00
parent 172babd4fa
commit ff1f20543f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495187
2 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pglast
PORTVERSION= 1.1
PORTVERSION= 1.2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,7 +11,6 @@ MAINTAINER= a.wolk@fudosecurity.com
COMMENT= PostgreSQL Languages AST and statements prettifier
LICENSE= GPLv3+
#LICENSE_FILE= ${WRKSRC}/
USES= gmake python:3.4+
USE_PYTHON= autoplist distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1547379267
SHA256 (pglast-1.1.tar.gz) = 3149c8b80c84f54fcdc56685e9e12625a7774e02352469d90ad9a30edcca759c
SIZE (pglast-1.1.tar.gz) = 1483748
TIMESTAMP = 1551904223
SHA256 (pglast-1.2.tar.gz) = e9d9026fc2ee86983a16679670bc85b6273d8266128185f90b7c84b3965bb1ee
SIZE (pglast-1.2.tar.gz) = 1486757