summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy
diff options
context:
space:
mode:
authoradam <adam>2016-04-11 09:24:24 +0000
committeradam <adam>2016-04-11 09:24:24 +0000
commit4a21b076028faa760511207676fe58c0db908534 (patch)
tree181b084580ace7fdd51c00f165f9989b31a5af44 /databases/py-sqlalchemy
parent1bf6bb6bb052ce9e00af191a3ce23d93e15f3680 (diff)
downloadpkgsrc-4a21b076028faa760511207676fe58c0db908534.tar.gz
Release 1.0.12 is a bug fix release resolving a handful of issues reported in the past few weeks. Primary development continues on the 1.1 series which is slated for initial releases in the spring.
1.0.12 includes relatively minor fixes, including a revision to a fix made for version 1.0.10 where we're attempting to report on the "cause" of an error that is interrupted by a later failure to emit a ROLLBACK on the MySQL platform. While Python 3 solves this problem using exception chaining and cause reporting, on Python 2 we emit a warning so that the cause isn't totally concealed. The condition has been expanded to emit this warning in a much wider range of scenarios.
Diffstat (limited to 'databases/py-sqlalchemy')
-rw-r--r--databases/py-sqlalchemy/Makefile4
-rw-r--r--databases/py-sqlalchemy/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile
index b460695c408..62e7150df25 100644
--- a/databases/py-sqlalchemy/Makefile
+++ b/databases/py-sqlalchemy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2016/01/03 10:52:32 adam Exp $
+# $NetBSD: Makefile,v 1.18 2016/04/11 09:24:24 adam Exp $
-DISTNAME= SQLAlchemy-1.0.11
+DISTNAME= SQLAlchemy-1.0.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= databases python
MASTER_SITES= http://pypi.python.org/packages/source/S/SQLAlchemy/
diff --git a/databases/py-sqlalchemy/distinfo b/databases/py-sqlalchemy/distinfo
index 94ac306026d..94ef58ab846 100644
--- a/databases/py-sqlalchemy/distinfo
+++ b/databases/py-sqlalchemy/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/01/03 10:52:32 adam Exp $
+$NetBSD: distinfo,v 1.14 2016/04/11 09:24:24 adam Exp $
-SHA1 (SQLAlchemy-1.0.11.tar.gz) = 26d81b4df87dcd25bc9a91dc2ed124454cbc61e9
-RMD160 (SQLAlchemy-1.0.11.tar.gz) = 7a9c6fa5486c9767c567c26f83f25f92308812d6
-SHA512 (SQLAlchemy-1.0.11.tar.gz) = b7f4d97faffefad65bbfb0c16c1ac0e27addc28546637ad323273311cfe4ef17be6e77e6279331b575ffd6cfdc6e57634666e4898aa484b275142cf665ba4920
-Size (SQLAlchemy-1.0.11.tar.gz) = 4708987 bytes
+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