[Python-modules-commits] r12110 - in packages/beaker/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Mar 2 21:24:26 UTC 2010


    Date: Tuesday, March 2, 2010 @ 21:24:25
  Author: piotr
Revision: 12110

* New upstream release
* Add python-pkg-resources to Recommends
* Move python-sqlalchemy to Suggests
* Add python-pylibmc | python-memcache and
  python-pycryptopp | python-crypto to Suggests

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

Modified: packages/beaker/trunk/debian/changelog
===================================================================
--- packages/beaker/trunk/debian/changelog	2010-03-02 20:59:41 UTC (rev 12109)
+++ packages/beaker/trunk/debian/changelog	2010-03-02 21:24:25 UTC (rev 12110)
@@ -1,3 +1,13 @@
+beaker (1.5.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Add python-pkg-resources to Recommends
+  * Move python-sqlalchemy to Suggests
+  * Add python-pylibmc | python-memcache and
+    python-pycryptopp | python-crypto to Suggests
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 02 Mar 2010 22:00:18 +0100
+
 beaker (1.5.1-4) unstable; urgency=low
 
   * debian/control: 

Modified: packages/beaker/trunk/debian/control
===================================================================
--- packages/beaker/trunk/debian/control	2010-03-02 20:59:41 UTC (rev 12109)
+++ packages/beaker/trunk/debian/control	2010-03-02 21:24:25 UTC (rev 12110)
@@ -15,7 +15,8 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python
 XB-Python-Version: ${python:Versions}
-Recommends: python-sqlalchemy
+Recommends: python-pkg-resources
+Suggests: python-sqlalchemy (>= 0.4), python-pycryptopp | python-crypto, python-pylibmc | python-memcache
 Enhances: python-pylons
 Description: cache and session library
  Beaker is a web session and general caching library that includes WSGI




More information about the Python-modules-commits mailing list