pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-sqlalchemy Changes 1.0.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f6365c4d360
branches:  trunk
changeset: 347907:5f6365c4d360
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 02 10:29:03 2016 +0000

description:
Changes 1.0.13

Fixed bug in ?evaluate? strategy of Query.update() and Query.delete() which would fail to accommodate a bound parameter with a ?callable? value, as which occurs when filtering by a many-to-one 
equality expression along a relationship.

Fixed bug whereby the event listeners used for backrefs could be inadvertently applied multiple times, when using a deep class inheritance hierarchy in conjunction with mutiple mapper configuration 
steps.

Fixed bug whereby passing a text() construct to the Query.group_by() method would raise an error, instead of intepreting the object as a SQL fragment.

Anonymous labeling is applied to a func construct that is passed to column_property(), so that if the same attribute is referred to as a column expression twice the names are de-duped, thus avoiding 
?ambiguous column? errors. Previously, the .label(None) would need to be applied in order for the name to be de-anonymized.

Fixed regression appearing in the 1.0 series in ORM loading where the exception raised for an expected column missing would incorrectly be a NoneType error, rather than the expected NoSuchColumnError.

diffstat:

 databases/py-sqlalchemy/Makefile |   6 +++---
 databases/py-sqlalchemy/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r fe5fc0bf76f0 -r 5f6365c4d360 databases/py-sqlalchemy/Makefile
--- a/databases/py-sqlalchemy/Makefile  Thu Jun 02 09:57:32 2016 +0000
+++ b/databases/py-sqlalchemy/Makefile  Thu Jun 02 10:29:03 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2016/04/11 09:24:24 adam Exp $
+# $NetBSD: Makefile,v 1.19 2016/06/02 10:29:03 adam Exp $
 
-DISTNAME=      SQLAlchemy-1.0.12
+DISTNAME=      SQLAlchemy-1.0.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    databases python
-MASTER_SITES=  http://pypi.python.org/packages/source/S/SQLAlchemy/
+MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SQLAlchemy/}
 
 MAINTAINER=    tonnerre%NetBSD.org@localhost
 HOMEPAGE=      http://www.sqlalchemy.org/
diff -r fe5fc0bf76f0 -r 5f6365c4d360 databases/py-sqlalchemy/distinfo
--- a/databases/py-sqlalchemy/distinfo  Thu Jun 02 09:57:32 2016 +0000
+++ b/databases/py-sqlalchemy/distinfo  Thu Jun 02 10:29:03 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2016/04/11 09:24:24 adam Exp $
+$NetBSD: distinfo,v 1.15 2016/06/02 10:29:03 adam Exp $
 
-SHA1 (SQLAlchemy-1.0.12.tar.gz) = 854e38c746746e7b46189939d2102068ee2f4249
-RMD160 (SQLAlchemy-1.0.12.tar.gz) = abc7fd6b9d0874685433c30f81f8c260324f3223
-SHA512 (SQLAlchemy-1.0.12.tar.gz) = 67878cd5dd43bebcf17ec40e6879084e661652d0cef3a848eaa3fbc89dcd499ba7bba595ae514a531889496c182a76cd78e2e7ea37ab366ce6b373cbe963c8af
-Size (SQLAlchemy-1.0.12.tar.gz) = 4748974 bytes
+SHA1 (SQLAlchemy-1.0.13.tar.gz) = 80b5631316144cac4d37f9eab4e8801d8501f1e1
+RMD160 (SQLAlchemy-1.0.13.tar.gz) = de14eb7fb03471b2d1891f591833f535fc147fa7
+SHA512 (SQLAlchemy-1.0.13.tar.gz) = 0e0aff5c4b25fa4958c3c7e17d467e41e44603cebc2b9eb6a5cbb5f3b192c83d5f0120757e48a2ace7d00acf7c7231aaca0318555082b45f3e33309a6fb982b4
+Size (SQLAlchemy-1.0.13.tar.gz) = 4757399 bytes



Home | Main Index | Thread Index | Old Index