* [gentoo-commits] gentoo-x86 commit in dev-python/celery/files: celery-3.1.11-test.patch
@ 2014-05-04 10:18 Ian Delaney (idella4)
0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2014-05-04 10:18 UTC (permalink / raw
To: gentoo-commits
idella4 14/05/04 10:18:35
Added: celery-3.1.11-test.patch
Log:
bump, rm olds
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.1 dev-python/celery/files/celery-3.1.11-test.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/files/celery-3.1.11-test.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/files/celery-3.1.11-test.patch?rev=1.1&content-type=text/plain
Index: celery-3.1.11-test.patch
===================================================================
https://github.com/celery/celery/commit/fb48b1f357f7a416d1413d0056158a74191185af.diff
diff --git a/celery/tests/backends/test_mongodb.py b/celery/tests/backends/test_mongodb.py
index f7546d3..a32d9ed 100644
--- a/celery/tests/backends/test_mongodb.py
+++ b/celery/tests/backends/test_mongodb.py
@@ -253,8 +253,8 @@ def test_restore_group(self, mock_get_database):
mock_collection.find_one.assert_called_once_with(
{'_id': sentinel.taskset_id})
self.assertEqual(
- ['date_done', 'result', 'task_id'],
- list(ret_val.keys()),
+ list(sorted(['date_done', 'result', 'task_id'])),
+ list(sorted(ret_val.keys())),
)
@patch('celery.backends.mongodb.MongoBackend._get_database')
#diff -ur celery-3.1.10.orig/celery/tests/backends/test_mongodb.py celery-3.1.10/celery/tests/backends/test_mongodb.py
#--- celery-3.1.10.orig/celery/tests/backends/test_mongodb.py 2014-02-28 21:43:26.000000000 +0800
#+++ celery-3.1.10/celery/tests/backends/test_mongodb.py 2014-04-17 11:43:00.818430253 +0800
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/celery/files: celery-3.1.11-test.patch
@ 2014-06-14 5:49 Ian Delaney (idella4)
0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2014-06-14 5:49 UTC (permalink / raw
To: gentoo-commits
idella4 14/06/14 05:49:31
Modified: celery-3.1.11-test.patch
Log:
bump; add py3.4 support, update deps
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.2 dev-python/celery/files/celery-3.1.11-test.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/files/celery-3.1.11-test.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/files/celery-3.1.11-test.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/files/celery-3.1.11-test.patch?r1=1.1&r2=1.2
Index: celery-3.1.11-test.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/celery/files/celery-3.1.11-test.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- celery-3.1.11-test.patch 4 May 2014 10:18:35 -0000 1.1
+++ celery-3.1.11-test.patch 14 Jun 2014 05:49:31 -0000 1.2
@@ -14,6 +14,3 @@
)
@patch('celery.backends.mongodb.MongoBackend._get_database')
-#diff -ur celery-3.1.10.orig/celery/tests/backends/test_mongodb.py celery-3.1.10/celery/tests/backends/test_mongodb.py
-#--- celery-3.1.10.orig/celery/tests/backends/test_mongodb.py 2014-02-28 21:43:26.000000000 +0800
-#+++ celery-3.1.10/celery/tests/backends/test_mongodb.py 2014-04-17 11:43:00.818430253 +0800
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-14 5:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-04 10:18 [gentoo-commits] gentoo-x86 commit in dev-python/celery/files: celery-3.1.11-test.patch Ian Delaney (idella4)
-- strict thread matches above, loose matches on Subject: below --
2014-06-14 5:49 Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox