Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id CADBBA654B for ; Wed, 1 Apr 2015 02:24:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 752E314A377; Wed, 1 Apr 2015 02:24:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1748114A33F for ; Wed, 1 Apr 2015 02:24:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JMnpgNW4fk4k for ; Wed, 1 Apr 2015 02:24:00 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 57DFF14A313 for ; Wed, 1 Apr 2015 02:24:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4BCF598; Wed, 1 Apr 2015 02:24:00 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 1 Apr 2015 02:24:00 +0000 From: "Blue Rats" Subject: CVS commit: pkgsrc/databases/py-sqlalchemy-utils To: pkgsrc-changes@NetBSD.org Reply-To: rodent@netbsd.org X-Mailer: log_accum Message-Id: <20150401022400.4BCF598@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rodent Date: Wed Apr 1 02:24:00 UTC 2015 Modified Files: pkgsrc/databases/py-sqlalchemy-utils: Makefile PLIST distinfo Log Message: Changelog --------- 0.29.8 (2015-03-03) ^^^^^^^^^^^^^^^^^^^ - Added get_class_by_table ORM utility function 0.29.7 (2015-03-01) ^^^^^^^^^^^^^^^^^^^ - Added Enum representation support for ChoiceType 0.29.6 (2015-02-03) ^^^^^^^^^^^^^^^^^^^ - Added customizable TranslationHybrid default value 0.29.5 (2015-02-03) ^^^^^^^^^^^^^^^^^^^ - Made assert_max_length support PostgreSQL array type 0.29.4 (2015-01-31) ^^^^^^^^^^^^^^^^^^^ - Made CaseInsensitiveComparator not cast already lowercased types to lowercase 0.29.3 (2015-01-24) ^^^^^^^^^^^^^^^^^^^ - Fixed analyze function runtime property handling for PostgreSQL >= 9.4 - Fixed drop_database and create_database identifier quoting (#122) 0.29.2 (2015-01-08) ^^^^^^^^^^^^^^^^^^^ - Removed deprecated defer_except (SQLAlchemy's own load_only should be used from now on) - Added json_sql PostgreSQL helper function 0.29.1 (2015-01-03) ^^^^^^^^^^^^^^^^^^^ - Added assert_min_value and assert_max_value testing functions 0.29.0 (2015-01-02) ^^^^^^^^^^^^^^^^^^^ - Removed TSVectorType.match_tsquery (now replaced by TSVectorType.match to be compatible with SQLAlchemy) - Removed undocumented function tsvector_concat - Added support for TSVectorType concatenation through OR operator - Added documentation for TSVectorType (#102) 0.28.3 (2014-12-17) ^^^^^^^^^^^^^^^^^^^ - Made aggregated fully support column aliases - Changed test matrix to run all tests without any optional dependencies (as well as with all optional dependencies) 0.28.2 (2014-12-13) ^^^^^^^^^^^^^^^^^^^ - Fixed issue with Color importing (#104) 0.28.1 (2014-12-13) ^^^^^^^^^^^^^^^^^^^ - Improved EncryptedType to support more underlying_type's; now supports: Integer, Boolean, Date, Time, DateTime, ColorType, PhoneNumberType, Unicode(Text), String(Text), Enum - Allow a callable to be used to lookup the key for EncryptedType 0.28.0 (2014-12-12) ^^^^^^^^^^^^^^^^^^^ - Fixed PhoneNumber string coercion (#93) - Added observes decorator (generates decorator will be deprecated later) 0.27.11 (2014-12-06) ^^^^^^^^^^^^^^^^^^^^ - Added loose typed column checking support for get_column_key - Made get_column_key throw UnmappedColumnError to be consistent with SQLAlchemy 0.27.10 (2014-12-03) ^^^^^^^^^^^^^^^^^^^^ - Fixed column alias handling in dependent_objects To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/py-sqlalchemy-utils/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/py-sqlalchemy-utils/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/py-sqlalchemy-utils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.