summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy/Makefile
diff options
context:
space:
mode:
authoradam <adam>2015-11-18 10:41:39 +0000
committeradam <adam>2015-11-18 10:41:39 +0000
commit74473d94cfb69985d76431bc7ef7fa61fc5fea7b (patch)
tree8b64bc8030de2079d0d5f689f0ef7299a458d3d0 /databases/py-sqlalchemy/Makefile
parent7689d7266c54856a5e501768f6a8da417cfa1990 (diff)
downloadpkgsrc-74473d94cfb69985d76431bc7ef7fa61fc5fea7b.tar.gz
Changes 1.0.9:
Release 1.0.9 is a bugfix release, pushing out a collection of mostly small fixes that have accumulated over the past few months. In particular there is one small but important fix for users of the latest cx_Oracle library (5.2 or greater) in conjunction with Python 3 that corrects for an important issue in correctly detecting the version of this DBAPI and its Unicode behavior.
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 a4d9eecf660..764674cde92 100644
--- a/databases/py-sqlalchemy/Makefile
+++ b/databases/py-sqlalchemy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2015/08/01 09:30:52 adam Exp $
+# $NetBSD: Makefile,v 1.16 2015/11/18 10:41:39 adam Exp $
-DISTNAME= SQLAlchemy-1.0.8
+DISTNAME= SQLAlchemy-1.0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= databases python
MASTER_SITES= http://pypi.python.org/packages/source/S/SQLAlchemy/