diff --git a/pykickstart.spec b/pykickstart.spec index 71e5b85c77e949544c8da67ba970237a764365d8..9b4ab9fc747cc268af9f6e05e85a2f378134cef6 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,10 +2,10 @@ # at the moment, but can run locally. To build and run tests, do: # rpmbuild -ba --with runtests pykickstart.spec %bcond_with runtests -%define anolis_release 2 +%define anolis_release 1 Name: pykickstart -Version: 3.43 +Version: 3.52.8 Release: %{anolis_release}%{?dist} Summary: Python utilities for manipulating kickstart files. @@ -71,6 +71,9 @@ make PYTHON=%{__python3} test %{python3_sitelib}/pykickstart*.egg-info %changelog +* Thu Mar 20 2025 Xiaoping Liu - 3.52.8-1 +- update to 3.52.8 from 3.43 + * Wed Mar 13 2024 Zhao Hang - 3.43-2 - Rebuild with python3.11 diff --git a/r3.43.tar.gz b/r3.43.tar.gz deleted file mode 100644 index 87b58a10ca5ee9af9056278753b929c9f733d05d..0000000000000000000000000000000000000000 Binary files a/r3.43.tar.gz and /dev/null differ diff --git a/r3.52.8.tar.gz b/r3.52.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5b48d850192dac3af95989b22584999425c3363a Binary files /dev/null and b/r3.52.8.tar.gz differ