summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy-utils/Makefile
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/Makefile
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/Makefile')
-rw-r--r--databases/py-sqlalchemy-utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlalchemy-utils/Makefile b/databases/py-sqlalchemy-utils/Makefile
index 2fd528ab7e2..3c53a4e678f 100644
--- a/databases/py-sqlalchemy-utils/Makefile
+++ b/databases/py-sqlalchemy-utils/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2014/10/05 20:17:58 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2014/10/26 23:56:38 rodent Exp $
-DISTNAME= SQLAlchemy-Utils-0.26.16
+DISTNAME= SQLAlchemy-Utils-0.27.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= databases python
MASTER_SITES= https://pypi.python.org/packages/source/S/SQLAlchemy-Utils/