summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy/Makefile
diff options
context:
space:
mode:
authoradam <adam>2016-01-03 10:52:32 +0000
committeradam <adam>2016-01-03 10:52:32 +0000
commit34a72d28d567aede283429ba60172bfee8023d70 (patch)
tree76db25f3ed27ffd1d97d5869f7782330a7629f39 /databases/py-sqlalchemy/Makefile
parent6f1d9be3dd857ff04625ff78c8c9c5b5a98ea292 (diff)
downloadpkgsrc-34a72d28d567aede283429ba60172bfee8023d70.tar.gz
Release 1.0.11, only twelve days after 1.0.10's release, is expedited to correct for one ORM-related regression introduced by a 1.0.10 fix; some other fairly significant bugfixes involving more recently added features, all reported subsequent to the release of 1.0.10, were also fixed. Fixes include a major issue in the "baked lazy loader" extension when used as a systemwide-replacement for lazy loading, a major series of fixes to the "eager_defaults" mapper persistence option, and a revision to 1.0.10's fix for a particular polymorphic joined-eager loading issue.
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 764674cde92..b460695c408 100644
--- a/databases/py-sqlalchemy/Makefile
+++ b/databases/py-sqlalchemy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2015/11/18 10:41:39 adam Exp $
+# $NetBSD: Makefile,v 1.17 2016/01/03 10:52:32 adam Exp $
-DISTNAME= SQLAlchemy-1.0.9
+DISTNAME= SQLAlchemy-1.0.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= databases python
MASTER_SITES= http://pypi.python.org/packages/source/S/SQLAlchemy/