pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/42260: update old version of databases/py-sqlalchemy



>Number:         42260
>Category:       pkg
>Synopsis:       update old version of databases/py-sqlalchemy
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 03 17:10:00 +0000 2009
>Originator:     Fredrik Pettai
>Release:        NetBSD 5.0_STABLE
>Organization:
NORDUnet A/S
>Environment:
NetBSD stinky 5.0_STABLE NetBSD 5.0_STABLE (GENERIC) #2: Fri Jul 24 17:22:46 
CEST 2009  root@stinky:/usr/obj/sys/arch/amd64/compile/GENERIC amd64
>Description:
The current version of databases/py-sqlalchemy in pkgsrc is over a year old, 
and a new stable branch has evolved for almost a year now. There are some 
people that would like to have the newer branch and here's a patch attached.

>How-To-Repeat:

>Fix:
-bash-4.0$ cvs diff -u
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/databases/py-sqlalchemy/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile    4 Sep 2008 20:42:28 -0000       1.1.1.1
+++ Makefile    3 Nov 2009 16:52:51 -0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/09/04 20:42:28 tonnerre Exp $
+# $NetBSD: Makefile,v 1.2 2008/11/03 17:52:48 pettai Exp $
 
-SQLALCHEMYVERS=        0.4.7p1
+SQLALCHEMYVERS=        0.5.6
 DISTNAME=      SQLAlchemy-${SQLALCHEMYVERS}
 PKGNAME=       ${PYPKGPREFIX}-sqlalchemy-${SQLALCHEMYVERS}
 EGG_NAME=      ${DISTNAME}
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/databases/py-sqlalchemy/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST       14 Jun 2009 17:43:22 -0000      1.2
+++ PLIST       3 Nov 2009 16:54:51 -0000
@@ -1,198 +1,158 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:43:22 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/11/03 17:53:42 pettai Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/sqlalchemy/__init__.py
 ${PYSITELIB}/sqlalchemy/__init__.pyc
 ${PYSITELIB}/sqlalchemy/__init__.pyo
-${PYSITELIB}/sqlalchemy/databases/__init__.py
 ${PYSITELIB}/sqlalchemy/databases/__init__.pyc
 ${PYSITELIB}/sqlalchemy/databases/__init__.pyo
-${PYSITELIB}/sqlalchemy/databases/access.py
 ${PYSITELIB}/sqlalchemy/databases/access.pyc
 ${PYSITELIB}/sqlalchemy/databases/access.pyo
-${PYSITELIB}/sqlalchemy/databases/firebird.py
 ${PYSITELIB}/sqlalchemy/databases/firebird.pyc
 ${PYSITELIB}/sqlalchemy/databases/firebird.pyo
-${PYSITELIB}/sqlalchemy/databases/information_schema.py
 ${PYSITELIB}/sqlalchemy/databases/information_schema.pyc
 ${PYSITELIB}/sqlalchemy/databases/information_schema.pyo
-${PYSITELIB}/sqlalchemy/databases/informix.py
 ${PYSITELIB}/sqlalchemy/databases/informix.pyc
 ${PYSITELIB}/sqlalchemy/databases/informix.pyo
-${PYSITELIB}/sqlalchemy/databases/maxdb.py
 ${PYSITELIB}/sqlalchemy/databases/maxdb.pyc
 ${PYSITELIB}/sqlalchemy/databases/maxdb.pyo
-${PYSITELIB}/sqlalchemy/databases/mssql.py
 ${PYSITELIB}/sqlalchemy/databases/mssql.pyc
 ${PYSITELIB}/sqlalchemy/databases/mssql.pyo
-${PYSITELIB}/sqlalchemy/databases/mxODBC.py
 ${PYSITELIB}/sqlalchemy/databases/mxODBC.pyc
 ${PYSITELIB}/sqlalchemy/databases/mxODBC.pyo
-${PYSITELIB}/sqlalchemy/databases/mysql.py
 ${PYSITELIB}/sqlalchemy/databases/mysql.pyc
 ${PYSITELIB}/sqlalchemy/databases/mysql.pyo
-${PYSITELIB}/sqlalchemy/databases/oracle.py
 ${PYSITELIB}/sqlalchemy/databases/oracle.pyc
 ${PYSITELIB}/sqlalchemy/databases/oracle.pyo
-${PYSITELIB}/sqlalchemy/databases/postgres.py
 ${PYSITELIB}/sqlalchemy/databases/postgres.pyc
 ${PYSITELIB}/sqlalchemy/databases/postgres.pyo
-${PYSITELIB}/sqlalchemy/databases/sqlite.py
+${PYSITELIB}/sqlalchemy/databases/postgresql.pyc
+${PYSITELIB}/sqlalchemy/databases/postgresql.pyo
 ${PYSITELIB}/sqlalchemy/databases/sqlite.pyc
 ${PYSITELIB}/sqlalchemy/databases/sqlite.pyo
-${PYSITELIB}/sqlalchemy/databases/sybase.py
 ${PYSITELIB}/sqlalchemy/databases/sybase.pyc
 ${PYSITELIB}/sqlalchemy/databases/sybase.pyo
-${PYSITELIB}/sqlalchemy/engine/__init__.py
 ${PYSITELIB}/sqlalchemy/engine/__init__.pyc
 ${PYSITELIB}/sqlalchemy/engine/__init__.pyo
-${PYSITELIB}/sqlalchemy/engine/base.py
 ${PYSITELIB}/sqlalchemy/engine/base.pyc
 ${PYSITELIB}/sqlalchemy/engine/base.pyo
-${PYSITELIB}/sqlalchemy/engine/default.py
 ${PYSITELIB}/sqlalchemy/engine/default.pyc
 ${PYSITELIB}/sqlalchemy/engine/default.pyo
-${PYSITELIB}/sqlalchemy/engine/strategies.py
 ${PYSITELIB}/sqlalchemy/engine/strategies.pyc
 ${PYSITELIB}/sqlalchemy/engine/strategies.pyo
-${PYSITELIB}/sqlalchemy/engine/threadlocal.py
 ${PYSITELIB}/sqlalchemy/engine/threadlocal.pyc
 ${PYSITELIB}/sqlalchemy/engine/threadlocal.pyo
-${PYSITELIB}/sqlalchemy/engine/url.py
 ${PYSITELIB}/sqlalchemy/engine/url.pyc
 ${PYSITELIB}/sqlalchemy/engine/url.pyo
-${PYSITELIB}/sqlalchemy/exceptions.py
-${PYSITELIB}/sqlalchemy/exceptions.pyc
-${PYSITELIB}/sqlalchemy/exceptions.pyo
-${PYSITELIB}/sqlalchemy/ext/__init__.py
+${PYSITELIB}/sqlalchemy/exc.pyc
+${PYSITELIB}/sqlalchemy/exc.pyo
 ${PYSITELIB}/sqlalchemy/ext/__init__.pyc
 ${PYSITELIB}/sqlalchemy/ext/__init__.pyo
-${PYSITELIB}/sqlalchemy/ext/activemapper.py
-${PYSITELIB}/sqlalchemy/ext/activemapper.pyc
-${PYSITELIB}/sqlalchemy/ext/activemapper.pyo
-${PYSITELIB}/sqlalchemy/ext/assignmapper.py
-${PYSITELIB}/sqlalchemy/ext/assignmapper.pyc
-${PYSITELIB}/sqlalchemy/ext/assignmapper.pyo
-${PYSITELIB}/sqlalchemy/ext/associationproxy.py
 ${PYSITELIB}/sqlalchemy/ext/associationproxy.pyc
 ${PYSITELIB}/sqlalchemy/ext/associationproxy.pyo
-${PYSITELIB}/sqlalchemy/ext/declarative.py
+${PYSITELIB}/sqlalchemy/ext/compiler.pyc
+${PYSITELIB}/sqlalchemy/ext/compiler.pyo
 ${PYSITELIB}/sqlalchemy/ext/declarative.pyc
 ${PYSITELIB}/sqlalchemy/ext/declarative.pyo
-${PYSITELIB}/sqlalchemy/ext/orderinglist.py
 ${PYSITELIB}/sqlalchemy/ext/orderinglist.pyc
 ${PYSITELIB}/sqlalchemy/ext/orderinglist.pyo
-${PYSITELIB}/sqlalchemy/ext/selectresults.py
-${PYSITELIB}/sqlalchemy/ext/selectresults.pyc
-${PYSITELIB}/sqlalchemy/ext/selectresults.pyo
-${PYSITELIB}/sqlalchemy/ext/sessioncontext.py
-${PYSITELIB}/sqlalchemy/ext/sessioncontext.pyc
-${PYSITELIB}/sqlalchemy/ext/sessioncontext.pyo
-${PYSITELIB}/sqlalchemy/ext/sqlsoup.py
+${PYSITELIB}/sqlalchemy/ext/serializer.pyc
+${PYSITELIB}/sqlalchemy/ext/serializer.pyo
 ${PYSITELIB}/sqlalchemy/ext/sqlsoup.pyc
 ${PYSITELIB}/sqlalchemy/ext/sqlsoup.pyo
-${PYSITELIB}/sqlalchemy/interfaces.py
 ${PYSITELIB}/sqlalchemy/interfaces.pyc
 ${PYSITELIB}/sqlalchemy/interfaces.pyo
-${PYSITELIB}/sqlalchemy/logging.py
-${PYSITELIB}/sqlalchemy/logging.pyc
-${PYSITELIB}/sqlalchemy/logging.pyo
-${PYSITELIB}/sqlalchemy/mods/__init__.py
-${PYSITELIB}/sqlalchemy/mods/__init__.pyc
-${PYSITELIB}/sqlalchemy/mods/__init__.pyo
-${PYSITELIB}/sqlalchemy/mods/selectresults.py
-${PYSITELIB}/sqlalchemy/mods/selectresults.pyc
-${PYSITELIB}/sqlalchemy/mods/selectresults.pyo
-${PYSITELIB}/sqlalchemy/orm/__init__.py
+${PYSITELIB}/sqlalchemy/log.pyc
+${PYSITELIB}/sqlalchemy/log.pyo
 ${PYSITELIB}/sqlalchemy/orm/__init__.pyc
 ${PYSITELIB}/sqlalchemy/orm/__init__.pyo
-${PYSITELIB}/sqlalchemy/orm/attributes.py
 ${PYSITELIB}/sqlalchemy/orm/attributes.pyc
 ${PYSITELIB}/sqlalchemy/orm/attributes.pyo
-${PYSITELIB}/sqlalchemy/orm/collections.py
 ${PYSITELIB}/sqlalchemy/orm/collections.pyc
 ${PYSITELIB}/sqlalchemy/orm/collections.pyo
-${PYSITELIB}/sqlalchemy/orm/dependency.py
 ${PYSITELIB}/sqlalchemy/orm/dependency.pyc
 ${PYSITELIB}/sqlalchemy/orm/dependency.pyo
-${PYSITELIB}/sqlalchemy/orm/dynamic.py
 ${PYSITELIB}/sqlalchemy/orm/dynamic.pyc
 ${PYSITELIB}/sqlalchemy/orm/dynamic.pyo
-${PYSITELIB}/sqlalchemy/orm/interfaces.py
+${PYSITELIB}/sqlalchemy/orm/evaluator.pyc
+${PYSITELIB}/sqlalchemy/orm/evaluator.pyo
+${PYSITELIB}/sqlalchemy/orm/exc.pyc
+${PYSITELIB}/sqlalchemy/orm/exc.pyo
+${PYSITELIB}/sqlalchemy/orm/identity.pyc
+${PYSITELIB}/sqlalchemy/orm/identity.pyo
 ${PYSITELIB}/sqlalchemy/orm/interfaces.pyc
 ${PYSITELIB}/sqlalchemy/orm/interfaces.pyo
-${PYSITELIB}/sqlalchemy/orm/mapper.py
 ${PYSITELIB}/sqlalchemy/orm/mapper.pyc
 ${PYSITELIB}/sqlalchemy/orm/mapper.pyo
-${PYSITELIB}/sqlalchemy/orm/properties.py
 ${PYSITELIB}/sqlalchemy/orm/properties.pyc
 ${PYSITELIB}/sqlalchemy/orm/properties.pyo
-${PYSITELIB}/sqlalchemy/orm/query.py
 ${PYSITELIB}/sqlalchemy/orm/query.pyc
 ${PYSITELIB}/sqlalchemy/orm/query.pyo
-${PYSITELIB}/sqlalchemy/orm/scoping.py
 ${PYSITELIB}/sqlalchemy/orm/scoping.pyc
 ${PYSITELIB}/sqlalchemy/orm/scoping.pyo
-${PYSITELIB}/sqlalchemy/orm/session.py
 ${PYSITELIB}/sqlalchemy/orm/session.pyc
 ${PYSITELIB}/sqlalchemy/orm/session.pyo
-${PYSITELIB}/sqlalchemy/orm/shard.py
 ${PYSITELIB}/sqlalchemy/orm/shard.pyc
 ${PYSITELIB}/sqlalchemy/orm/shard.pyo
-${PYSITELIB}/sqlalchemy/orm/strategies.py
+${PYSITELIB}/sqlalchemy/orm/state.pyc
+${PYSITELIB}/sqlalchemy/orm/state.pyo
 ${PYSITELIB}/sqlalchemy/orm/strategies.pyc
 ${PYSITELIB}/sqlalchemy/orm/strategies.pyo
-${PYSITELIB}/sqlalchemy/orm/sync.py
 ${PYSITELIB}/sqlalchemy/orm/sync.pyc
 ${PYSITELIB}/sqlalchemy/orm/sync.pyo
-${PYSITELIB}/sqlalchemy/orm/unitofwork.py
 ${PYSITELIB}/sqlalchemy/orm/unitofwork.pyc
 ${PYSITELIB}/sqlalchemy/orm/unitofwork.pyo
-${PYSITELIB}/sqlalchemy/orm/uowdumper.py
 ${PYSITELIB}/sqlalchemy/orm/uowdumper.pyc
 ${PYSITELIB}/sqlalchemy/orm/uowdumper.pyo
-${PYSITELIB}/sqlalchemy/orm/util.py
 ${PYSITELIB}/sqlalchemy/orm/util.pyc
 ${PYSITELIB}/sqlalchemy/orm/util.pyo
-${PYSITELIB}/sqlalchemy/pool.py
 ${PYSITELIB}/sqlalchemy/pool.pyc
 ${PYSITELIB}/sqlalchemy/pool.pyo
-${PYSITELIB}/sqlalchemy/queue.py
 ${PYSITELIB}/sqlalchemy/queue.pyc
 ${PYSITELIB}/sqlalchemy/queue.pyo
-${PYSITELIB}/sqlalchemy/schema.py
 ${PYSITELIB}/sqlalchemy/schema.pyc
 ${PYSITELIB}/sqlalchemy/schema.pyo
-${PYSITELIB}/sqlalchemy/sql/__init__.py
 ${PYSITELIB}/sqlalchemy/sql/__init__.pyc
 ${PYSITELIB}/sqlalchemy/sql/__init__.pyo
-${PYSITELIB}/sqlalchemy/sql/compiler.py
 ${PYSITELIB}/sqlalchemy/sql/compiler.pyc
 ${PYSITELIB}/sqlalchemy/sql/compiler.pyo
-${PYSITELIB}/sqlalchemy/sql/expression.py
 ${PYSITELIB}/sqlalchemy/sql/expression.pyc
 ${PYSITELIB}/sqlalchemy/sql/expression.pyo
-${PYSITELIB}/sqlalchemy/sql/functions.py
 ${PYSITELIB}/sqlalchemy/sql/functions.pyc
 ${PYSITELIB}/sqlalchemy/sql/functions.pyo
-${PYSITELIB}/sqlalchemy/sql/operators.py
 ${PYSITELIB}/sqlalchemy/sql/operators.pyc
 ${PYSITELIB}/sqlalchemy/sql/operators.pyo
-${PYSITELIB}/sqlalchemy/sql/util.py
 ${PYSITELIB}/sqlalchemy/sql/util.pyc
 ${PYSITELIB}/sqlalchemy/sql/util.pyo
-${PYSITELIB}/sqlalchemy/sql/visitors.py
 ${PYSITELIB}/sqlalchemy/sql/visitors.pyc
 ${PYSITELIB}/sqlalchemy/sql/visitors.pyo
-${PYSITELIB}/sqlalchemy/topological.py
+${PYSITELIB}/sqlalchemy/test/__init__.pyc
+${PYSITELIB}/sqlalchemy/test/__init__.pyo
+${PYSITELIB}/sqlalchemy/test/assertsql.pyc
+${PYSITELIB}/sqlalchemy/test/assertsql.pyo
+${PYSITELIB}/sqlalchemy/test/config.pyc
+${PYSITELIB}/sqlalchemy/test/config.pyo
+${PYSITELIB}/sqlalchemy/test/engines.pyc
+${PYSITELIB}/sqlalchemy/test/engines.pyo
+${PYSITELIB}/sqlalchemy/test/noseplugin.pyc
+${PYSITELIB}/sqlalchemy/test/noseplugin.pyo
+${PYSITELIB}/sqlalchemy/test/orm.pyc
+${PYSITELIB}/sqlalchemy/test/orm.pyo
+${PYSITELIB}/sqlalchemy/test/pickleable.pyc
+${PYSITELIB}/sqlalchemy/test/pickleable.pyo
+${PYSITELIB}/sqlalchemy/test/profiling.pyc
+${PYSITELIB}/sqlalchemy/test/profiling.pyo
+${PYSITELIB}/sqlalchemy/test/requires.pyc
+${PYSITELIB}/sqlalchemy/test/requires.pyo
+${PYSITELIB}/sqlalchemy/test/schema.pyc
+${PYSITELIB}/sqlalchemy/test/schema.pyo
+${PYSITELIB}/sqlalchemy/test/testing.pyc
+${PYSITELIB}/sqlalchemy/test/testing.pyo
 ${PYSITELIB}/sqlalchemy/topological.pyc
 ${PYSITELIB}/sqlalchemy/topological.pyo
-${PYSITELIB}/sqlalchemy/types.py
 ${PYSITELIB}/sqlalchemy/types.pyc
 ${PYSITELIB}/sqlalchemy/types.pyo
-${PYSITELIB}/sqlalchemy/util.py
 ${PYSITELIB}/sqlalchemy/util.pyc
 ${PYSITELIB}/sqlalchemy/util.pyo
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/databases/py-sqlalchemy/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    4 Sep 2008 20:42:28 -0000       1.1.1.1
+++ distinfo    3 Nov 2009 16:54:51 -0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/09/04 20:42:28 tonnerre Exp $
+$NetBSD: distinfo,v 1.2 2009/11/03 17:54:48 pettai Exp $
 
-SHA1 (SQLAlchemy-0.4.7p1.tar.gz) = b4f158cf7930234b8be8794e481a79ebcbf3fbf0
-RMD160 (SQLAlchemy-0.4.7p1.tar.gz) = da2006ceb80c0d3ddb3ed68dd3c0c0fc7eede2bf
-Size (SQLAlchemy-0.4.7p1.tar.gz) = 1318273 bytes
+SHA1 (SQLAlchemy-0.5.6.tar.gz) = b8ff7521f5b87bfca459b4832ed29b649dbcf318
+RMD160 (SQLAlchemy-0.5.6.tar.gz) = 180dc06f66cac4357c07ce041bfff90ce56ec432
+Size (SQLAlchemy-0.5.6.tar.gz) = 1468356 bytes



Home | Main Index | Thread Index | Old Index