- New release: 3.24 (bcl)
- Make --url doctext more understandable (jkonecny) - Remove url command doc that it's replaced (jkonecny) - Add missing information for driverdisk KS command (jkonecny) - tests: close the HTTP Server in tests/include.py (bcl) - tests: Replace nose with unittest (bcl)
This commit is contained in:
parent
62085104a6
commit
a5a849c186
2
.gitignore
vendored
2
.gitignore
vendored
@ -200,3 +200,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.22.tar.gz.asc
|
||||
/pykickstart-3.23.tar.gz
|
||||
/pykickstart-3.23.tar.gz.asc
|
||||
/pykickstart-3.24.tar.gz
|
||||
/pykickstart-3.24.tar.gz.asc
|
||||
|
@ -4,8 +4,8 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.23
|
||||
Release: 2%{?dist}
|
||||
Version: 3.24
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
Url: http://fedoraproject.org/wiki/pykickstart
|
||||
@ -77,6 +77,12 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
- Make --url doctext more understandable (jkonecny)
|
||||
- Remove url command doc that it's replaced (jkonecny)
|
||||
- Add missing information for driverdisk KS command (jkonecny)
|
||||
- tests: close the HTTP Server in tests/include.py (bcl)
|
||||
- tests: Replace nose with unittest (bcl)
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.23-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.23.tar.gz) = 47cf6cbec4781c28de7cf76db23aca9686663f44678abc08a1b52cbc6ef3fdfdbe08850e73e4a3d88cab34d2af4b6585d85ff94a26d57ee1538f86e36537a9ad
|
||||
SHA512 (pykickstart-3.23.tar.gz.asc) = 441d3edc09cb18febe3823bca00294ed9917bf6483e2c9117d7e8d9855d1b008476eda41c27b2450a55d5bf6cfaf6c3b37528081d761762aefb7271a247bebfd
|
||||
SHA512 (pykickstart-3.24.tar.gz) = 787270e422915e3bc76f249f944ce777793e5b9e8ce324876818b124ed6a60429754d4be061cc759a560cb7688f2003cb20692706847d9bcbfa5b644b2770295
|
||||
SHA512 (pykickstart-3.24.tar.gz.asc) = 571de58328e47dac31066f46f147fdc7023c5ce5ce8d6c4ba7ee97c6556842783ff374b49a6885e52a0d97ce1eae7b89c7dd4c97f991bd540bc4635704943bda
|
||||
|
Loading…
Reference in New Issue
Block a user