[Python-modules-commits] r9046 - in packages/sqlalchemy/trunk/debian (changelog control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Jul 14 18:39:57 UTC 2009
Date: Tuesday, July 14, 2009 @ 18:39:55
Author: piotr
Revision: 9046
* New upstream release
* Standards-Version bumped to 3.8.2 (no changes needed)
Modified:
packages/sqlalchemy/trunk/debian/changelog
packages/sqlalchemy/trunk/debian/control
Modified: packages/sqlalchemy/trunk/debian/changelog
===================================================================
--- packages/sqlalchemy/trunk/debian/changelog 2009-07-14 16:28:05 UTC (rev 9045)
+++ packages/sqlalchemy/trunk/debian/changelog 2009-07-14 18:39:55 UTC (rev 9046)
@@ -1,9 +1,11 @@
-sqlalchemy (0.5.4p2-2) UNRELEASED; urgency=low
+sqlalchemy (0.5.5-1) unstable; urgency=low
+ * New upstream release
* Add python-pymssql to Suggests (and add a note about Microsoft SQL Server
in README.Debian)
+ * Standards-Version bumped to 3.8.2 (no changes needed)
- -- Piotr Ożarowski <piotr at debian.org> Sun, 05 Jul 2009 20:28:40 +0200
+ -- Piotr Ożarowski <piotr at debian.org> Tue, 14 Jul 2009 19:50:44 +0200
sqlalchemy (0.5.4p2-1) unstable; urgency=low
Modified: packages/sqlalchemy/trunk/debian/control
===================================================================
--- packages/sqlalchemy/trunk/debian/control 2009-07-14 16:28:05 UTC (rev 9045)
+++ packages/sqlalchemy/trunk/debian/control 2009-07-14 18:39:55 UTC (rev 9046)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 5.0.38)
Build-Depends-Indep: python-all (>= 2.5.4-1~), python-support (>= 0.6.4),
python-setuptools (>= 0.6b3-1~), python-sphinx (>= 0.6), python-mako
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
Homepage: http://www.sqlalchemy.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/sqlalchemy/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sqlalchemy/trunk/
@@ -29,7 +29,7 @@
and Pythonic domain language.
* extremely easy to use for all the basic tasks, such as: accessing pooled
connections, constructing SQL from Python expressions, finding object
- instances, and commiting object modifications back to the database.
+ instances, and committing object modifications back to the database.
* powerful enough for complicated tasks, such as: eager load a graph of
objects and their dependencies via joins; map recursive adjacency
structures automatically; map objects to not just tables but to any
@@ -51,7 +51,7 @@
Architecture: all
Recommends: python-sqlalchemy
Conflicts: python-sqlalchemy (<= 0.3.0-1)
-Description: Documentation for the SQLAlchemy Python library
+Description: documentation for the SQLAlchemy Python library
SQLAlchemy is an SQL database abstraction library for Python.
.
This package contains the documentation for SQLAlchemy in HTML format.
More information about the Python-modules-commits
mailing list