- Update to 2.5.5 * Fix parsing of README.rst * Python 3.13 and Python 3.14 are supported * Add metadata for PyPI to link to changelog and docs OBS-URL: https://build.opensuse.org/request/show/1321726 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-huey?expand=0&rev=11
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Dec 9 11:37:03 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 2.5.5
|
|
* Fix parsing of README.rst
|
|
* Python 3.13 and Python 3.14 are supported
|
|
* Add metadata for PyPI to link to changelog and docs
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 31 13:55:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 2.5.4
|
|
* Minor bug fixes.
|
|
* Fix multiprocessing start method for python 3.14+.
|
|
- Remove empty file from source
|
|
- Reprase %decription text
|
|
- Rephrase Summary text
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 7 12:46:10 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 2.5.3
|
|
* Add support for a new `SIGNAL_ENQUEUED`.
|
|
* Use `FOR UPDATE SKIP LOCKED` when supported by the database
|
|
in the `sql_huey` storage engine.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 22 11:03:56 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Fix shebang for $python_sitelib/huey/bin/huey_consumer.py
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 29 21:50:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.5.2:
|
|
* Prevent bad task serialization in schedule from causing a
|
|
batch of tasks to be lost, see #815..
|
|
* Ensure we catch ResultTimeout which may occur when used with
|
|
Sentinel, #813.
|
|
* Remove junk SQS implementation I was testing out.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 18 11:29:28 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
- new package python-huey, required by edumfa
|