diff --git a/pykickstart-3.43.tar.gz b/pykickstart-3.43.tar.gz deleted file mode 100644 index 5999b04c92570fc0066aeddda553f9d99c49aa0f..0000000000000000000000000000000000000000 Binary files a/pykickstart-3.43.tar.gz and /dev/null differ diff --git a/pykickstart-3.48.tar.gz b/pykickstart-3.48.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..55a78000f7af9a729cd10efa1a8a232b28fe265a Binary files /dev/null and b/pykickstart-3.48.tar.gz differ diff --git a/pykickstart.spec b/pykickstart.spec index f467280718e2cf7abac79671e533e08548daad22..f064a96245388466ecb826209b3e10b4c2c7abcb 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,12 +1,12 @@ %bcond_with runtests Name: pykickstart -Version: 3.43 +Version: 3.48 Release: 1 Summary: Python utilities for manipulating kickstart files. License: GPLv2 and MIT Url: http://fedoraproject.org/wiki/pykickstart -Source0: https://files.pythonhosted.org/packages/54/9f/08b1c12ebb6da72fe23cc60ca06bb25087da6f0e523e4bdba0fda0bfc2c7/pykickstart-3.43.tar.gz +Source0: https://files.pythonhosted.org/packages/89/d9/ce18e7dda000c60c1d43a6b964b78f46acc243d77b51f34ef295638f2a33/pykickstart-3.48.tar.gz BuildArch: noarch @@ -15,7 +15,10 @@ BuildRequires: python3-requests python3-setuptools BuildRequires: python3-six python3-sphinx Requires: python3-kickstart = %{version}-%{release} - +Requires: python3-sphinx +Requires: python3-coverage +Requires: python3-pocketlint +Requires: pylint %description Python utilities for manipulating kickstart files. @@ -78,6 +81,9 @@ make PYTHON=%{__python3} test %doc docs/kickstart-docs.txt %changelog +* Thu Jul 13 2023 zhangchenglin - 3.48-1 +- update version to 3.48 + * Sat Jan 28 2023 zhuofeng - 3.43-1 - update version to 3.43