[Python-modules-commits] [beaker] 05/05: add python{, 3}-pymongo and python{, 3}-redis to Suggests and Build-Depends

Piotr Ożarowski piotr at moszumanska.debian.org
Mon Jul 3 21:54:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

piotr pushed a commit to branch master
in repository beaker.

commit af5e0bb09fb665f07af60ef5cb5047604ddc32a3
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Mon Jul 3 22:07:33 2017 +0200

    add python{,3}-pymongo and python{,3}-redis to Suggests and Build-Depends
---
 debian/changelog |  2 ++
 debian/control   | 17 +++++++++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 37b4833..39bf50a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 beaker (1.9.0-1) unstable; urgency=medium
 
   * New upstream release
+    - now supports MongoDB and Redis as backends - add python{,3}-pymongo
+      and python{,3}-redis to Suggests and Build-Depends
   * Standards-Version bumped to 4.0.0 (no changes needed)
 
  -- Piotr Ożarowski <piotr at debian.org>  Mon, 03 Jul 2017 21:29:20 +0200
diff --git a/debian/control b/debian/control
index fa56583..6cbbfb5 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,12 @@ Build-Depends-Indep: dh-python, python-all (>= 2.6.6-3), python3-all (>= 3.1.2-8
  python-sqlalchemy (>= 0.4), python-webtest, python-nose,
  python-pycryptopp (>= 0.5.12), python-pylibmc | python-memcache,
  python-funcsigs,
+ python-pymongo,
+ python-redis,
  python3-sqlalchemy (>= 0.4), python3-webtest, python3-nose,
  python3-crypto, python3-pylibmc | python3-memcache,
+ python3-pymongo,
+ python3-redis,
  python3-funcsigs,
 Standards-Version: 4.0.0
 X-Python-Version: >= 2.6
@@ -23,7 +27,11 @@ Package: python-beaker
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python
 Recommends: python-pkg-resources
-Suggests: python-sqlalchemy (>= 0.4), python-pycryptopp | python-crypto, python-pylibmc | python-memcache
+Suggests: python-sqlalchemy (>= 0.4),
+ python-pycryptopp | python-crypto,
+ python-pylibmc | python-memcache,
+ python-pymongo,
+ python-redis,
 Enhances: python-pylons
 Description: cache and session library
  Beaker is a web session and general caching library that includes WSGI
@@ -53,7 +61,12 @@ Package: python3-beaker
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
 Recommends: ${python3:Recommends}, python3-pkg-resources
-Suggests: ${python3:Suggests}, python3-sqlalchemy, python3-pycryptopp | python3-crypto, python3-pylibmc | python3-memcache
+Suggests: ${python3:Suggests},
+ python3-sqlalchemy,
+ python3-pycryptopp | python3-crypto,
+ python3-pylibmc | python3-memcache,
+ python3-pymongo,
+ python3-redis,
 Description: cache and session library for Python 3
  Beaker is a web session and general caching library that includes WSGI
  middleware for use in web applications.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/beaker.git



More information about the Python-modules-commits mailing list