summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy-utils/PLIST
diff options
context:
space:
mode:
authorrodent <rodent>2014-10-26 23:56:38 +0000
committerrodent <rodent>2014-10-26 23:56:38 +0000
commitde3f603d7385b35506c02baa1c9232884ef08775 (patch)
treeba41a65947cb048ea17857d4a0d7d1de038f6462 /databases/py-sqlalchemy-utils/PLIST
parent3a6e256b5078b69d9e050976f8eebe8aec47d334 (diff)
downloadpkgsrc-de3f603d7385b35506c02baa1c9232884ef08775.tar.gz
Changelog
--------- 0.27.5 (2014-10-24) ^^^^^^^^^^^^^^^^^^^ - Made assert_* functions automatically rollback session - Changed make_order_by_deterministic attach order by primary key for queries without order by - Fixed alias handling in has_unique_index - Fixed alias handling in has_index - Fixed alias handling in make_order_by_deterministic 0.27.4 (2014-10-23) ^^^^^^^^^^^^^^^^^^^ - Added assert_non_nullable, assert_nullable and assert_max_length testing functions 0.27.3 (2014-10-22) ^^^^^^^^^^^^^^^^^^^ - Added supported for various SQLAlchemy objects in make_order_by_deterministic (previosly this function threw exceptions for other than Column objects) 0.27.2 (2014-10-21) ^^^^^^^^^^^^^^^^^^^ - Fixed MapperEntity handling in get_mapper and get_tables utility functions - Fixed make_order_by_deterministic handling for queries without order by (no just silently ignores those rather than throws exception) - Made make_order_by_deterministic if given query uses strings as order by args 0.27.1 (2014-10-20) ^^^^^^^^^^^^^^^^^^^ - Added support for more SQLAlchemy based objects and classes in get_tables function - Added has_unique_index utility function - Added make_order_by_deterministic utility function 0.27.0 (2014-10-14) ^^^^^^^^^^^^^^^^^^^ - Added EncryptedType 0.26.17 (2014-10-07) ^^^^^^^^^^^^^^^^^^^^ - Added explain and explain_analyze expressions - Added analyze function
Diffstat (limited to 'databases/py-sqlalchemy-utils/PLIST')
-rw-r--r--databases/py-sqlalchemy-utils/PLIST8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/py-sqlalchemy-utils/PLIST b/databases/py-sqlalchemy-utils/PLIST
index 79dffe30457..2c464649c16 100644
--- a/databases/py-sqlalchemy-utils/PLIST
+++ b/databases/py-sqlalchemy-utils/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/08/07 01:27:48 rodent Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/10/26 23:56:38 rodent Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,6 +11,9 @@ ${PYSITELIB}/sqlalchemy_utils/__init__.pyo
${PYSITELIB}/sqlalchemy_utils/aggregates.py
${PYSITELIB}/sqlalchemy_utils/aggregates.pyc
${PYSITELIB}/sqlalchemy_utils/aggregates.pyo
+${PYSITELIB}/sqlalchemy_utils/asserts.py
+${PYSITELIB}/sqlalchemy_utils/asserts.pyc
+${PYSITELIB}/sqlalchemy_utils/asserts.pyo
${PYSITELIB}/sqlalchemy_utils/batch.py
${PYSITELIB}/sqlalchemy_utils/batch.pyc
${PYSITELIB}/sqlalchemy_utils/batch.pyo
@@ -104,6 +107,9 @@ ${PYSITELIB}/sqlalchemy_utils/types/country.pyo
${PYSITELIB}/sqlalchemy_utils/types/email.py
${PYSITELIB}/sqlalchemy_utils/types/email.pyc
${PYSITELIB}/sqlalchemy_utils/types/email.pyo
+${PYSITELIB}/sqlalchemy_utils/types/encrypted.py
+${PYSITELIB}/sqlalchemy_utils/types/encrypted.pyc
+${PYSITELIB}/sqlalchemy_utils/types/encrypted.pyo
${PYSITELIB}/sqlalchemy_utils/types/ip_address.py
${PYSITELIB}/sqlalchemy_utils/types/ip_address.pyc
${PYSITELIB}/sqlalchemy_utils/types/ip_address.pyo