65 lines
2.3 KiB
Plaintext
65 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed May 28 06:51:28 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Update to 2.6.1
|
|
* Add callback for users to customize socket creation
|
|
* Publish documentation
|
|
* Resolve typeerror on import for python < 3.9.2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 4 10:07:59 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 2.4.8
|
|
Bug Fixes
|
|
* Close runner up sockets in the event there are multiple winners
|
|
- Update to version 2.4.7
|
|
Bug Fixes
|
|
* Resolve warnings when running tests.
|
|
* Instead of raising SystemExit which causes a RuntimeError,
|
|
mock out SystemExit to a new exception.
|
|
* Make sure the event loop is closed in tests.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 8 16:21:08 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 2.4.6
|
|
Bug Fixes
|
|
* Ensure all timers are cancelled when after staggered race
|
|
finishes.
|
|
- Update to version 2.4.5
|
|
Bug Fixes
|
|
* Keep classifiers in project to avoid automatic enrichment.
|
|
* Move classifiers to prevent recalculation by Poetry.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 3 19:48:41 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 2.4.4
|
|
* fix: handle OSError on failure to close socket instead of
|
|
raising IndexError (#114).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 28 15:43:47 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 2.4.3
|
|
* fix: rewrite staggered_race to be race safe.
|
|
* fix: re-raise RuntimeError when uvloop raises RuntimeError
|
|
during connect (#105).
|
|
- Update to version 2.4.2
|
|
* fix: copy staggered from standard lib for python 3.12+ (#95).
|
|
- Update to version 2.4.1
|
|
* fix: avoid passing loop to staggered.staggered_race (#94).
|
|
- Update to version 2.4.0
|
|
* docs: fix a trivial typo in README.md (#84).
|
|
* feat: add support for python 3.13 (#86).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 31 00:49:09 UTC 2024 - Guang Yee <gyee@suse.com>
|
|
|
|
- Enable sle15_python_module_pythons.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 19 06:05:58 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Initial release of 2.3.7.
|