SHA256
15
0
forked from pool/python-rq

Compare commits

6 Commits

Author SHA256 Message Date
de0711f161 Accepting request 1328682 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1328682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rq?expand=0&rev=17
2026-01-22 16:58:58 +00:00
20a5b2b6f0 - Update to 2.6.1
* CronScheduler now supports running periodic jobs based on cron string.
  * Fixed an issue where SpawnWorker does not properly register successful
    job executions.
  * Fixed an issue where Worker may fail to register custom job and queue
    classes.
  * Added result.worker_name to easily trace which Worker generated the
    result.
  * Added CronScheduler.all() that returns a list of active schedulers.
  * Updated CronScheduler to accept job_timeout instead of timeout argument.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=35
2026-01-22 13:10:50 +00:00
31b5b681b2 Accepting request 1295276 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1295276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rq?expand=0&rev=16
2025-07-23 14:36:15 +00:00
b4777fb62b - Update to 2.4.1
* `Worker` will now automatically choose `TimerDeathPenalty` if
    `UnixSignalDeathPenalty` is not available. Thanks @selwin!
  * Introduced `CREATED` `Job` status for jobs that are not enqueued
    not deferred. Thanks @selwin!
  * `Worker` can now import `Job` and `Queue` classes from string.
    Thanks @selwin!
  * Fixed a bug in `Group.cleanup()`. Thanks @dixoncrews-gdl!
  * Logging improvements and code cleanups. Thanks @selwin, @SpecLad!
- from version 2.4.0
  * Added `rq cron` CLI command. Thanks @selwin!
  * Various tests, typing improvements and cleanups. Thanks @SpecLad!
  * When a job is canceled, you can now optionally clean it from
    dependencies using `job.cancel(remove_from_dependencies=True)`.
    Thanks @Marishka17!
  * RQ now requires Python >= 3.9. Thanks @Jankovn and @selwin!
- from version 2.3.3
  * `WorkerPool` now accepts `queue_class` argument. Thanks @amonsh1!
  * Disallow `redis-py=6.0.0`. Thanks @selwin and @terencehonles!
  * Minor typing improvements. Thanks @SpecLad!
- from version 2.3.2
  * Don't log job description when `log_job_description` is set to False.
    Thanks @danilopeixoto!
  * Fixes an issue where `pubsub_thread` may die in the background.
    Thanks @ankush!
- from version 2.3.1
  * Fixes an issue running RQ on Windows. Thanks @selwin!
- from version 2.3.0
  * Added the feature to repeat jobs. Thanks @selwin!
  * Officially support Valkey. Thanks @selwin!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=33
2025-07-23 10:53:23 +00:00
b3e83395f7 Accepting request 1222642 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1222642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rq?expand=0&rev=15
2024-11-08 11:01:06 +00:00
a86a00c299 - Update to 2.0.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rq?expand=0&rev=31
2024-11-08 06:30:02 +00:00
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jan 21 13:47:53 UTC 2026 - Markéta Machová <mmachova@suse.com>
- Update to 2.6.1
* CronScheduler now supports running periodic jobs based on cron string.
* Fixed an issue where SpawnWorker does not properly register successful
job executions.
* Fixed an issue where Worker may fail to register custom job and queue
classes.
* Added result.worker_name to easily trace which Worker generated the
result.
* Added CronScheduler.all() that returns a list of active schedulers.
* Updated CronScheduler to accept job_timeout instead of timeout argument.
-------------------------------------------------------------------
Wed Jul 23 10:45:51 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-rq
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
%{?sle15_python_module_pythons}
Name: python-rq%{psuffix}
Version: 2.4.1
Version: 2.6.1
Release: 0
Summary: Easy Job Queues for Python
License: Apache-2.0
@@ -45,6 +45,7 @@ BuildRequires: psmisc
BuildRequires: python-rpm-macros
BuildRequires: redis
Requires: python-click >= 5.0.0
Requires: python-croniter
Requires: python-redis >= 3.5.0
Requires(post): update-alternatives
Requires(postun): update-alternatives

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1804601135dd5ebdda976d17d21e544cddac34595308e024a21f1bde9e6976d1
size 671888

3
rq-2.6.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60fbefacfaf54de5df6ea0ddad663ecbf62fca6af319d5e5e020c543dd76b059
size 683069