summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy/Makefile
diff options
context:
space:
mode:
authoradam <adam>2017-04-05 15:47:28 +0000
committeradam <adam>2017-04-05 15:47:28 +0000
commitc2f537bc7dac4c0ce97a805c1a62597e9b30e7c1 (patch)
tree76110e26941b40c76705ff47ce8ee5aaa3fe344a /databases/py-sqlalchemy/Makefile
parent62e1c15a19b37f5457ded9572de9484ce2772805 (diff)
downloadpkgsrc-c2f537bc7dac4c0ce97a805c1a62597e9b30e7c1.tar.gz
Changes 1.1.9:
A continuing stream of small regressions is leading us to have to put out releases every few days at the moment. This release includes a fix to a regression that was caused by a fix to a regression :), specifically the sqlalchemy.ext.mutable fix put out in 1.1.8. It also fixes a different regression in the typing system introduced in 1.1.5, and also has a regular bug fix for another issue regarding "connectionless" execution.
Diffstat (limited to 'databases/py-sqlalchemy/Makefile')
-rw-r--r--databases/py-sqlalchemy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile
index c784d059568..fb4131c0a6b 100644
--- a/databases/py-sqlalchemy/Makefile
+++ b/databases/py-sqlalchemy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2017/04/01 15:43:54 adam Exp $
+# $NetBSD: Makefile,v 1.26 2017/04/05 15:47:28 adam Exp $
-DISTNAME= SQLAlchemy-1.1.8
+DISTNAME= SQLAlchemy-1.1.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/SQLAlchemy/}