From f203bb899c384f11b294d4cc8beb7614fa342de5 Mon Sep 17 00:00:00 2001 From: djm Date: Thu, 15 Jan 2009 23:08:08 +0000 Subject: [PATCH] update to 0.5.0, mark PKG_ARCH=* (no native code here); ok wcmaier@ --- databases/py-sqlalchemy/Makefile | 5 +- databases/py-sqlalchemy/distinfo | 10 +- .../py-sqlalchemy/patches/patch-setup_py | 13 - databases/py-sqlalchemy/pkg/PLIST | 282 ++++++++++++------ 4 files changed, 191 insertions(+), 119 deletions(-) delete mode 100644 databases/py-sqlalchemy/patches/patch-setup_py diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index 35bf695f97d..99344d77e9e 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.11 2008/08/30 02:10:13 fgsch Exp $ +# $OpenBSD: Makefile,v 1.12 2009/01/15 23:08:08 djm Exp $ COMMENT= database toolkit for Python -MODPY_EGG_VERSION= 0.4.7p1 +MODPY_EGG_VERSION= 0.5.0 DISTNAME= SQLAlchemy-${MODPY_EGG_VERSION} PKGNAME= py-sqlalchemy-${MODPY_EGG_VERSION} @@ -22,6 +22,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sqlalchemy/} MODULES= lang/python MODPY_SETUPTOOLS= Yes +PKG_ARCH= * # Other DB connectors would work, too. REGRESS_DEPENDS= ::databases/py-sqlite2 diff --git a/databases/py-sqlalchemy/distinfo b/databases/py-sqlalchemy/distinfo index 6a0610399a8..c4b007b894e 100644 --- a/databases/py-sqlalchemy/distinfo +++ b/databases/py-sqlalchemy/distinfo @@ -1,5 +1,5 @@ -MD5 (SQLAlchemy-0.4.7p1.tar.gz) = Vles6e1IRClIayTktubxrQ== -RMD160 (SQLAlchemy-0.4.7p1.tar.gz) = 2iAGzrgMDT3bPtaN08DA/H7t4r8= -SHA1 (SQLAlchemy-0.4.7p1.tar.gz) = tPFYz3kwI0uL6HlOSBp568vz+/A= -SHA256 (SQLAlchemy-0.4.7p1.tar.gz) = PNxIKEwKI+F9dCBLlma23zCYGDpmyJY8vPCEIXB5jDY= -SIZE (SQLAlchemy-0.4.7p1.tar.gz) = 1318273 +MD5 (SQLAlchemy-0.5.0.tar.gz) = 30n0A7LbPFSqzmSuvibPkA== +RMD160 (SQLAlchemy-0.5.0.tar.gz) = ZURJ8FUbf3/p9EWetCzB8DktIT4= +SHA1 (SQLAlchemy-0.5.0.tar.gz) = h8QC8C+Fk3vKV/VE+bKXXzCZeWI= +SHA256 (SQLAlchemy-0.5.0.tar.gz) = MMFkkCX3bkFEAO3ZV/RrKTK10/jiQEd5x25pPLV3aUk= +SIZE (SQLAlchemy-0.5.0.tar.gz) = 1430087 diff --git a/databases/py-sqlalchemy/patches/patch-setup_py b/databases/py-sqlalchemy/patches/patch-setup_py deleted file mode 100644 index 26de045bccd..00000000000 --- a/databases/py-sqlalchemy/patches/patch-setup_py +++ /dev/null @@ -1,13 +0,0 @@ -$OpenBSD: patch-setup_py,v 1.1 2007/11/23 11:56:42 martynas Exp $ ---- setup.py.orig Sun Nov 18 16:49:52 2007 -+++ setup.py Tue Nov 20 12:32:10 2007 -@@ -14,7 +14,8 @@ class build_py(_build_py): - def run(self): - init = path.join(self.build_lib, 'sqlalchemy', '__init__.py') - if path.exists(init): -- os.unlink(init) -+ #os.unlink(init) -+ pass - _build_py.run(self) - _stamp_version(init) - self.byte_compile([init]) diff --git a/databases/py-sqlalchemy/pkg/PLIST b/databases/py-sqlalchemy/pkg/PLIST index 0848fb1449e..c0b90c2dbe6 100644 --- a/databases/py-sqlalchemy/pkg/PLIST +++ b/databases/py-sqlalchemy/pkg/PLIST @@ -1,15 +1,13 @@ -@comment $OpenBSD: PLIST,v 1.5 2008/05/19 23:58:49 wcmaier Exp $ +@comment $OpenBSD: PLIST,v 1.6 2009/01/15 23:08:09 djm Exp $ 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.egg-info/ lib/python${MODPY_VERSION}/site-packages/SQLAlchemy.egg-info/PKG-INFO lib/python${MODPY_VERSION}/site-packages/SQLAlchemy.egg-info/SOURCES.txt lib/python${MODPY_VERSION}/site-packages/SQLAlchemy.egg-info/dependency_links.txt -lib/python${MODPY_VERSION}/site-packages/SQLAlchemy.egg-info/entry_points.txt lib/python${MODPY_VERSION}/site-packages/SQLAlchemy.egg-info/top_level.txt lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/__init__.py @@ -54,36 +52,25 @@ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/engine/threadlocal.py 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/exceptions.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/exceptions.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/ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/__init__.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/activemapper.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/activemapper.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/assignmapper.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/assignmapper.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/associationproxy.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/associationproxy.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/declarative.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/declarative.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/selectresults.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/selectresults.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/sessioncontext.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/sessioncontext.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/serializer.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/serializer.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/sqlsoup.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/ext/sqlsoup.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/interfaces.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/interfaces.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/logging.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/logging.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/mods/ -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/mods/__init__.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/mods/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/mods/selectresults.py -lib/python${MODPY_VERSION}/site-packages/sqlalchemy/mods/selectresults.pyc +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/log.py +lib/python${MODPY_VERSION}/site-packages/sqlalchemy/log.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/ lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/__init__.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/__init__.pyc @@ -95,6 +82,12 @@ 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/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/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/interfaces.py lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/interfaces.pyc lib/python${MODPY_VERSION}/site-packages/sqlalchemy/orm/mapper.py @@ -147,106 +140,189 @@ 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 share/doc/py-sqlalchemy/ -share/doc/py-sqlalchemy/alphaapi.html -share/doc/py-sqlalchemy/alphaimplementation.html +share/doc/py-sqlalchemy/_sources/ +share/doc/py-sqlalchemy/_sources/copyright.txt +share/doc/py-sqlalchemy/_sources/dbengine.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/postgres.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/declarative.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/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/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/session.txt +share/doc/py-sqlalchemy/_sources/sqlexpression.txt +share/doc/py-sqlalchemy/_static/ +share/doc/py-sqlalchemy/_static/default.css +share/doc/py-sqlalchemy/_static/docs.css +share/doc/py-sqlalchemy/_static/doctools.js +share/doc/py-sqlalchemy/_static/init.js +share/doc/py-sqlalchemy/_static/jquery.js +share/doc/py-sqlalchemy/_static/pygments.css +share/doc/py-sqlalchemy/_static/rightsidebar.css +share/doc/py-sqlalchemy/_static/searchtools.js +share/doc/py-sqlalchemy/_static/sphinxdoc.css +share/doc/py-sqlalchemy/_static/stickysidebar.css +share/doc/py-sqlalchemy/_static/traditional.css share/doc/py-sqlalchemy/build/ -share/doc/py-sqlalchemy/build/README -share/doc/py-sqlalchemy/build/content/ -share/doc/py-sqlalchemy/build/content/copyright.txt -share/doc/py-sqlalchemy/build/content/dbengine.txt -share/doc/py-sqlalchemy/build/content/docstrings.html -share/doc/py-sqlalchemy/build/content/documentation.html -share/doc/py-sqlalchemy/build/content/index.html -share/doc/py-sqlalchemy/build/content/intro.txt -share/doc/py-sqlalchemy/build/content/mappers.txt -share/doc/py-sqlalchemy/build/content/metadata.txt -share/doc/py-sqlalchemy/build/content/ormtutorial.txt -share/doc/py-sqlalchemy/build/content/plugins.txt -share/doc/py-sqlalchemy/build/content/pooling.txt -share/doc/py-sqlalchemy/build/content/session.txt -share/doc/py-sqlalchemy/build/content/sqlexpression.txt -share/doc/py-sqlalchemy/build/content/tutorial.txt -share/doc/py-sqlalchemy/build/content/types.txt -share/doc/py-sqlalchemy/build/gen_docstrings.py -share/doc/py-sqlalchemy/build/genhtml.py -share/doc/py-sqlalchemy/build/lib/ -share/doc/py-sqlalchemy/build/lib/docstring.py -share/doc/py-sqlalchemy/build/lib/highlight.py -share/doc/py-sqlalchemy/build/lib/markdown.py -share/doc/py-sqlalchemy/build/lib/toc.py -share/doc/py-sqlalchemy/build/read_markdown.py +share/doc/py-sqlalchemy/build/Makefile +share/doc/py-sqlalchemy/build/builder/ +share/doc/py-sqlalchemy/build/builder/__init__.py +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/copyright.rst +share/doc/py-sqlalchemy/build/dbengine.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/postgres.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/declarative.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/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/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/session.rst +share/doc/py-sqlalchemy/build/sqlexpression.rst +share/doc/py-sqlalchemy/build/static/ +share/doc/py-sqlalchemy/build/static/docs.css +share/doc/py-sqlalchemy/build/static/init.js share/doc/py-sqlalchemy/build/templates/ -share/doc/py-sqlalchemy/build/templates/autohandler -share/doc/py-sqlalchemy/build/templates/base.html -share/doc/py-sqlalchemy/build/templates/content_layout.html -share/doc/py-sqlalchemy/build/templates/formatting.html -share/doc/py-sqlalchemy/build/templates/module.html -share/doc/py-sqlalchemy/build/templates/nav.html -share/doc/py-sqlalchemy/build/templates/pydoc.html -share/doc/py-sqlalchemy/build/templates/toc.html +share/doc/py-sqlalchemy/build/templates/genindex.mako +share/doc/py-sqlalchemy/build/templates/layout.mako +share/doc/py-sqlalchemy/build/templates/page.mako +share/doc/py-sqlalchemy/build/templates/search.mako +share/doc/py-sqlalchemy/build/templates/site_base.mako +share/doc/py-sqlalchemy/build/templates/static_base.mako 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/copyright.html share/doc/py-sqlalchemy/dbengine.html -share/doc/py-sqlalchemy/docs.css -share/doc/py-sqlalchemy/docstrings.html -share/doc/py-sqlalchemy/documentation.html -share/doc/py-sqlalchemy/docutil.css +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/plugins.html -share/doc/py-sqlalchemy/pooling.html -share/doc/py-sqlalchemy/scripts.js +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/postgres.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/declarative.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/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/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/search.html +share/doc/py-sqlalchemy/searchindex.js share/doc/py-sqlalchemy/session.html -share/doc/py-sqlalchemy/sqlalchemy_databases_access.html -share/doc/py-sqlalchemy/sqlalchemy_databases_firebird.html -share/doc/py-sqlalchemy/sqlalchemy_databases_maxdb.html -share/doc/py-sqlalchemy/sqlalchemy_databases_mssql.html -share/doc/py-sqlalchemy/sqlalchemy_databases_mysql.html -share/doc/py-sqlalchemy/sqlalchemy_databases_oracle.html -share/doc/py-sqlalchemy/sqlalchemy_databases_postgres.html -share/doc/py-sqlalchemy/sqlalchemy_databases_sqlite.html -share/doc/py-sqlalchemy/sqlalchemy_databases_sybase.html -share/doc/py-sqlalchemy/sqlalchemy_engine.html -share/doc/py-sqlalchemy/sqlalchemy_engine_default.html -share/doc/py-sqlalchemy/sqlalchemy_engine_strategies.html -share/doc/py-sqlalchemy/sqlalchemy_engine_threadlocal.html -share/doc/py-sqlalchemy/sqlalchemy_engine_url.html -share/doc/py-sqlalchemy/sqlalchemy_exceptions.html -share/doc/py-sqlalchemy/sqlalchemy_ext_associationproxy.html -share/doc/py-sqlalchemy/sqlalchemy_ext_declarative.html -share/doc/py-sqlalchemy/sqlalchemy_ext_orderinglist.html -share/doc/py-sqlalchemy/sqlalchemy_ext_sqlsoup.html -share/doc/py-sqlalchemy/sqlalchemy_interfaces.html -share/doc/py-sqlalchemy/sqlalchemy_orm.html -share/doc/py-sqlalchemy/sqlalchemy_orm_collections.html -share/doc/py-sqlalchemy/sqlalchemy_orm_interfaces.html -share/doc/py-sqlalchemy/sqlalchemy_orm_mapper.html -share/doc/py-sqlalchemy/sqlalchemy_orm_properties.html -share/doc/py-sqlalchemy/sqlalchemy_orm_query.html -share/doc/py-sqlalchemy/sqlalchemy_orm_session.html -share/doc/py-sqlalchemy/sqlalchemy_orm_shard.html -share/doc/py-sqlalchemy/sqlalchemy_pool.html -share/doc/py-sqlalchemy/sqlalchemy_schema.html -share/doc/py-sqlalchemy/sqlalchemy_sql_compiler.html -share/doc/py-sqlalchemy/sqlalchemy_sql_expression.html -share/doc/py-sqlalchemy/sqlalchemy_types.html share/doc/py-sqlalchemy/sqlexpression.html -share/doc/py-sqlalchemy/style.css -share/doc/py-sqlalchemy/syntaxhighlight.css -share/doc/py-sqlalchemy/types.html share/examples/py-sqlalchemy/ share/examples/py-sqlalchemy/README share/examples/py-sqlalchemy/adjacencytree/ share/examples/py-sqlalchemy/adjacencytree/basic_tree.py -share/examples/py-sqlalchemy/adjacencytree/byroot_tree.py share/examples/py-sqlalchemy/association/ share/examples/py-sqlalchemy/association/basic_association.py share/examples/py-sqlalchemy/association/proxied_association.py share/examples/py-sqlalchemy/collections/ share/examples/py-sqlalchemy/collections/large_collection.py +share/examples/py-sqlalchemy/custom_attributes/ +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/attributes.py share/examples/py-sqlalchemy/dynamic_dict/ @@ -260,6 +336,8 @@ share/examples/py-sqlalchemy/elementtree/test2.xml share/examples/py-sqlalchemy/elementtree/test3.xml share/examples/py-sqlalchemy/graphs/ share/examples/py-sqlalchemy/graphs/graph1.py +share/examples/py-sqlalchemy/nested_sets/ +share/examples/py-sqlalchemy/nested_sets/nested_sets.py share/examples/py-sqlalchemy/pickle/ share/examples/py-sqlalchemy/pickle/custom_pickler.py share/examples/py-sqlalchemy/poly_assoc/ @@ -270,6 +348,12 @@ share/examples/py-sqlalchemy/polymorph/ share/examples/py-sqlalchemy/polymorph/concrete.py share/examples/py-sqlalchemy/polymorph/polymorph.py share/examples/py-sqlalchemy/polymorph/single.py +share/examples/py-sqlalchemy/postgis/ +share/examples/py-sqlalchemy/postgis/postgis.py +share/examples/py-sqlalchemy/query_caching/ +share/examples/py-sqlalchemy/query_caching/implicit.py +share/examples/py-sqlalchemy/query_caching/per_session.py +share/examples/py-sqlalchemy/query_caching/query_caching.py share/examples/py-sqlalchemy/sharding/ share/examples/py-sqlalchemy/sharding/attribute_shard.py share/examples/py-sqlalchemy/vertical/