[Python-apps-commits] r6088 - in packages/zine/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Sep 5 21:47:18 UTC 2010


    Date: Sunday, September 5, 2010 @ 21:47:12
  Author: piotr
Revision: 6088

* New upstream snapshot
  - works with SQLAlchemy 0.6 (closes: 584759)
* Minumum required version of python-sqlalchemy and python-werkzeug
  bumped to 0.6
* python-migrate added to Depends
* Standards-Version bumped to 3.9.1 (no other changes needed)

Modified:
  packages/zine/trunk/debian/changelog
  packages/zine/trunk/debian/control

Modified: packages/zine/trunk/debian/changelog
===================================================================
--- packages/zine/trunk/debian/changelog	2010-09-05 13:13:37 UTC (rev 6087)
+++ packages/zine/trunk/debian/changelog	2010-09-05 21:47:12 UTC (rev 6088)
@@ -1,3 +1,14 @@
+zine (0.2~20100905-1) unstable; urgency=low
+
+  * New upstream snapshot
+    - works with SQLAlchemy 0.6 (closes: 584759)
+  * Minumum required version of python-sqlalchemy and python-werkzeug
+    bumped to 0.6
+  * python-migrate added to Depends
+  * Standards-Version bumped to 3.9.1 (no other changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 05 Sep 2010 22:51:27 +0200
+
 zine (0.1.2-2) unstable; urgency=low
 
   * Upload to unstable

Modified: packages/zine/trunk/debian/control
===================================================================
--- packages/zine/trunk/debian/control	2010-09-05 13:13:37 UTC (rev 6087)
+++ packages/zine/trunk/debian/control	2010-09-05 21:47:12 UTC (rev 6088)
@@ -6,7 +6,7 @@
            Piotr Ożarowski <piotr at debian.org>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: python (>= 2.4), python-support (>= 0.5.6)
-Standards-Version: 3.8.2
+Standards-Version: 3.9.1
 XS-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/zine/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/zine/trunk/
@@ -15,9 +15,10 @@
 Package: zine
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends},
- python-sqlalchemy (>= 0.5),
+ python-sqlalchemy (>= 0.6),
+ python-migrate (>= 0.6),
  python-jinja2 (>= 2.1),
- python-werkzeug (>= 0.4),
+ python-werkzeug (>= 0.6),
  python (>= 2.6) | python-simplejson (>= 1.9),
  python-html5lib,
  python-tz,




More information about the Python-apps-commits mailing list