[Python-modules-commits] r6486 - in packages/sqlalchemy/trunk/debian (changelog watch)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Sep 11 22:07:45 UTC 2008
Date: Thursday, September 11, 2008 @ 22:07:44
Author: piotr
Revision: 6486
* New upstream release
* debian/watch file updated to handle RC versions correctly
* add changelog entries from lenny branch
Modified:
packages/sqlalchemy/trunk/debian/changelog
packages/sqlalchemy/trunk/debian/watch
Modified: packages/sqlalchemy/trunk/debian/changelog
===================================================================
--- packages/sqlalchemy/trunk/debian/changelog 2008-09-11 20:11:38 UTC (rev 6485)
+++ packages/sqlalchemy/trunk/debian/changelog 2008-09-11 22:07:44 UTC (rev 6486)
@@ -1,3 +1,17 @@
+sqlalchemy (0.5.0~rc1-1) experimental; urgency=low
+
+ * New upstream release
+ * debian/watch file updated to handle RC versions correctly
+
+ -- Piotr Ożarowski <piotr at debian.org> Thu, 11 Sep 2008 23:49:05 +0200
+
+sqlalchemy (0.4.7p1-2) unstable; urgency=low
+
+ * Fixed typos in orm/mapper.py and schema.py (closes: #494948, thanks
+ Sebastian)
+
+ -- Piotr Ożarowski <piotr at debian.org> Thu, 04 Sep 2008 21:20:49 +0200
+
sqlalchemy (0.5.0~beta3-1) experimental; urgency=low
* New upstream release
@@ -5,6 +19,12 @@
-- Piotr Ożarowski <piotr at debian.org> Tue, 05 Aug 2008 00:58:22 +0200
+sqlalchemy (0.4.7p1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Piotr Ożarowski <piotr at debian.org> Fri, 01 Aug 2008 19:43:14 +0200
+
sqlalchemy (0.4.7-1) unstable; urgency=low
* New upstream release
Modified: packages/sqlalchemy/trunk/debian/watch
===================================================================
--- packages/sqlalchemy/trunk/debian/watch 2008-09-11 20:11:38 UTC (rev 6485)
+++ packages/sqlalchemy/trunk/debian/watch 2008-09-11 22:07:44 UTC (rev 6486)
@@ -1,3 +1,3 @@
version=3
-opts=uversionmangle=s/beta/~beta/ \
+opts=uversionmangle=s/(beta|rc)/~$1/ \
http://qa.debian.org/watch/sf.php/sqlalchemy/SQLAlchemy-(.*)\.tar\.gz debian uupdate
More information about the Python-modules-commits
mailing list