Rebuilt for Python 3.12
This commit is contained in:
parent
7f5f40e050
commit
e1dc1730d1
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.48
|
Version: 3.48
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL-2.0-only AND MIT
|
License: GPL-2.0-only AND MIT
|
||||||
Summary: Python utilities for manipulating kickstart files.
|
Summary: Python utilities for manipulating kickstart files.
|
||||||
Url: http://fedoraproject.org/wiki/pykickstart
|
Url: http://fedoraproject.org/wiki/pykickstart
|
||||||
@ -78,6 +78,9 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage
|
|||||||
%{python3_sitelib}/pykickstart*.egg-info
|
%{python3_sitelib}/pykickstart*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 3.48-2
|
||||||
|
- Rebuilt for Python 3.12
|
||||||
|
|
||||||
* Thu Jun 08 2023 Brian C. Lane <bcl@redhat.com> - 3.48-1
|
* Thu Jun 08 2023 Brian C. Lane <bcl@redhat.com> - 3.48-1
|
||||||
- Makefile: Add a test-no-coverage target (bcl)
|
- Makefile: Add a test-no-coverage target (bcl)
|
||||||
- realm: switch from pipes.quote() to shlex.quote() (ptoscano)
|
- realm: switch from pipes.quote() to shlex.quote() (ptoscano)
|
||||||
|
Loading…
Reference in New Issue
Block a user