[Python-modules-commits] r8704 - in packages/python-repoze.what/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Jun 4 13:38:48 UTC 2009


    Date: Thursday, June 4, 2009 @ 13:38:41
  Author: piotr
Revision: 8704

* Add python-zopeinterface to Depends
* Add python-pkg-resources to Recommends
* Bump minimum required versions:
  - python-paste to 1.7
  - python-repoze.who to 1.0

Modified:
  packages/python-repoze.what/trunk/debian/changelog
  packages/python-repoze.what/trunk/debian/control

Modified: packages/python-repoze.what/trunk/debian/changelog
===================================================================
--- packages/python-repoze.what/trunk/debian/changelog	2009-06-04 13:36:01 UTC (rev 8703)
+++ packages/python-repoze.what/trunk/debian/changelog	2009-06-04 13:38:41 UTC (rev 8704)
@@ -1,3 +1,13 @@
+python-repoze.what (1.0.8-2) UNRELEASED; urgency=low
+
+  * Add python-zopeinterface to Depends
+  * Add python-pkg-resources to Recommends
+  * Bump minimum required versions:
+    - python-paste to 1.7
+    - python-repoze.who to 1.0
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 04 Jun 2009 15:29:58 +0200
+
 python-repoze.what (1.0.8-1) experimental; urgency=low
 
   * First release (Closes: #531045)

Modified: packages/python-repoze.what/trunk/debian/control
===================================================================
--- packages/python-repoze.what/trunk/debian/control	2009-06-04 13:36:01 UTC (rev 8703)
+++ packages/python-repoze.what/trunk/debian/control	2009-06-04 13:38:41 UTC (rev 8704)
@@ -28,10 +28,12 @@
 Depends:
  ${misc:Depends},
  ${python:Depends},
- python-repoze.who,
+ python-repoze.who (>= 1.0),
  python-repoze.who-plugins,
- python-paste
-Description: Authorization framework for Python WSGI applications
+ python-paste (>= 1.7),
+ python-zopeinterface
+Recommends: python-pkg-resources
+Description: authorization framework for Python WSGI applications
  repoze.what is an authorization framework for WSGI applications,
  based on repoze.who (which deals with authentication and
  identification).




More information about the Python-modules-commits mailing list