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.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a3cded38a04
branches:  trunk
changeset: 308711:1a3cded38a04
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 30 07:33:29 2018 +0000

description:
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:

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

diffs (27 lines):

diff -r 7789f2f08b96 -r 1a3cded38a04 databases/py-sqlalchemy/Makefile
--- a/databases/py-sqlalchemy/Makefile  Wed May 30 06:46:16 2018 +0000
+++ b/databases/py-sqlalchemy/Makefile  Wed May 30 07:33:29 2018 +0000
@@ -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 -r 7789f2f08b96 -r 1a3cded38a04 databases/py-sqlalchemy/distinfo
--- a/databases/py-sqlalchemy/distinfo  Wed May 30 06:46:16 2018 +0000
+++ b/databases/py-sqlalchemy/distinfo  Wed May 30 07:33:29 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index