!24 Update package to version 3.48

From: @lingjuer 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2023-07-14 02:27:15 +00:00 committed by Gitee
commit a928281e02
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 3 deletions

Binary file not shown.

BIN
pykickstart-3.48.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%bcond_with runtests %bcond_with runtests
Name: pykickstart Name: pykickstart
Version: 3.43 Version: 3.48
Release: 1 Release: 1
Summary: Python utilities for manipulating kickstart files. Summary: Python utilities for manipulating kickstart files.
License: GPLv2 and MIT License: GPLv2 and MIT
Url: http://fedoraproject.org/wiki/pykickstart 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 BuildArch: noarch
@ -15,7 +15,10 @@ BuildRequires: python3-requests python3-setuptools
BuildRequires: python3-six python3-sphinx BuildRequires: python3-six python3-sphinx
Requires: python3-kickstart = %{version}-%{release} Requires: python3-kickstart = %{version}-%{release}
Requires: python3-sphinx
Requires: python3-coverage
Requires: python3-pocketlint
Requires: pylint
%description %description
Python utilities for manipulating kickstart files. Python utilities for manipulating kickstart files.
@ -78,6 +81,9 @@ make PYTHON=%{__python3} test
%doc docs/kickstart-docs.txt %doc docs/kickstart-docs.txt
%changelog %changelog
* Thu Jul 13 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 3.48-1
- update version to 3.48
* Sat Jan 28 2023 zhuofeng <zhuofeng2@huawei.com> - 3.43-1 * Sat Jan 28 2023 zhuofeng <zhuofeng2@huawei.com> - 3.43-1
- update version to 3.43 - update version to 3.43