Hi, Here I resubmitt the update of databases/py-sqlalchemy to 0.7.0.
Tested OK on Loongson and regress test OK too. patches/patch-setup_py is no more needed. Comments? OK ? wen 2011/4/7 Will Maier <willma...@ml1.net>: > Hi Wen- > > On Wed, Apr 06, 2011 at 09:50:56PM +0800, wen heping wrote: >> Here's an update of databases/py-sqlalchemy to 0.6.6 >> >> Tested on loongson OK. . > ^^^^^^^^ > Awesome. ;) > > The diff looks good to me; I'll test it a bit and then commit. > > Thanks! > > -- > > Will Maier > http://will.m.aier.us/ >
Index: py-sqlalchemy/Makefile =================================================================== RCS file: /cvs/ports/databases/py-sqlalchemy/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- py-sqlalchemy/Makefile 15 Nov 2010 00:22:53 -0000 1.20 +++ py-sqlalchemy/Makefile 21 May 2011 13:19:02 -0000 @@ -2,7 +2,7 @@ COMMENT = database toolkit for Python -MODPY_EGG_VERSION = 0.6.3 +MODPY_EGG_VERSION = 0.7.0 DISTNAME = SQLAlchemy-${MODPY_EGG_VERSION} PKGNAME = py-sqlalchemy-${MODPY_EGG_VERSION:S/p/./} @@ -38,7 +38,6 @@ pax -rw * ${PREFIX}/share/examples/py-sqlalchemy do-regress: - ${_MODPY_CMD} develop -d. - @cd ${WRKSRC} && ${MAKE_ENV} nosetests + @cd ${WRKSRC} && ${MODPY_BIN} setup.py test .include <bsd.port.mk> Index: py-sqlalchemy/distinfo =================================================================== RCS file: /cvs/ports/databases/py-sqlalchemy/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- py-sqlalchemy/distinfo 6 Sep 2010 21:55:57 -0000 1.14 +++ py-sqlalchemy/distinfo 21 May 2011 13:19:02 -0000 @@ -1,5 +1,5 @@ -MD5 (SQLAlchemy-0.6.3.tar.gz) = EDvcFWqVKRowKsxCwTa/fQ== -RMD160 (SQLAlchemy-0.6.3.tar.gz) = RP7pH91TxcA4nO5dM1NYzqawOcc= -SHA1 (SQLAlchemy-0.6.3.tar.gz) = eQ23wzZ10zYzeRdzpXRq3eBY6m4= -SHA256 (SQLAlchemy-0.6.3.tar.gz) = M+W3xpHzsHuGB5kWYZCUTqmQjNCceqe2bA6HG2NAfJs= -SIZE (SQLAlchemy-0.6.3.tar.gz) = 1891372 +MD5 (SQLAlchemy-0.7.0.tar.gz) = 7r5hxAEenWcYbtXlXTfFcA== +RMD160 (SQLAlchemy-0.7.0.tar.gz) = zPkQDGB+SI6+MwR4NmxpoONd20k= +SHA1 (SQLAlchemy-0.7.0.tar.gz) = zoCKuKo3OPyudY2+cIfsQYVPnZI= +SHA256 (SQLAlchemy-0.7.0.tar.gz) = E3U3cy0Iw1O9y+4wrs9hbdzhgV8yVgqOGIdLB3WOb8M= +SIZE (SQLAlchemy-0.7.0.tar.gz) = 2318728 Index: py-sqlalchemy/pkg/PLIST =================================================================== RCS file: /cvs/ports/databases/py-sqlalchemy/pkg/PLIST,v retrieving revision 1.10 diff -u -r1.10 PLIST --- py-sqlalchemy/pkg/PLIST 6 Sep 2010 21:55:57 -0000 1.10 +++ py-sqlalchemy/pkg/PLIST 21 May 2011 13:19:05 -0000 @@ -1,9 +1,8 @@ -@comment $OpenBSD: PLIST,v 1.10 2010/09/06 21:55:57 fgsch Exp $ +@comment $OpenBSD$ lib/python${MODPY_VERSION}/site-packages/SQLAlchemy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/ lib/python${MODPY_VERSION}/site-packages/SQLAlchemy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO lib/python${MODPY_VERSION}/site-packages/SQLAlchemy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt lib/python${MODPY_VERSION}/site-packages/SQLAlchemy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt -lib/python${MODPY_VERSION}/site-packages/SQLAlchemy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt lib/python${MODPY_VERSION}/site-packages/SQLAlchemy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/__init__.py @@ -13,6 +12,8 @@ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/connectors/__init__.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/connectors/mxodbc.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/connectors/mxodbc.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/connectors/mysqldb.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/connectors/mysqldb.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/connectors/pyodbc.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/connectors/pyodbc.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/connectors/zxJDBC.py @@ -30,6 +31,13 @@ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/access/__init__.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/access/base.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/access/base.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/drizzle/ +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/drizzle/__init__.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/drizzle/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/drizzle/base.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/drizzle/base.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/drizzle/mysqldb.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/drizzle/mysqldb.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/firebird/ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/firebird/__init__.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/firebird/__init__.pyc @@ -79,6 +87,8 @@ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/mysql/mysqldb.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/mysql/oursql.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/mysql/oursql.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/mysql/pymysql.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/mysql/pymysql.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/mysql/pyodbc.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/mysql/pyodbc.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/dialects/mysql/zxjdbc.py @@ -142,6 +152,10 @@ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/engine/threadlocal.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/engine/url.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/engine/url.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/event.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/event.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/events.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/events.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/exc.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/exc.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/ @@ -155,6 +169,10 @@ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/declarative.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/horizontal_shard.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/horizontal_shard.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/hybrid.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/hybrid.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/mutable.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/mutable.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/orderinglist.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/orderinglist.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/serializer.py @@ -174,14 +192,22 @@ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/collections.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/dependency.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/dependency.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/deprecated_interfaces.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/deprecated_interfaces.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/descriptor_props.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/descriptor_props.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/dynamic.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/dynamic.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/evaluator.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/evaluator.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/events.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/events.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/exc.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/exc.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/identity.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/identity.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/instrumentation.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/instrumentation.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/interfaces.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/interfaces.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/mapper.py @@ -210,8 +236,6 @@ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/pool.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/processors.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/processors.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/queue.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/queue.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/schema.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/schema.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/sql/ @@ -229,93 +253,86 @@ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/sql/util.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/sql/visitors.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/sql/visitors.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/ -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/__init__.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/assertsql.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/assertsql.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/config.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/config.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/engines.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/engines.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/entities.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/entities.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/noseplugin.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/noseplugin.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/orm.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/orm.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/pickleable.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/pickleable.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/profiling.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/profiling.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/requires.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/requires.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/schema.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/schema.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/testing.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/testing.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/util.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/util.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/topological.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/topological.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/types.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/types.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/ +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/__init__.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/_collections.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/_collections.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/compat.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/compat.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/deprecations.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/deprecations.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/langhelpers.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/langhelpers.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/queue.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/queue.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/topological.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util/topological.pyc share/doc/py-sqlalchemy/ share/doc/py-sqlalchemy/_images/ -share/doc/py-sqlalchemy/_images/sqla_arch_small.jpg +share/doc/py-sqlalchemy/_images/sqla_arch_small.png +share/doc/py-sqlalchemy/_images/sqla_engine_arch.png share/doc/py-sqlalchemy/_sources/ -share/doc/py-sqlalchemy/_sources/dbengine.txt -share/doc/py-sqlalchemy/_sources/examples.txt +share/doc/py-sqlalchemy/_sources/contents.txt +share/doc/py-sqlalchemy/_sources/copyright.txt +share/doc/py-sqlalchemy/_sources/core/ +share/doc/py-sqlalchemy/_sources/core/compiler.txt +share/doc/py-sqlalchemy/_sources/core/connections.txt +share/doc/py-sqlalchemy/_sources/core/engines.txt +share/doc/py-sqlalchemy/_sources/core/event.txt +share/doc/py-sqlalchemy/_sources/core/events.txt +share/doc/py-sqlalchemy/_sources/core/exceptions.txt +share/doc/py-sqlalchemy/_sources/core/expression_api.txt +share/doc/py-sqlalchemy/_sources/core/index.txt +share/doc/py-sqlalchemy/_sources/core/interfaces.txt +share/doc/py-sqlalchemy/_sources/core/internals.txt +share/doc/py-sqlalchemy/_sources/core/pooling.txt +share/doc/py-sqlalchemy/_sources/core/schema.txt +share/doc/py-sqlalchemy/_sources/core/serializer.txt +share/doc/py-sqlalchemy/_sources/core/tutorial.txt +share/doc/py-sqlalchemy/_sources/core/types.txt +share/doc/py-sqlalchemy/_sources/dialects/ +share/doc/py-sqlalchemy/_sources/dialects/access.txt +share/doc/py-sqlalchemy/_sources/dialects/drizzle.txt +share/doc/py-sqlalchemy/_sources/dialects/firebird.txt +share/doc/py-sqlalchemy/_sources/dialects/index.txt +share/doc/py-sqlalchemy/_sources/dialects/informix.txt +share/doc/py-sqlalchemy/_sources/dialects/maxdb.txt +share/doc/py-sqlalchemy/_sources/dialects/mssql.txt +share/doc/py-sqlalchemy/_sources/dialects/mysql.txt +share/doc/py-sqlalchemy/_sources/dialects/oracle.txt +share/doc/py-sqlalchemy/_sources/dialects/postgresql.txt +share/doc/py-sqlalchemy/_sources/dialects/sqlite.txt +share/doc/py-sqlalchemy/_sources/dialects/sybase.txt share/doc/py-sqlalchemy/_sources/index.txt share/doc/py-sqlalchemy/_sources/intro.txt -share/doc/py-sqlalchemy/_sources/mappers.txt -share/doc/py-sqlalchemy/_sources/metadata.txt -share/doc/py-sqlalchemy/_sources/ormtutorial.txt -share/doc/py-sqlalchemy/_sources/reference/ -share/doc/py-sqlalchemy/_sources/reference/dialects/ -share/doc/py-sqlalchemy/_sources/reference/dialects/access.txt -share/doc/py-sqlalchemy/_sources/reference/dialects/firebird.txt -share/doc/py-sqlalchemy/_sources/reference/dialects/index.txt -share/doc/py-sqlalchemy/_sources/reference/dialects/informix.txt -share/doc/py-sqlalchemy/_sources/reference/dialects/maxdb.txt -share/doc/py-sqlalchemy/_sources/reference/dialects/mssql.txt -share/doc/py-sqlalchemy/_sources/reference/dialects/mysql.txt -share/doc/py-sqlalchemy/_sources/reference/dialects/oracle.txt -share/doc/py-sqlalchemy/_sources/reference/dialects/postgresql.txt -share/doc/py-sqlalchemy/_sources/reference/dialects/sqlite.txt -share/doc/py-sqlalchemy/_sources/reference/dialects/sybase.txt -share/doc/py-sqlalchemy/_sources/reference/ext/ -share/doc/py-sqlalchemy/_sources/reference/ext/associationproxy.txt -share/doc/py-sqlalchemy/_sources/reference/ext/compiler.txt -share/doc/py-sqlalchemy/_sources/reference/ext/declarative.txt -share/doc/py-sqlalchemy/_sources/reference/ext/horizontal_shard.txt -share/doc/py-sqlalchemy/_sources/reference/ext/index.txt -share/doc/py-sqlalchemy/_sources/reference/ext/orderinglist.txt -share/doc/py-sqlalchemy/_sources/reference/ext/serializer.txt -share/doc/py-sqlalchemy/_sources/reference/ext/sqlsoup.txt -share/doc/py-sqlalchemy/_sources/reference/index.txt -share/doc/py-sqlalchemy/_sources/reference/orm/ -share/doc/py-sqlalchemy/_sources/reference/orm/collections.txt -share/doc/py-sqlalchemy/_sources/reference/orm/index.txt -share/doc/py-sqlalchemy/_sources/reference/orm/interfaces.txt -share/doc/py-sqlalchemy/_sources/reference/orm/mapping.txt -share/doc/py-sqlalchemy/_sources/reference/orm/query.txt -share/doc/py-sqlalchemy/_sources/reference/orm/sessions.txt -share/doc/py-sqlalchemy/_sources/reference/orm/utilities.txt -share/doc/py-sqlalchemy/_sources/reference/sqlalchemy/ -share/doc/py-sqlalchemy/_sources/reference/sqlalchemy/connections.txt -share/doc/py-sqlalchemy/_sources/reference/sqlalchemy/expressions.txt -share/doc/py-sqlalchemy/_sources/reference/sqlalchemy/index.txt -share/doc/py-sqlalchemy/_sources/reference/sqlalchemy/inspector.txt -share/doc/py-sqlalchemy/_sources/reference/sqlalchemy/interfaces.txt -share/doc/py-sqlalchemy/_sources/reference/sqlalchemy/pooling.txt -share/doc/py-sqlalchemy/_sources/reference/sqlalchemy/schema.txt -share/doc/py-sqlalchemy/_sources/reference/sqlalchemy/types.txt -share/doc/py-sqlalchemy/_sources/reference/sqlalchemy/util.txt -share/doc/py-sqlalchemy/_sources/session.txt -share/doc/py-sqlalchemy/_sources/sqlexpression.txt +share/doc/py-sqlalchemy/_sources/orm/ +share/doc/py-sqlalchemy/_sources/orm/collections.txt +share/doc/py-sqlalchemy/_sources/orm/deprecated.txt +share/doc/py-sqlalchemy/_sources/orm/events.txt +share/doc/py-sqlalchemy/_sources/orm/examples.txt +share/doc/py-sqlalchemy/_sources/orm/exceptions.txt +share/doc/py-sqlalchemy/_sources/orm/extensions/ +share/doc/py-sqlalchemy/_sources/orm/extensions/associationproxy.txt +share/doc/py-sqlalchemy/_sources/orm/extensions/declarative.txt +share/doc/py-sqlalchemy/_sources/orm/extensions/horizontal_shard.txt +share/doc/py-sqlalchemy/_sources/orm/extensions/hybrid.txt +share/doc/py-sqlalchemy/_sources/orm/extensions/index.txt +share/doc/py-sqlalchemy/_sources/orm/extensions/mutable.txt +share/doc/py-sqlalchemy/_sources/orm/extensions/orderinglist.txt +share/doc/py-sqlalchemy/_sources/orm/extensions/sqlsoup.txt +share/doc/py-sqlalchemy/_sources/orm/index.txt +share/doc/py-sqlalchemy/_sources/orm/inheritance.txt +share/doc/py-sqlalchemy/_sources/orm/interfaces.txt +share/doc/py-sqlalchemy/_sources/orm/internals.txt +share/doc/py-sqlalchemy/_sources/orm/loading.txt +share/doc/py-sqlalchemy/_sources/orm/mapper_config.txt +share/doc/py-sqlalchemy/_sources/orm/query.txt +share/doc/py-sqlalchemy/_sources/orm/relationships.txt +share/doc/py-sqlalchemy/_sources/orm/session.txt +share/doc/py-sqlalchemy/_sources/orm/tutorial.txt share/doc/py-sqlalchemy/_static/ share/doc/py-sqlalchemy/_static/basic.css share/doc/py-sqlalchemy/_static/default.css @@ -337,58 +354,67 @@ share/doc/py-sqlalchemy/build/builder/builders.py share/doc/py-sqlalchemy/build/builder/util.py share/doc/py-sqlalchemy/build/conf.py +share/doc/py-sqlalchemy/build/contents.rst share/doc/py-sqlalchemy/build/copyright.rst -share/doc/py-sqlalchemy/build/dbengine.rst -share/doc/py-sqlalchemy/build/examples.rst +share/doc/py-sqlalchemy/build/core/ +share/doc/py-sqlalchemy/build/core/compiler.rst +share/doc/py-sqlalchemy/build/core/connections.rst +share/doc/py-sqlalchemy/build/core/engines.rst +share/doc/py-sqlalchemy/build/core/event.rst +share/doc/py-sqlalchemy/build/core/events.rst +share/doc/py-sqlalchemy/build/core/exceptions.rst +share/doc/py-sqlalchemy/build/core/expression_api.rst +share/doc/py-sqlalchemy/build/core/index.rst +share/doc/py-sqlalchemy/build/core/interfaces.rst +share/doc/py-sqlalchemy/build/core/internals.rst +share/doc/py-sqlalchemy/build/core/pooling.rst +share/doc/py-sqlalchemy/build/core/schema.rst +share/doc/py-sqlalchemy/build/core/serializer.rst +share/doc/py-sqlalchemy/build/core/sqla_engine_arch.png +share/doc/py-sqlalchemy/build/core/tutorial.rst +share/doc/py-sqlalchemy/build/core/types.rst +share/doc/py-sqlalchemy/build/dialects/ +share/doc/py-sqlalchemy/build/dialects/access.rst +share/doc/py-sqlalchemy/build/dialects/drizzle.rst +share/doc/py-sqlalchemy/build/dialects/firebird.rst +share/doc/py-sqlalchemy/build/dialects/index.rst +share/doc/py-sqlalchemy/build/dialects/informix.rst +share/doc/py-sqlalchemy/build/dialects/maxdb.rst +share/doc/py-sqlalchemy/build/dialects/mssql.rst +share/doc/py-sqlalchemy/build/dialects/mysql.rst +share/doc/py-sqlalchemy/build/dialects/oracle.rst +share/doc/py-sqlalchemy/build/dialects/postgresql.rst +share/doc/py-sqlalchemy/build/dialects/sqlite.rst +share/doc/py-sqlalchemy/build/dialects/sybase.rst share/doc/py-sqlalchemy/build/index.rst share/doc/py-sqlalchemy/build/intro.rst -share/doc/py-sqlalchemy/build/mappers.rst -share/doc/py-sqlalchemy/build/metadata.rst -share/doc/py-sqlalchemy/build/ormtutorial.rst -share/doc/py-sqlalchemy/build/reference/ -share/doc/py-sqlalchemy/build/reference/dialects/ -share/doc/py-sqlalchemy/build/reference/dialects/access.rst -share/doc/py-sqlalchemy/build/reference/dialects/firebird.rst -share/doc/py-sqlalchemy/build/reference/dialects/index.rst -share/doc/py-sqlalchemy/build/reference/dialects/informix.rst -share/doc/py-sqlalchemy/build/reference/dialects/maxdb.rst -share/doc/py-sqlalchemy/build/reference/dialects/mssql.rst -share/doc/py-sqlalchemy/build/reference/dialects/mysql.rst -share/doc/py-sqlalchemy/build/reference/dialects/oracle.rst -share/doc/py-sqlalchemy/build/reference/dialects/postgresql.rst -share/doc/py-sqlalchemy/build/reference/dialects/sqlite.rst -share/doc/py-sqlalchemy/build/reference/dialects/sybase.rst -share/doc/py-sqlalchemy/build/reference/ext/ -share/doc/py-sqlalchemy/build/reference/ext/associationproxy.rst -share/doc/py-sqlalchemy/build/reference/ext/compiler.rst -share/doc/py-sqlalchemy/build/reference/ext/declarative.rst -share/doc/py-sqlalchemy/build/reference/ext/horizontal_shard.rst -share/doc/py-sqlalchemy/build/reference/ext/index.rst -share/doc/py-sqlalchemy/build/reference/ext/orderinglist.rst -share/doc/py-sqlalchemy/build/reference/ext/serializer.rst -share/doc/py-sqlalchemy/build/reference/ext/sqlsoup.rst -share/doc/py-sqlalchemy/build/reference/index.rst -share/doc/py-sqlalchemy/build/reference/orm/ -share/doc/py-sqlalchemy/build/reference/orm/collections.rst -share/doc/py-sqlalchemy/build/reference/orm/index.rst -share/doc/py-sqlalchemy/build/reference/orm/interfaces.rst -share/doc/py-sqlalchemy/build/reference/orm/mapping.rst -share/doc/py-sqlalchemy/build/reference/orm/query.rst -share/doc/py-sqlalchemy/build/reference/orm/sessions.rst -share/doc/py-sqlalchemy/build/reference/orm/utilities.rst -share/doc/py-sqlalchemy/build/reference/sqlalchemy/ -share/doc/py-sqlalchemy/build/reference/sqlalchemy/connections.rst -share/doc/py-sqlalchemy/build/reference/sqlalchemy/expressions.rst -share/doc/py-sqlalchemy/build/reference/sqlalchemy/index.rst -share/doc/py-sqlalchemy/build/reference/sqlalchemy/inspector.rst -share/doc/py-sqlalchemy/build/reference/sqlalchemy/interfaces.rst -share/doc/py-sqlalchemy/build/reference/sqlalchemy/pooling.rst -share/doc/py-sqlalchemy/build/reference/sqlalchemy/schema.rst -share/doc/py-sqlalchemy/build/reference/sqlalchemy/types.rst -share/doc/py-sqlalchemy/build/reference/sqlalchemy/util.rst -share/doc/py-sqlalchemy/build/session.rst -share/doc/py-sqlalchemy/build/sqla_arch_small.jpg -share/doc/py-sqlalchemy/build/sqlexpression.rst +share/doc/py-sqlalchemy/build/orm/ +share/doc/py-sqlalchemy/build/orm/collections.rst +share/doc/py-sqlalchemy/build/orm/deprecated.rst +share/doc/py-sqlalchemy/build/orm/events.rst +share/doc/py-sqlalchemy/build/orm/examples.rst +share/doc/py-sqlalchemy/build/orm/exceptions.rst +share/doc/py-sqlalchemy/build/orm/extensions/ +share/doc/py-sqlalchemy/build/orm/extensions/associationproxy.rst +share/doc/py-sqlalchemy/build/orm/extensions/declarative.rst +share/doc/py-sqlalchemy/build/orm/extensions/horizontal_shard.rst +share/doc/py-sqlalchemy/build/orm/extensions/hybrid.rst +share/doc/py-sqlalchemy/build/orm/extensions/index.rst +share/doc/py-sqlalchemy/build/orm/extensions/mutable.rst +share/doc/py-sqlalchemy/build/orm/extensions/orderinglist.rst +share/doc/py-sqlalchemy/build/orm/extensions/sqlsoup.rst +share/doc/py-sqlalchemy/build/orm/index.rst +share/doc/py-sqlalchemy/build/orm/inheritance.rst +share/doc/py-sqlalchemy/build/orm/interfaces.rst +share/doc/py-sqlalchemy/build/orm/internals.rst +share/doc/py-sqlalchemy/build/orm/loading.rst +share/doc/py-sqlalchemy/build/orm/mapper_config.rst +share/doc/py-sqlalchemy/build/orm/query.rst +share/doc/py-sqlalchemy/build/orm/relationships.rst +share/doc/py-sqlalchemy/build/orm/session.rst +share/doc/py-sqlalchemy/build/orm/tutorial.rst +share/doc/py-sqlalchemy/build/requirements.txt +share/doc/py-sqlalchemy/build/sqla_arch_small.png share/doc/py-sqlalchemy/build/static/ share/doc/py-sqlalchemy/build/static/docs.css share/doc/py-sqlalchemy/build/static/init.js @@ -402,59 +428,67 @@ share/doc/py-sqlalchemy/build/testdocs.py share/doc/py-sqlalchemy/build/texinputs/ share/doc/py-sqlalchemy/build/texinputs/sphinx.sty -share/doc/py-sqlalchemy/dbengine.html -share/doc/py-sqlalchemy/examples.html +share/doc/py-sqlalchemy/contents.html +share/doc/py-sqlalchemy/copyright.html +share/doc/py-sqlalchemy/core/ +share/doc/py-sqlalchemy/core/compiler.html +share/doc/py-sqlalchemy/core/connections.html +share/doc/py-sqlalchemy/core/engines.html +share/doc/py-sqlalchemy/core/event.html +share/doc/py-sqlalchemy/core/events.html +share/doc/py-sqlalchemy/core/exceptions.html +share/doc/py-sqlalchemy/core/expression_api.html +share/doc/py-sqlalchemy/core/index.html +share/doc/py-sqlalchemy/core/interfaces.html +share/doc/py-sqlalchemy/core/internals.html +share/doc/py-sqlalchemy/core/pooling.html +share/doc/py-sqlalchemy/core/schema.html +share/doc/py-sqlalchemy/core/serializer.html +share/doc/py-sqlalchemy/core/tutorial.html +share/doc/py-sqlalchemy/core/types.html +share/doc/py-sqlalchemy/dialects/ +share/doc/py-sqlalchemy/dialects/access.html +share/doc/py-sqlalchemy/dialects/drizzle.html +share/doc/py-sqlalchemy/dialects/firebird.html +share/doc/py-sqlalchemy/dialects/index.html +share/doc/py-sqlalchemy/dialects/informix.html +share/doc/py-sqlalchemy/dialects/maxdb.html +share/doc/py-sqlalchemy/dialects/mssql.html +share/doc/py-sqlalchemy/dialects/mysql.html +share/doc/py-sqlalchemy/dialects/oracle.html +share/doc/py-sqlalchemy/dialects/postgresql.html +share/doc/py-sqlalchemy/dialects/sqlite.html +share/doc/py-sqlalchemy/dialects/sybase.html share/doc/py-sqlalchemy/genindex.html share/doc/py-sqlalchemy/index.html share/doc/py-sqlalchemy/intro.html -share/doc/py-sqlalchemy/mappers.html -share/doc/py-sqlalchemy/metadata.html -share/doc/py-sqlalchemy/ormtutorial.html -share/doc/py-sqlalchemy/reference/ -share/doc/py-sqlalchemy/reference/dialects/ -share/doc/py-sqlalchemy/reference/dialects/access.html -share/doc/py-sqlalchemy/reference/dialects/firebird.html -share/doc/py-sqlalchemy/reference/dialects/index.html -share/doc/py-sqlalchemy/reference/dialects/informix.html -share/doc/py-sqlalchemy/reference/dialects/maxdb.html -share/doc/py-sqlalchemy/reference/dialects/mssql.html -share/doc/py-sqlalchemy/reference/dialects/mysql.html -share/doc/py-sqlalchemy/reference/dialects/oracle.html -share/doc/py-sqlalchemy/reference/dialects/postgresql.html -share/doc/py-sqlalchemy/reference/dialects/sqlite.html -share/doc/py-sqlalchemy/reference/dialects/sybase.html -share/doc/py-sqlalchemy/reference/ext/ -share/doc/py-sqlalchemy/reference/ext/associationproxy.html -share/doc/py-sqlalchemy/reference/ext/compiler.html -share/doc/py-sqlalchemy/reference/ext/declarative.html -share/doc/py-sqlalchemy/reference/ext/horizontal_shard.html -share/doc/py-sqlalchemy/reference/ext/index.html -share/doc/py-sqlalchemy/reference/ext/orderinglist.html -share/doc/py-sqlalchemy/reference/ext/serializer.html -share/doc/py-sqlalchemy/reference/ext/sqlsoup.html -share/doc/py-sqlalchemy/reference/index.html -share/doc/py-sqlalchemy/reference/orm/ -share/doc/py-sqlalchemy/reference/orm/collections.html -share/doc/py-sqlalchemy/reference/orm/index.html -share/doc/py-sqlalchemy/reference/orm/interfaces.html -share/doc/py-sqlalchemy/reference/orm/mapping.html -share/doc/py-sqlalchemy/reference/orm/query.html -share/doc/py-sqlalchemy/reference/orm/sessions.html -share/doc/py-sqlalchemy/reference/orm/utilities.html -share/doc/py-sqlalchemy/reference/sqlalchemy/ -share/doc/py-sqlalchemy/reference/sqlalchemy/connections.html -share/doc/py-sqlalchemy/reference/sqlalchemy/expressions.html -share/doc/py-sqlalchemy/reference/sqlalchemy/index.html -share/doc/py-sqlalchemy/reference/sqlalchemy/inspector.html -share/doc/py-sqlalchemy/reference/sqlalchemy/interfaces.html -share/doc/py-sqlalchemy/reference/sqlalchemy/pooling.html -share/doc/py-sqlalchemy/reference/sqlalchemy/schema.html -share/doc/py-sqlalchemy/reference/sqlalchemy/types.html -share/doc/py-sqlalchemy/reference/sqlalchemy/util.html +share/doc/py-sqlalchemy/orm/ +share/doc/py-sqlalchemy/orm/collections.html +share/doc/py-sqlalchemy/orm/deprecated.html +share/doc/py-sqlalchemy/orm/events.html +share/doc/py-sqlalchemy/orm/examples.html +share/doc/py-sqlalchemy/orm/exceptions.html +share/doc/py-sqlalchemy/orm/extensions/ +share/doc/py-sqlalchemy/orm/extensions/associationproxy.html +share/doc/py-sqlalchemy/orm/extensions/declarative.html +share/doc/py-sqlalchemy/orm/extensions/horizontal_shard.html +share/doc/py-sqlalchemy/orm/extensions/hybrid.html +share/doc/py-sqlalchemy/orm/extensions/index.html +share/doc/py-sqlalchemy/orm/extensions/mutable.html +share/doc/py-sqlalchemy/orm/extensions/orderinglist.html +share/doc/py-sqlalchemy/orm/extensions/sqlsoup.html +share/doc/py-sqlalchemy/orm/index.html +share/doc/py-sqlalchemy/orm/inheritance.html +share/doc/py-sqlalchemy/orm/interfaces.html +share/doc/py-sqlalchemy/orm/internals.html +share/doc/py-sqlalchemy/orm/loading.html +share/doc/py-sqlalchemy/orm/mapper_config.html +share/doc/py-sqlalchemy/orm/query.html +share/doc/py-sqlalchemy/orm/relationships.html +share/doc/py-sqlalchemy/orm/session.html +share/doc/py-sqlalchemy/orm/tutorial.html share/doc/py-sqlalchemy/search.html share/doc/py-sqlalchemy/searchindex.js -share/doc/py-sqlalchemy/session.html -share/doc/py-sqlalchemy/sqlexpression.html share/examples/py-sqlalchemy/ share/examples/py-sqlalchemy/__init__.py share/examples/py-sqlalchemy/adjacency_list/ @@ -463,24 +497,22 @@ share/examples/py-sqlalchemy/association/ share/examples/py-sqlalchemy/association/__init__.py share/examples/py-sqlalchemy/association/basic_association.py +share/examples/py-sqlalchemy/association/dict_of_sets_with_default.py share/examples/py-sqlalchemy/association/proxied_association.py share/examples/py-sqlalchemy/beaker_caching/ share/examples/py-sqlalchemy/beaker_caching/__init__.py share/examples/py-sqlalchemy/beaker_caching/advanced.py +share/examples/py-sqlalchemy/beaker_caching/caching_query.py share/examples/py-sqlalchemy/beaker_caching/environment.py share/examples/py-sqlalchemy/beaker_caching/fixture_data.py share/examples/py-sqlalchemy/beaker_caching/helloworld.py share/examples/py-sqlalchemy/beaker_caching/local_session_caching.py -share/examples/py-sqlalchemy/beaker_caching/meta.py share/examples/py-sqlalchemy/beaker_caching/model.py share/examples/py-sqlalchemy/beaker_caching/relation_caching.py share/examples/py-sqlalchemy/custom_attributes/ share/examples/py-sqlalchemy/custom_attributes/__init__.py share/examples/py-sqlalchemy/custom_attributes/custom_management.py share/examples/py-sqlalchemy/custom_attributes/listen_for_events.py -share/examples/py-sqlalchemy/derived_attributes/ -share/examples/py-sqlalchemy/derived_attributes/__init__.py -share/examples/py-sqlalchemy/derived_attributes/attributes.py share/examples/py-sqlalchemy/dynamic_dict/ share/examples/py-sqlalchemy/dynamic_dict/__init__.py share/examples/py-sqlalchemy/dynamic_dict/dynamic_dict.py @@ -492,6 +524,11 @@ share/examples/py-sqlalchemy/elementtree/test.xml share/examples/py-sqlalchemy/elementtree/test2.xml share/examples/py-sqlalchemy/elementtree/test3.xml +share/examples/py-sqlalchemy/generic_associations/ +share/examples/py-sqlalchemy/generic_associations/__init__.py +share/examples/py-sqlalchemy/generic_associations/discriminator_on_association.py +share/examples/py-sqlalchemy/generic_associations/table_per_association.py +share/examples/py-sqlalchemy/generic_associations/table_per_related.py share/examples/py-sqlalchemy/graphs/ share/examples/py-sqlalchemy/graphs/__init__.py share/examples/py-sqlalchemy/graphs/directed_graph.py @@ -506,11 +543,6 @@ share/examples/py-sqlalchemy/nested_sets/ share/examples/py-sqlalchemy/nested_sets/__init__.py share/examples/py-sqlalchemy/nested_sets/nested_sets.py -share/examples/py-sqlalchemy/poly_assoc/ -share/examples/py-sqlalchemy/poly_assoc/__init__.py -share/examples/py-sqlalchemy/poly_assoc/poly_assoc.py -share/examples/py-sqlalchemy/poly_assoc/poly_assoc_fk.py -share/examples/py-sqlalchemy/poly_assoc/poly_assoc_generic.py share/examples/py-sqlalchemy/postgis/ share/examples/py-sqlalchemy/postgis/__init__.py share/examples/py-sqlalchemy/postgis/postgis.py