From 346fee93b3724cb0db17a8de913eb8f220f3c0cecc11d0818aa35d393729d7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 18 Feb 2019 08:47:40 +0000 Subject: [PATCH] Accepting request 676514 from home:jayvdb:branches:devel:languages:python - Add relax-billiard-pin.patch to allow billiard 3.6.0.0 OBS-URL: https://build.opensuse.org/request/show/676514 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=112 --- python-celery.changes | 5 +++++ python-celery.spec | 1 + relax-billiard-pin.patch | 7 +++++++ 3 files changed, 13 insertions(+) create mode 100644 relax-billiard-pin.patch diff --git a/python-celery.changes b/python-celery.changes index fc50f95..6b78365 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 15 11:07:36 UTC 2019 - John Vandenberg + +- Add relax-billiard-pin.patch to allow billiard 3.6.0.0 + ------------------------------------------------------------------- Thu Jan 31 13:33:40 CET 2019 - mcepl@suse.com diff --git a/python-celery.spec b/python-celery.spec index 158053b..1463377 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/c/celery/celery-% Patch0: disable-pytest-log-capturing.patch Patch1: celery-no-redis.patch Patch2: no-async.patch +Patch3: relax-billiard-pin.patch BuildRequires: %{python_module SQLAlchemy} BuildRequires: %{python_module billiard >= 3.5.0.2} BuildRequires: %{python_module case >= 1.3.1} diff --git a/relax-billiard-pin.patch b/relax-billiard-pin.patch new file mode 100644 index 0000000..da51d48 --- /dev/null +++ b/relax-billiard-pin.patch @@ -0,0 +1,7 @@ +--- celery-4.2.1-orig/requirements/default.txt 2018-05-21 14:35:08.000000000 +0700 ++++ celery-4.2.1/requirements/default.txt 2019-02-15 17:25:21.902960298 +0700 +@@ -1,3 +1,3 @@ + pytz>dev +-billiard>=3.5.0.2,<3.6.0 ++billiard>=3.5.0.2 + kombu>=4.2.0,<5.0