development/SQLAlchemy: Updated for version 0.4.6
This commit is contained in:
parent
85dcbddb77
commit
edb873b9e0
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=SQLAlchemy
|
||||
VERSION=0.4.4
|
||||
VERSION=0.4.6
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="SQLAlchemy"
|
||||
VERSION="0.4.4"
|
||||
VERSION="0.4.6"
|
||||
HOMEPAGE="http://www.sqlalchemy.org"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.4.4.tar.gz"
|
||||
MD5SUM="ff8ec0cfda50563575f1cfaa07764554"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.4.6.tar.gz"
|
||||
MD5SUM="3d1e737bb408de25b2fadb19a736b40e"
|
||||
MAINTAINER="Andrea Maccis"
|
||||
EMAIL="andrea.maccis@gmail.com"
|
||||
APPROVED="David Somero"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler---------------------------------------------------|
|
||||
|-----handy-ruler--------------------------------------------------|
|
||||
SQLAlchemy: SQLAlchemy (The Python SQL Toolkit and Object Relational Mapper)
|
||||
SQLAlchemy:
|
||||
SQLAlchemy: SQLAlchemy is a Pythonic open source SQL toolkit and Object
|
||||
|
|
Loading…
Reference in New Issue