[Python-modules-commits] [python-motor] 04/14: Bump required version of PyMongo to 3.4

Ondřej Nový onovy at moszumanska.debian.org
Sat Apr 8 13:43:32 UTC 2017


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

onovy pushed a commit to branch master
in repository python-motor.

commit 91f8196d89528fd81ddfa612583c4849958a1144
Author: Ondřej Nový <onovy at debian.org>
Date:   Sat Apr 8 14:34:00 2017 +0200

    Bump required version of PyMongo to 3.4
---
 debian/changelog | 1 +
 debian/control   | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d676c5c..a4cfb3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-motor (1.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Bump required version of PyMongo to 3.4
 
  -- Ondřej Nový <onovy at debian.org>  Mon, 05 Dec 2016 18:56:55 +0100
 
diff --git a/debian/control b/debian/control
index 7c624b7..84d0797 100644
--- a/debian/control
+++ b/debian/control
@@ -8,12 +8,12 @@ Build-Depends: debhelper (>= 10),
                python-all,
                python-futures,
                python-setuptools,
-               python-pymongo (>= 3.3),
+               python-pymongo (>= 3.4),
                python-mockupdb,
                python-tornado,
                python3-all,
                python3-setuptools,
-               python3-pymongo (>= 3.3),
+               python3-pymongo (>= 3.4),
                python3-mockupdb,
                python3-tornado,
 Standards-Version: 3.9.8
@@ -26,7 +26,7 @@ Package: python-motor
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
-         python-pymongo (>= 3.3),
+         python-pymongo (>= 3.4),
 Description: full-featured, non-blocking MongoDB driver - Python 2.x
  Motor presents a callback- or Future-based API for non-blocking access to
  MongoDB from Tornado or asyncio.
@@ -37,7 +37,7 @@ Package: python3-motor
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
-         python3-pymongo (>= 3.3),
+         python3-pymongo (>= 3.4),
 Description: full-featured, non-blocking MongoDB driver - Python 3.x
  Motor presents a callback- or Future-based API for non-blocking access to
  MongoDB from Tornado or asyncio.

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



More information about the Python-modules-commits mailing list