diff --git a/execnet-2.1.1.tar.gz b/execnet-2.1.1.tar.gz deleted file mode 100644 index 19f1d02b44db0b8f459d2a20aa3ca4283da73a4a..0000000000000000000000000000000000000000 Binary files a/execnet-2.1.1.tar.gz and /dev/null differ diff --git a/execnet-2.1.2.tar.gz b/execnet-2.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ad266281576e8335c5961d3660490febed5e5476 Binary files /dev/null and b/execnet-2.1.2.tar.gz differ diff --git a/python-execnet.spec b/python-execnet.spec index 6b79fe30f58f12be95fa887b66133cef0391fedb..5a425ed02c4fcef5bf2765848fa45c4d979c700b 100644 --- a/python-execnet.spec +++ b/python-execnet.spec @@ -1,5 +1,5 @@ Name: python-execnet -Version: 2.1.1 +Version: 2.1.2 Release: 1 Summary: Rapid multi-Python deployment License: MIT and GPLv2+ @@ -70,6 +70,10 @@ PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus} \ %{python3_sitelib}/execnet*.dist-info/ %changelog +* Tue Nov 18 2025 lixiaoyong - 2.1.2-1 +- Upgrade package version to 2.1.2 +- fix artifact building - pin minimal version of hatch + * Mon Jul 8 2024 lilu - 2.1.1-1 - Upgrade package python3-execnet to version 2.1.1 - Fixed regression in 2.1.0 where the strconfig argument to load/loads is ignored.