commit:     bbfce498c1141915e43823a60bfc7c5b8afc0424
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Fri Sep  9 17:13:10 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 08:48:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfce498

dev-python/celery: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/2291

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...celery-3.0.11-require-python-dateutil-2.1.patch | 47 ----------------------
 ...celery-3.0.12-require-python-dateutil-2.1.patch | 47 ----------------------
 dev-python/celery/files/celery-3.1.10-test.patch   | 33 ---------------
 3 files changed, 127 deletions(-)

diff --git 
a/dev-python/celery/files/celery-3.0.11-require-python-dateutil-2.1.patch 
b/dev-python/celery/files/celery-3.0.11-require-python-dateutil-2.1.patch
deleted file mode 100644
index 90cdcb6..00000000
--- a/dev-python/celery/files/celery-3.0.11-require-python-dateutil-2.1.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From ae721b6947e7e05f26dc8438fe61106b5e993e12 Mon Sep 17 00:00:00 2001
-From: Ask Solem <a...@celeryproject.org>
-Date: Fri, 17 Aug 2012 16:16:08 +0100
-Subject: [PATCH] Now depends on dateutil-2.1 which supports Py2.6, 2.7 and
- 3.2+. Closes #915
-
----
- requirements/default-py3k.txt |    2 +-
- requirements/default.txt      |    2 +-
- setup.cfg                     |    2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/requirements/default-py3k.txt b/requirements/default-py3k.txt
-index d68a7bd..a8bd31f 100644
---- a/requirements/default-py3k.txt
-+++ b/requirements/default-py3k.txt
-@@ -1,4 +1,4 @@
- billiard>=2.7.3.17
--python-dateutil>=2.0
-+python-dateutil>=2.1
- pytz
- kombu>=2.4.7,<3.0
-diff --git a/requirements/default.txt b/requirements/default.txt
-index 2f50735..855cfc7 100644
---- a/requirements/default.txt
-+++ b/requirements/default.txt
-@@ -1,3 +1,3 @@
- billiard>=2.7.3.17
--python-dateutil>=1.5,<2.0
-+python-dateutil>=2.1
- kombu>=2.4.7,<3.0
-diff --git a/setup.cfg b/setup.cfg
-index 0e537f8..5ac1409 100644
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -15,7 +15,7 @@
- 
- [bdist_rpm]
- requires = billiard>=2.7.3.17
--      python-dateutil >= 1.5
-+      python-dateutil >= 2.1
-       kombu >= 2.4.7
- 
- [egg_info]
--- 
-1.7.10
-

diff --git 
a/dev-python/celery/files/celery-3.0.12-require-python-dateutil-2.1.patch 
b/dev-python/celery/files/celery-3.0.12-require-python-dateutil-2.1.patch
deleted file mode 100644
index 6df0872..00000000
--- a/dev-python/celery/files/celery-3.0.12-require-python-dateutil-2.1.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From ae721b6947e7e05f26dc8438fe61106b5e993e12 Mon Sep 17 00:00:00 2001
-From: Ask Solem <a...@celeryproject.org>
-Date: Fri, 17 Aug 2012 16:16:08 +0100
-Subject: [PATCH] Now depends on dateutil-2.1 which supports Py2.6, 2.7 and
- 3.2+. Closes #915
-
----
- requirements/default-py3k.txt |    2 +-
- requirements/default.txt      |    2 +-
- setup.cfg                     |    2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/requirements/default-py3k.txt b/requirements/default-py3k.txt
-index d68a7bd..a8bd31f 100644
---- a/requirements/default-py3k.txt
-+++ b/requirements/default-py3k.txt
-@@ -1,4 +1,4 @@
- billiard>=2.7.3.17
--python-dateutil>=2.0
-+python-dateutil>=2.1
- pytz
- kombu>=2.4.7,<3.0
-diff --git a/requirements/default.txt b/requirements/default.txt
-index 2f50735..855cfc7 100644
---- a/requirements/default.txt
-+++ b/requirements/default.txt
-@@ -1,3 +1,3 @@
- billiard>=2.7.3.17
--python-dateutil>=1.5,<2.0
-+python-dateutil>=2.1
- kombu>=2.4.7,<3.0
-diff --git a/setup.cfg b/setup.cfg
-index 0e537f8..5ac1409 100644
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -15,7 +15,7 @@
- 
- [bdist_rpm]
- requires = billiard >= 2.7.3.18
--      python-dateutil >= 1.5
-+      python-dateutil >= 2.1
-       kombu >= 2.4.8
- 
- [egg_info]
--- 
-1.7.10
-

diff --git a/dev-python/celery/files/celery-3.1.10-test.patch 
b/dev-python/celery/files/celery-3.1.10-test.patch
deleted file mode 100644
index 94fcac9..00000000
--- a/dev-python/celery/files/celery-3.1.10-test.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-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
-@@ -196,9 +196,10 @@ def test_get_task_meta_for(self, mock_get_database):
-         mock_get_database.assert_called_once_with()
-         mock_database.__getitem__.assert_called_once_with(MONGODB_COLLECTION)
-         self.assertEqual(
--            ['status', 'task_id', 'date_done', 'traceback', 'result',
--             'children'],
--            list(ret_val.keys()))
-+            list(sorted(['status', 'task_id', 'date_done', 'traceback',
-+                         'result', 'children'])),
-+            list(sorted(ret_val.keys())),
-+        )
- 
-     @patch('celery.backends.mongodb.MongoBackend._get_database')
-     def test_get_task_meta_for_no_result(self, mock_get_database):
-@@ -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

Reply via email to