summaryrefslogtreecommitdiff
path: root/databases/py-python-sql
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2015-04-01 02:19:17 +0000
committerrodent <rodent@pkgsrc.org>2015-04-01 02:19:17 +0000
commitb31d9272eaf1590b1d2c8999e870db320bc536e1 (patch)
tree27c7f5a58444e46ea93389950ee018e8b3beca5f /databases/py-python-sql
parent66cebd4d4f3eaf4a313b5a000d30935af599867a (diff)
downloadpkgsrc-b31d9272eaf1590b1d2c8999e870db320bc536e1.tar.gz
Version 0.6 - 2015-02-05
* Fix Delete query under multithread * Add missing quote for with query name Version 0.5 - 2015-01-29 * Add schema * Add Common Table Expression * Escape Mod operator '%' with format paramstyle * Deprecate Interesect in favor of Intersect * Add Values
Diffstat (limited to 'databases/py-python-sql')
-rw-r--r--databases/py-python-sql/Makefile4
-rw-r--r--databases/py-python-sql/PLIST14
-rw-r--r--databases/py-python-sql/distinfo8
3 files changed, 19 insertions, 7 deletions
diff --git a/databases/py-python-sql/Makefile b/databases/py-python-sql/Makefile
index 805e489147d..3834358628b 100644
--- a/databases/py-python-sql/Makefile
+++ b/databases/py-python-sql/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2014/12/31 13:57:26 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2015/04/01 02:19:17 rodent Exp $
-DISTNAME= python-sql-0.4
+DISTNAME= python-sql-0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= https://pypi.python.org/packages/source/p/python-sql/
diff --git a/databases/py-python-sql/PLIST b/databases/py-python-sql/PLIST
index df46c6b400d..33a21beba95 100644
--- a/databases/py-python-sql/PLIST
+++ b/databases/py-python-sql/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/01/30 04:54:57 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/04/01 02:19:17 rodent Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -36,6 +36,9 @@ ${PYSITELIB}/sql/tests/test_cast.pyo
${PYSITELIB}/sql/tests/test_column.py
${PYSITELIB}/sql/tests/test_column.pyc
${PYSITELIB}/sql/tests/test_column.pyo
+${PYSITELIB}/sql/tests/test_combining_query.py
+${PYSITELIB}/sql/tests/test_combining_query.pyc
+${PYSITELIB}/sql/tests/test_combining_query.pyo
${PYSITELIB}/sql/tests/test_conditionals.py
${PYSITELIB}/sql/tests/test_conditionals.pyc
${PYSITELIB}/sql/tests/test_conditionals.pyo
@@ -66,6 +69,15 @@ ${PYSITELIB}/sql/tests/test_order.pyo
${PYSITELIB}/sql/tests/test_select.py
${PYSITELIB}/sql/tests/test_select.pyc
${PYSITELIB}/sql/tests/test_select.pyo
+${PYSITELIB}/sql/tests/test_table.py
+${PYSITELIB}/sql/tests/test_table.pyc
+${PYSITELIB}/sql/tests/test_table.pyo
${PYSITELIB}/sql/tests/test_update.py
${PYSITELIB}/sql/tests/test_update.pyc
${PYSITELIB}/sql/tests/test_update.pyo
+${PYSITELIB}/sql/tests/test_values.py
+${PYSITELIB}/sql/tests/test_values.pyc
+${PYSITELIB}/sql/tests/test_values.pyo
+${PYSITELIB}/sql/tests/test_with.py
+${PYSITELIB}/sql/tests/test_with.pyc
+${PYSITELIB}/sql/tests/test_with.pyo
diff --git a/databases/py-python-sql/distinfo b/databases/py-python-sql/distinfo
index 1d7ffdc436f..eaa2d0af0bf 100644
--- a/databases/py-python-sql/distinfo
+++ b/databases/py-python-sql/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2014/08/07 01:15:25 rodent Exp $
+$NetBSD: distinfo,v 1.4 2015/04/01 02:19:17 rodent Exp $
-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
+SHA1 (python-sql-0.6.tar.gz) = af0a044589ea1b8c33b28c07ced79dd1b6eca44d
+RMD160 (python-sql-0.6.tar.gz) = eed865ed7c071755d3609aca9989b621da2b3048
+Size (python-sql-0.6.tar.gz) = 24757 bytes