pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-sqlalchemy py-sqlalchemy: updated to 1.2.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00d5535026ec
branches:  trunk
changeset: 310769:00d5535026ec
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 24 07:19:27 2018 +0000

description:
py-sqlalchemy: updated to 1.2.10

1.2.10:
[orm] [bug] Fixed bug in Bundle construct where placing two columns of the same name would be de-duplicated, when the Bundle were used as part of the rendered SQL, such as in the ORDER BY or GROUP BY 
of the statement.

[orm] [bug] Fixed regression in 1.2.9 due to 4287 where using a Load option in conjunction with a string wildcard would result in a TypeError.

[sql] [bug] Fixed bug where a Sequence would be dropped explicitly before any Table that refers to it, which breaks in the case when the sequence is also involved in a server-side default for that 
table, when using MetaData.drop_all(). The step which processes sequences to be dropped via non server-side column default functions is now invoked after the table itself is dropped.

diffstat:

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

diffs (27 lines):

diff -r f0c848529f4a -r 00d5535026ec databases/py-sqlalchemy/Makefile
--- a/databases/py-sqlalchemy/Makefile  Tue Jul 24 06:34:49 2018 +0000
+++ b/databases/py-sqlalchemy/Makefile  Tue Jul 24 07:19:27 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2018/07/03 05:34:20 adam Exp $
+# $NetBSD: Makefile,v 1.42 2018/07/24 07:19:27 adam Exp $
 
-DISTNAME=      SQLAlchemy-1.2.9
+DISTNAME=      SQLAlchemy-1.2.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SQLAlchemy/}
diff -r f0c848529f4a -r 00d5535026ec databases/py-sqlalchemy/distinfo
--- a/databases/py-sqlalchemy/distinfo  Tue Jul 24 06:34:49 2018 +0000
+++ b/databases/py-sqlalchemy/distinfo  Tue Jul 24 07:19:27 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2018/07/03 05:34:20 adam Exp $
+$NetBSD: distinfo,v 1.37 2018/07/24 07:19:27 adam Exp $
 
-SHA1 (SQLAlchemy-1.2.9.tar.gz) = 688c300961930d694d42827b53033a178af3e022
-RMD160 (SQLAlchemy-1.2.9.tar.gz) = e65200aade6b7df9d7a770928258b76e44eac04d
-SHA512 (SQLAlchemy-1.2.9.tar.gz) = 88ef57b9e456d7047bd7b5fd9607c87a473a9917d662960b0614fbfc40891002309eda55e66e42a6a280c6d6e7e8e6921349901a19c1caaedace2d532b32af22
-Size (SQLAlchemy-1.2.9.tar.gz) = 5606090 bytes
+SHA1 (SQLAlchemy-1.2.10.tar.gz) = c5e29df50fc2e294005a34c92d1eb7d427afec85
+RMD160 (SQLAlchemy-1.2.10.tar.gz) = 68d38d399f92f3c63004c3de121349a9b74a89db
+SHA512 (SQLAlchemy-1.2.10.tar.gz) = d5684877c85cd85a117bf5ab3afdee8d810839fa903d84cc802678f48bd9f58d3975b60b96cdc5d598f3127f66a0fbc4463a826a5877698e6ba97f10d98b8726
+Size (SQLAlchemy-1.2.10.tar.gz) = 5615652 bytes



Home | Main Index | Thread Index | Old Index