pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-python-sql py-python-sql: update to 0.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ef0651617ab
branches:  trunk
changeset: 368853:3ef0651617ab
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 18 17:43:55 2017 +0000

description:
py-python-sql: update to 0.9

Version 0.9:
* Add distinct_on on Select
* Allow to use Select as Column of Select query
* Support Select without from clause

Version 0.8:
* Add DISTINCT qualifier to aggregate expressions
* Allow to order on select queries
* Add NULL ordering
* Use UPPER to simulate missing ILIKE
* Add CURRENT_DATE function
* Fix DateTrunc function name
* Add no_boolean Flavor
* Add converter format2numeric
* Add rownum limit style
* Add no_as Flavor

diffstat:

 databases/py-python-sql/Makefile |   4 ++--
 databases/py-python-sql/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 28a022e2d6ef -r 3ef0651617ab databases/py-python-sql/Makefile
--- a/databases/py-python-sql/Makefile  Mon Sep 18 17:35:10 2017 +0000
+++ b/databases/py-python-sql/Makefile  Mon Sep 18 17:43:55 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/09/16 19:26:44 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/09/18 17:43:55 adam Exp $
 
-DISTNAME=      python-sql-0.7
+DISTNAME=      python-sql-0.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-sql/}
diff -r 28a022e2d6ef -r 3ef0651617ab databases/py-python-sql/distinfo
--- a/databases/py-python-sql/distinfo  Mon Sep 18 17:35:10 2017 +0000
+++ b/databases/py-python-sql/distinfo  Mon Sep 18 17:43:55 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 01:56:28 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/09/18 17:43:55 adam Exp $
 
-SHA1 (python-sql-0.7.tar.gz) = db674f55c21ecdb8afc08aec68fe9306abdeaa76
-RMD160 (python-sql-0.7.tar.gz) = 153ba48aa64efbe16d02d2a905e3c3fda012b54d
-SHA512 (python-sql-0.7.tar.gz) = 18149504af2cae99b92a98a58db19d5be0198ea174d9f196d627e07d3a267bd3416b2baff060ac5aab4f97ee785d89a26f44b76e42dc3ca2a8c2309ffc7c69aa
-Size (python-sql-0.7.tar.gz) = 27422 bytes
+SHA1 (python-sql-0.9.tar.gz) = 94c0cc0edf0b6817104e8fb092e243206e40ccb8
+RMD160 (python-sql-0.9.tar.gz) = 4d4e34f635d74460aece9f3188cf44f375e4af70
+SHA512 (python-sql-0.9.tar.gz) = 81dd0d7396c5c8e3bbc8d34e2d78a1d8e099bbdc09217244a03e15f4ccdb1b33e30140408a1e9337963cc447f7650b6cf6834a290ae7703ef1227f3543809d53
+Size (python-sql-0.9.tar.gz) = 30219 bytes



Home | Main Index | Thread Index | Old Index