15
0
forked from pool/python-celery

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

- update to 4.4.0
  * Python 3.4 drop
  * Replace deprecated PyMongo methods usage
  * Avoid serializing datetime
  * fixed call for null args
  * Fix termination of asyncloop
  * Python 3.8
  * Fix a race condition when publishing a very large chord header
- Drop unneeded patch pytest5.patch
- Reapplied unpin-pytest.patch

OBS-URL: https://build.opensuse.org/request/show/767588
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=126
This commit is contained in:
2020-01-27 10:23:22 +00:00
committed by Git OBS Bridge
parent 6dc160b992
commit 348edfc53e
6 changed files with 40 additions and 47 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jan 24 14:16:04 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 4.4.0
* Python 3.4 drop
* Replace deprecated PyMongo methods usage
* Avoid serializing datetime
* fixed call for null args
* Fix termination of asyncloop
* Python 3.8
* Fix a race condition when publishing a very large chord header
- Drop unneeded patch pytest5.patch
- Reapplied unpin-pytest.patch
-------------------------------------------------------------------
Tue Nov 19 11:00:58 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>