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 Version 0.6 - 2015-02-05
details: https://anonhg.NetBSD.org/pkgsrc/rev/48a40bbfeabc
branches: trunk
changeset: 649113:48a40bbfeabc
user: rodent <rodent%pkgsrc.org@localhost>
date: Wed Apr 01 02:19:17 2015 +0000
description:
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:
databases/py-python-sql/Makefile | 4 ++--
databases/py-python-sql/PLIST | 14 +++++++++++++-
databases/py-python-sql/distinfo | 8 ++++----
3 files changed, 19 insertions(+), 7 deletions(-)
diffs (60 lines):
diff -r 6a691ce0038c -r 48a40bbfeabc databases/py-python-sql/Makefile
--- a/databases/py-python-sql/Makefile Wed Apr 01 02:17:02 2015 +0000
+++ b/databases/py-python-sql/Makefile Wed Apr 01 02:19:17 2015 +0000
@@ -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 -r 6a691ce0038c -r 48a40bbfeabc databases/py-python-sql/PLIST
--- a/databases/py-python-sql/PLIST Wed Apr 01 02:17:02 2015 +0000
+++ b/databases/py-python-sql/PLIST Wed Apr 01 02:19:17 2015 +0000
@@ -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_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_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 -r 6a691ce0038c -r 48a40bbfeabc databases/py-python-sql/distinfo
--- a/databases/py-python-sql/distinfo Wed Apr 01 02:17:02 2015 +0000
+++ b/databases/py-python-sql/distinfo Wed Apr 01 02:19:17 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index