SHA256
14
0
forked from pool/python-rq

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

- Update to 1.8.1
  * You can now declare multiple job dependencies.
  * Added support for running asyncio tasks.
  * Now horses are killed by their parent group. This helps in cleanly 
    killing all related processes if job uses multiprocessing.
  * Fixed scheduler on Python > 3.8.0.
  * RQ is now aware of which version of Redis server it's running on.
  * More changes, see upstream changelog.

OBS-URL: https://build.opensuse.org/request/show/902852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=15
This commit is contained in:
2021-06-28 14:51:51 +00:00
committed by Git OBS Bridge
parent ac0f264610
commit f48be761e6
4 changed files with 23 additions and 11 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jun 28 14:33:46 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Update to 1.8.1
* You can now declare multiple job dependencies.
* Added support for running asyncio tasks.
* Now horses are killed by their parent group. This helps in cleanly
killing all related processes if job uses multiprocessing.
* Fixed scheduler on Python > 3.8.0.
* RQ is now aware of which version of Redis server it's running on.
* More changes, see upstream changelog.
-------------------------------------------------------------------
Wed Jul 22 12:38:39 UTC 2020 - ecsos <ecsos@opensuse.org>