diff options
author | rodent <rodent> | 2014-08-07 01:15:25 +0000 |
---|---|---|
committer | rodent <rodent> | 2014-08-07 01:15:25 +0000 |
commit | 4fc41f0a91af3830cebe8696a38d0d9dbb0ec588 (patch) | |
tree | 18a62682bdf01703fc39b917a54cc413d9aa555c /databases | |
parent | e27673e604c07cfc4141928df97309e215c509ec (diff) | |
download | pkgsrc-4fc41f0a91af3830cebe8696a38d0d9dbb0ec588.tar.gz |
Version 0.4 - 2014-08-03
* Fix Mapping in Trim function
* Add __truediv__ alias of __div__ for Python3
* Fix For tables setter when tables is not a list
* Allow to add Table to existing From list
* Fix Select with for_ clause
* Add Null alias for None
* Add missing format of operand in Unary operator
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-python-sql/Makefile | 4 | ||||
-rw-r--r-- | databases/py-python-sql/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/py-python-sql/Makefile b/databases/py-python-sql/Makefile index 023357db265..bede222d448 100644 --- a/databases/py-python-sql/Makefile +++ b/databases/py-python-sql/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2014/02/01 17:19:07 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2014/08/07 01:15:25 rodent Exp $ -DISTNAME= python-sql-0.3 +DISTNAME= python-sql-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= https://pypi.python.org/packages/source/p/python-sql/ diff --git a/databases/py-python-sql/distinfo b/databases/py-python-sql/distinfo index 74a604b0a5f..1d7ffdc436f 100644 --- a/databases/py-python-sql/distinfo +++ b/databases/py-python-sql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/02/01 14:10:47 rodent Exp $ +$NetBSD: distinfo,v 1.3 2014/08/07 01:15:25 rodent Exp $ -SHA1 (python-sql-0.3.tar.gz) = 8a9b6d9e08de86d65b2a5d67119b44c67937f69e -RMD160 (python-sql-0.3.tar.gz) = 5ad555f405b00724118d606d75d12d5e820c4309 -Size (python-sql-0.3.tar.gz) = 19804 bytes +SHA1 (python-sql-0.4.tar.gz) = a73b67791213f29bcc4000a7d8e5978a961e429a +RMD160 (python-sql-0.4.tar.gz) = 351be7475a5e1309b9ef7e3c533643e6b9e82acd +Size (python-sql-0.4.tar.gz) = 21469 bytes |