diff options
author | adam <adam@pkgsrc.org> | 2018-05-30 07:33:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-05-30 07:33:29 +0000 |
commit | bc3aad9487cd6ae0c3c21694c99a786be3ca2d16 (patch) | |
tree | 53f2d21b51ef57f972e55c7a4f488e4216f77c3b /databases | |
parent | a294cd8a947e171321b5a7b2f335715a1de18d27 (diff) | |
download | pkgsrc-bc3aad9487cd6ae0c3c21694c99a786be3ca2d16.tar.gz |
py-sqlalchemy: updated to 1.2.8
Release 1.2.8 includes a fairly broad spectrum of fixes, including fixes for some memory/synchronization issues within the connection pool, automap and statement caching functionalities, as well as some issues that were introduced in the 1.2 series related to the horizontal sharding extension as well as the dogpile.caching example. Users of the dogpile.cache recipe should review the changes here when migrating to SQLAlchemy 1.2.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-sqlalchemy/Makefile | 4 | ||||
-rw-r--r-- | databases/py-sqlalchemy/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index d5c0b8e15eb..0b9d5d85252 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2018/04/27 06:51:55 adam Exp $ +# $NetBSD: Makefile,v 1.40 2018/05/30 07:33:29 adam Exp $ -DISTNAME= SQLAlchemy-1.2.7 +DISTNAME= SQLAlchemy-1.2.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=S/SQLAlchemy/} diff --git a/databases/py-sqlalchemy/distinfo b/databases/py-sqlalchemy/distinfo index dd940cab59a..2e835547e7a 100644 --- a/databases/py-sqlalchemy/distinfo +++ b/databases/py-sqlalchemy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.34 2018/04/27 06:51:55 adam Exp $ +$NetBSD: distinfo,v 1.35 2018/05/30 07:33:29 adam Exp $ -SHA1 (SQLAlchemy-1.2.7.tar.gz) = 343aa9ade5fc6b01933f5d2d8fc97c75005ac9fa -RMD160 (SQLAlchemy-1.2.7.tar.gz) = cac74d5c9bc658879342793c65c176d438da3789 -SHA512 (SQLAlchemy-1.2.7.tar.gz) = c592916dae177bcda7b3d7111af4269815d555273b548e35b58caaf518f7a5dc2256e5b98601cbbf0bbc95405fadd89f8e6b977e0d8104ce4e216d5c6924eda2 -Size (SQLAlchemy-1.2.7.tar.gz) = 5571719 bytes +SHA1 (SQLAlchemy-1.2.8.tar.gz) = db4a2965bc370072ed7bc245d956952bfb634b37 +RMD160 (SQLAlchemy-1.2.8.tar.gz) = bfbb185df3258d3ca35ae2e67a5360d05696e40f +SHA512 (SQLAlchemy-1.2.8.tar.gz) = 07af161586ac0a9a44e8dff3a65b0433d41ccac89e0b4e2e7d9427c42dcdcca19c31805f81cad242e017e21557b2ff95d0c9e9e2e2339446bd75d0b415fafaf0 +Size (SQLAlchemy-1.2.8.tar.gz) = 5586724 bytes |