summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam>2015-08-01 09:30:52 +0000
committeradam <adam>2015-08-01 09:30:52 +0000
commitf0575ec6f736540cb0844d8ba56589619f553daa (patch)
tree9fbc04bf450854510ba7065e1f8bf9017dbffa46 /databases
parentf26bc5adf8a1cd9c679d051e934577987227908e (diff)
downloadpkgsrc-f0575ec6f736540cb0844d8ba56589619f553daa.tar.gz
Release 1.0.8 comes almost immediately after 1.0.7, as a new issue involving the connection pool has been identified and fixed which impacts any application that relies upon consistent behavior of the .info dictionary on a connection that is undergoing reconnect attempts. Applications and libraries which make use of connection pool event handlers may benefit from this release, as it repairs the behavior of the .info dictionary and reduces the likelihood of stale connections being passed to the "checkout" handler.
Diffstat (limited to 'databases')
-rw-r--r--databases/py-sqlalchemy/Makefile6
-rw-r--r--databases/py-sqlalchemy/PLIST35
-rw-r--r--databases/py-sqlalchemy/distinfo8
-rw-r--r--databases/py-sqlalchemy/options.mk25
4 files changed, 28 insertions, 46 deletions
diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile
index 5b7f64469ee..a4d9eecf660 100644
--- a/databases/py-sqlalchemy/Makefile
+++ b/databases/py-sqlalchemy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2015/03/15 14:04:30 adam Exp $
+# $NetBSD: Makefile,v 1.15 2015/08/01 09:30:52 adam Exp $
-DISTNAME= SQLAlchemy-0.9.9
+DISTNAME= SQLAlchemy-1.0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= databases python
MASTER_SITES= http://pypi.python.org/packages/source/S/SQLAlchemy/
@@ -15,8 +15,6 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-mock>=0:../../devel/py-mock
REPLACE_PYTHON= lib/sqlalchemy/testing/runner.py
-.include "options.mk"
-
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-sqlalchemy/PLIST b/databases/py-sqlalchemy/PLIST
index c28737c630f..aa83b435b1e 100644
--- a/databases/py-sqlalchemy/PLIST
+++ b/databases/py-sqlalchemy/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2015/03/15 14:04:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2015/08/01 09:30:52 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,9 +13,6 @@ ${PYSITELIB}/sqlalchemy/connectors/__init__.pyo
${PYSITELIB}/sqlalchemy/connectors/mxodbc.py
${PYSITELIB}/sqlalchemy/connectors/mxodbc.pyc
${PYSITELIB}/sqlalchemy/connectors/mxodbc.pyo
-${PYSITELIB}/sqlalchemy/connectors/mysqldb.py
-${PYSITELIB}/sqlalchemy/connectors/mysqldb.pyc
-${PYSITELIB}/sqlalchemy/connectors/mysqldb.pyo
${PYSITELIB}/sqlalchemy/connectors/pyodbc.py
${PYSITELIB}/sqlalchemy/connectors/pyodbc.pyc
${PYSITELIB}/sqlalchemy/connectors/pyodbc.pyo
@@ -31,15 +28,6 @@ ${PYSITELIB}/sqlalchemy/databases/__init__.pyo
${PYSITELIB}/sqlalchemy/dialects/__init__.py
${PYSITELIB}/sqlalchemy/dialects/__init__.pyc
${PYSITELIB}/sqlalchemy/dialects/__init__.pyo
-${PYSITELIB}/sqlalchemy/dialects/drizzle/__init__.py
-${PYSITELIB}/sqlalchemy/dialects/drizzle/__init__.pyc
-${PYSITELIB}/sqlalchemy/dialects/drizzle/__init__.pyo
-${PYSITELIB}/sqlalchemy/dialects/drizzle/base.py
-${PYSITELIB}/sqlalchemy/dialects/drizzle/base.pyc
-${PYSITELIB}/sqlalchemy/dialects/drizzle/base.pyo
-${PYSITELIB}/sqlalchemy/dialects/drizzle/mysqldb.py
-${PYSITELIB}/sqlalchemy/dialects/drizzle/mysqldb.pyc
-${PYSITELIB}/sqlalchemy/dialects/drizzle/mysqldb.pyo
${PYSITELIB}/sqlalchemy/dialects/firebird/__init__.py
${PYSITELIB}/sqlalchemy/dialects/firebird/__init__.pyc
${PYSITELIB}/sqlalchemy/dialects/firebird/__init__.pyo
@@ -142,6 +130,9 @@ ${PYSITELIB}/sqlalchemy/dialects/postgresql/pg8000.pyo
${PYSITELIB}/sqlalchemy/dialects/postgresql/psycopg2.py
${PYSITELIB}/sqlalchemy/dialects/postgresql/psycopg2.pyc
${PYSITELIB}/sqlalchemy/dialects/postgresql/psycopg2.pyo
+${PYSITELIB}/sqlalchemy/dialects/postgresql/psycopg2cffi.py
+${PYSITELIB}/sqlalchemy/dialects/postgresql/psycopg2cffi.pyc
+${PYSITELIB}/sqlalchemy/dialects/postgresql/psycopg2cffi.pyo
${PYSITELIB}/sqlalchemy/dialects/postgresql/pypostgresql.py
${PYSITELIB}/sqlalchemy/dialects/postgresql/pypostgresql.pyc
${PYSITELIB}/sqlalchemy/dialects/postgresql/pypostgresql.pyo
@@ -241,6 +232,9 @@ ${PYSITELIB}/sqlalchemy/ext/associationproxy.pyo
${PYSITELIB}/sqlalchemy/ext/automap.py
${PYSITELIB}/sqlalchemy/ext/automap.pyc
${PYSITELIB}/sqlalchemy/ext/automap.pyo
+${PYSITELIB}/sqlalchemy/ext/baked.py
+${PYSITELIB}/sqlalchemy/ext/baked.pyc
+${PYSITELIB}/sqlalchemy/ext/baked.pyo
${PYSITELIB}/sqlalchemy/ext/compiler.py
${PYSITELIB}/sqlalchemy/ext/compiler.pyc
${PYSITELIB}/sqlalchemy/ext/compiler.pyo
@@ -391,6 +385,9 @@ ${PYSITELIB}/sqlalchemy/sql/base.pyo
${PYSITELIB}/sqlalchemy/sql/compiler.py
${PYSITELIB}/sqlalchemy/sql/compiler.pyc
${PYSITELIB}/sqlalchemy/sql/compiler.pyo
+${PYSITELIB}/sqlalchemy/sql/crud.py
+${PYSITELIB}/sqlalchemy/sql/crud.pyc
+${PYSITELIB}/sqlalchemy/sql/crud.pyo
${PYSITELIB}/sqlalchemy/sql/ddl.py
${PYSITELIB}/sqlalchemy/sql/ddl.pyc
${PYSITELIB}/sqlalchemy/sql/ddl.pyo
@@ -469,6 +466,9 @@ ${PYSITELIB}/sqlalchemy/testing/pickleable.pyo
${PYSITELIB}/sqlalchemy/testing/plugin/__init__.py
${PYSITELIB}/sqlalchemy/testing/plugin/__init__.pyc
${PYSITELIB}/sqlalchemy/testing/plugin/__init__.pyo
+${PYSITELIB}/sqlalchemy/testing/plugin/bootstrap.py
+${PYSITELIB}/sqlalchemy/testing/plugin/bootstrap.pyc
+${PYSITELIB}/sqlalchemy/testing/plugin/bootstrap.pyo
${PYSITELIB}/sqlalchemy/testing/plugin/noseplugin.py
${PYSITELIB}/sqlalchemy/testing/plugin/noseplugin.pyc
${PYSITELIB}/sqlalchemy/testing/plugin/noseplugin.pyo
@@ -481,6 +481,12 @@ ${PYSITELIB}/sqlalchemy/testing/plugin/pytestplugin.pyo
${PYSITELIB}/sqlalchemy/testing/profiling.py
${PYSITELIB}/sqlalchemy/testing/profiling.pyc
${PYSITELIB}/sqlalchemy/testing/profiling.pyo
+${PYSITELIB}/sqlalchemy/testing/provision.py
+${PYSITELIB}/sqlalchemy/testing/provision.pyc
+${PYSITELIB}/sqlalchemy/testing/provision.pyo
+${PYSITELIB}/sqlalchemy/testing/replay_fixture.py
+${PYSITELIB}/sqlalchemy/testing/replay_fixture.pyc
+${PYSITELIB}/sqlalchemy/testing/replay_fixture.pyo
${PYSITELIB}/sqlalchemy/testing/requirements.py
${PYSITELIB}/sqlalchemy/testing/requirements.pyc
${PYSITELIB}/sqlalchemy/testing/requirements.pyo
@@ -496,6 +502,9 @@ ${PYSITELIB}/sqlalchemy/testing/suite/__init__.pyo
${PYSITELIB}/sqlalchemy/testing/suite/test_ddl.py
${PYSITELIB}/sqlalchemy/testing/suite/test_ddl.pyc
${PYSITELIB}/sqlalchemy/testing/suite/test_ddl.pyo
+${PYSITELIB}/sqlalchemy/testing/suite/test_dialect.py
+${PYSITELIB}/sqlalchemy/testing/suite/test_dialect.pyc
+${PYSITELIB}/sqlalchemy/testing/suite/test_dialect.pyo
${PYSITELIB}/sqlalchemy/testing/suite/test_insert.py
${PYSITELIB}/sqlalchemy/testing/suite/test_insert.pyc
${PYSITELIB}/sqlalchemy/testing/suite/test_insert.pyo
diff --git a/databases/py-sqlalchemy/distinfo b/databases/py-sqlalchemy/distinfo
index 689221045a5..d65f5d588fc 100644
--- a/databases/py-sqlalchemy/distinfo
+++ b/databases/py-sqlalchemy/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2015/03/15 14:04:30 adam Exp $
+$NetBSD: distinfo,v 1.10 2015/08/01 09:30:52 adam Exp $
-SHA1 (SQLAlchemy-0.9.9.tar.gz) = ad8650cec39cfc12e4bd6a0b5551391adb50981d
-RMD160 (SQLAlchemy-0.9.9.tar.gz) = 140207dd01889215763a6f3de528cdef7ef6e18a
-Size (SQLAlchemy-0.9.9.tar.gz) = 4213948 bytes
+SHA1 (SQLAlchemy-1.0.8.tar.gz) = dd3e34f1b370ae19d894ecd6f8137e2cb38d620d
+RMD160 (SQLAlchemy-1.0.8.tar.gz) = 652214402f8c9b6487750e7000bc1c06952a5c5e
+Size (SQLAlchemy-1.0.8.tar.gz) = 4627601 bytes
diff --git a/databases/py-sqlalchemy/options.mk b/databases/py-sqlalchemy/options.mk
deleted file mode 100644
index dc1072967e4..00000000000
--- a/databases/py-sqlalchemy/options.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: options.mk,v 1.5 2014/06/14 16:20:45 rodent Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.py-sqlalchemy
-PKG_SUPPORTED_OPTIONS= mysql sqlite pgsql mssql
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mmysql)
-DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mysqldb
-.endif
-
-.if !empty(PKG_OPTIONS:Msqlite)
-DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2
-.endif
-
-.if !empty(PKG_OPTIONS:Mpgsql)
-DEPENDS+= ${PYPKGPREFIX}-psycopg2-[0-9]*:../../databases/py-psycopg2
-.endif
-
-.if !empty(PKG_OPTIONS:Mmssql)
-DEPENDS+= ${PYPKGPREFIX}-mssql-[0-9]*:../../databases/py-mssql
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mssql
-.endif