15
0
forked from pool/python-celery

Accepting request 866846 from home:mcalabkova:branches:devel:languages:python

- Update to 5.0.5
  * Make –workdir eager for early handling
  * When using the MongoDB backend, don’t cleanup if result_expires is 0 or None
  * Detaching no longer creates an extra log file
  * DummyClient of cache+memory:// backend now shares state between threads
  * Ensure keys are strings when deleting results from S3
- Require celery package when running tests to automatically pull dependencies

OBS-URL: https://build.opensuse.org/request/show/866846
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=139
This commit is contained in:
2021-01-26 14:41:55 +00:00
committed by Git OBS Bridge
parent d7f18d20b5
commit d741a6703e
4 changed files with 22 additions and 12 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 26 10:14:33 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Update to 5.0.5
* Make workdir eager for early handling
* When using the MongoDB backend, dont cleanup if result_expires is 0 or None
* Detaching no longer creates an extra log file
* DummyClient of cache+memory:// backend now shares state between threads
* Ensure keys are strings when deleting results from S3
- Require celery package when running tests to automatically pull dependencies
-------------------------------------------------------------------
Tue Nov 17 04:14:43 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>