pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-sqlalchemy



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 24 07:19:27 UTC 2018

Modified Files:
        pkgsrc/databases/py-sqlalchemy: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/databases/py-sqlalchemy/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/py-sqlalchemy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-sqlalchemy/Makefile
diff -u pkgsrc/databases/py-sqlalchemy/Makefile:1.41 pkgsrc/databases/py-sqlalchemy/Makefile:1.42
--- pkgsrc/databases/py-sqlalchemy/Makefile:1.41        Tue Jul  3 05:34:20 2018
+++ pkgsrc/databases/py-sqlalchemy/Makefile     Tue Jul 24 07:19:27 2018
@@ -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/}

Index: pkgsrc/databases/py-sqlalchemy/distinfo
diff -u pkgsrc/databases/py-sqlalchemy/distinfo:1.36 pkgsrc/databases/py-sqlalchemy/distinfo:1.37
--- pkgsrc/databases/py-sqlalchemy/distinfo:1.36        Tue Jul  3 05:34:20 2018
+++ pkgsrc/databases/py-sqlalchemy/distinfo     Tue Jul 24 07:19:27 2018
@@ -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