diff --git a/billiard-4.2.1.tar.gz b/billiard-4.2.1.tar.gz deleted file mode 100644 index dd6e001f28231b342536cbe1c82e84755d80f0f6..0000000000000000000000000000000000000000 Binary files a/billiard-4.2.1.tar.gz and /dev/null differ diff --git a/billiard-4.2.2.tar.gz b/billiard-4.2.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..69f9b290196640f1563e322eeff6846605dfd118 Binary files /dev/null and b/billiard-4.2.2.tar.gz differ diff --git a/python-billiard.spec b/python-billiard.spec index 39d5dd23caeaa3358e48f13e7065977db99cb923..a2b047fee74704d2a0e47532f4283c3626019e60 100644 --- a/python-billiard.spec +++ b/python-billiard.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-billiard -Version: 4.2.1 +Version: 4.2.2 Release: 1 Summary: Python multiprocessing fork with improvements and bugfixes License: BSD-3-Clause @@ -67,6 +67,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 14 2025 Hann - 4.2.2-1 +- Update package to version 4.2.2 +- Fix the failing pre-commit.ci job +- Add codespell support (config, workflow to detect/not fix) and make it fix few typos + * Fri Oct 18 2024 jiangxinyu - 4.2.1-1 - Update package to version 4.2.1 - Adapt for logging lock internal changes in Python3.13