[Python-modules-commits] [txfixtures] 13/14: New upstream release

Free Ekanayaka freee at moszumanska.debian.org
Thu Jan 5 23:51:21 UTC 2017


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

freee pushed a commit to branch master
in repository txfixtures.

commit 2353c59cb5af99f90bf4e2d948f42e3cb4b3c35d
Author: Free Ekanayaka <freee at debian.org>
Date:   Thu Jan 5 23:37:51 2017 +0000

    New upstream release
---
 debian/changelog                                   |  9 ++++++---
 debian/control                                     |  4 ++--
 ...increase-mongodb-integration-test-timeout.patch | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 4 files changed, 31 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 12d96c7..da6daf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-txfixtures (0.2.2-1) unstable; urgency=medium
+txfixtures (0.2.3-1) unstable; urgency=medium
 
-  * New upstream release
+  * New upstream version 0.2.3
+  * Build-depend on mongodb and selenium
+  * Export PBR_VERSION to avoid tests failing
+  * Build-Depend on procps
 
- -- Free Ekanayaka <freee at debian.org>  Tue, 20 Dec 2016 14:39:50 +0000
+ -- Free Ekanayaka <freee at debian.org>  Thu, 05 Jan 2017 23:36:50 +0000
 
 txfixtures (0.1.4-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 6b508dc..1fb7d1d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: dh-python,
                python-fixtures,
                python-testtools,
                python-twisted-core,
-	       python-systemfixtures,
+	       python-systemfixtures (>= 0.6.2),
 	       python-retrying,
 	       python-psutil,
 	       python-pymongo,
@@ -20,7 +20,7 @@ Build-Depends: dh-python,
                python3-fixtures,
                python3-testtools,
                python3-twisted,
-	       python3-systemfixtures,
+	       python3-systemfixtures (>= 0.6.2),
 	       python3-retrying,
 	       python3-psutil,
 	       python3-pymongo,
diff --git a/debian/patches/0004-increase-mongodb-integration-test-timeout.patch b/debian/patches/0004-increase-mongodb-integration-test-timeout.patch
new file mode 100644
index 0000000..954fa49
--- /dev/null
+++ b/debian/patches/0004-increase-mongodb-integration-test-timeout.patch
@@ -0,0 +1,22 @@
+From: Free Ekanayaka <freee at debian.org>
+Date: Thu, 5 Jan 2017 21:01:16 +0000
+Subject: increase-mongodb-integration-test-timeout
+
+MongoDB can take a while to start.
+---
+ tests/test_mongodb.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/test_mongodb.py b/tests/test_mongodb.py
+index adb13e1..53a0143 100644
+--- a/tests/test_mongodb.py
++++ b/tests/test_mongodb.py
+@@ -12,7 +12,7 @@ class MongoDBIntegrationTest(TestCase):
+         super(MongoDBIntegrationTest, self).setUp()
+         self.logger = self.useFixture(FakeLogger())
+         self.useFixture(Reactor())
+-        self.mongodb = MongoDB(timeout=5)
++        self.mongodb = MongoDB(timeout=25)
+ 
+     def test_client(self):
+         """
diff --git a/debian/patches/series b/debian/patches/series
index 9fa7f16..d7673f5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-backport-testtools-twistedsupport.patch
 0002-fix-tests-depending-on-newer-testtools.patch
 0003-skip-phantomjs-tests.patch
+0004-increase-mongodb-integration-test-timeout.patch

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



More information about the Python-modules-commits mailing list