- New release: 3.22 (bcl)
- tests: pin coverage at the 4.x.x series (bcl) - Switch to using Weblate for translations (bcl) - po: Remove pykickstart.pot (bcl) - gpg sign the git tag (bcl) - Cleaning up empty help strings (bcl) - tests: Fix the empty description, help, etc. test (bcl) - tests: Turn off HTTP logging in Include_URL_TestCase (bcl) - tests: Catch warning in Unknown_New_Section_2_TestCase (bcl) - tests: Capture stderr output from ksflatten test (bcl) - Prefer --utc to --isUtc in timezone for F32 and later (vslavik) - Give output in str(F25_Timezone) even without timezone spec (vslavik) - Prefer the non-camelCased options for %packages (vslavik) - Add test for kickstart option names (vslavik) - Add lowercase aliases for camelCased %packages options (vslavik) - Commit the new pykickstart.pot when making a release (bcl) - Add the rhsm command (mkolman) - Fix travis and coverage runs (bcl) - Fix pylint unnecessary-pass warnings (bcl) - Drop python2 compatibility (jkonecny) - Fix check for python zanata client in Makefile (jkonecny) - Update versionremoved sphinx extension (bcl)
This commit is contained in:
parent
a94f82447d
commit
29af1cbae9
2
.gitignore
vendored
2
.gitignore
vendored
@ -198,3 +198,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.21.tar.gz.asc
|
||||
/pykickstart-3.22.tar.gz
|
||||
/pykickstart-3.22.tar.gz.asc
|
||||
/pykickstart-3.23.tar.gz
|
||||
/pykickstart-3.23.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.22
|
||||
Version: 3.23
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -77,6 +77,29 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Jan 14 2020 Brian C. Lane <bcl@redhat.com> - 3.23-1
|
||||
- tests: pin coverage at the 4.x.x series (bcl)
|
||||
- Switch to using Weblate for translations (bcl)
|
||||
- po: Remove pykickstart.pot (bcl)
|
||||
- gpg sign the git tag (bcl)
|
||||
- Cleaning up empty help strings (bcl)
|
||||
- tests: Fix the empty description, help, etc. test (bcl)
|
||||
- tests: Turn off HTTP logging in Include_URL_TestCase (bcl)
|
||||
- tests: Catch warning in Unknown_New_Section_2_TestCase (bcl)
|
||||
- tests: Capture stderr output from ksflatten test (bcl)
|
||||
- Prefer --utc to --isUtc in timezone for F32 and later (vslavik)
|
||||
- Give output in str(F25_Timezone) even without timezone spec (vslavik)
|
||||
- Prefer the non-camelCased options for %packages (vslavik)
|
||||
- Add test for kickstart option names (vslavik)
|
||||
- Add lowercase aliases for camelCased %packages options (vslavik)
|
||||
- Commit the new pykickstart.pot when making a release (bcl)
|
||||
- Add the rhsm command (mkolman)
|
||||
- Fix travis and coverage runs (bcl)
|
||||
- Fix pylint unnecessary-pass warnings (bcl)
|
||||
- Drop python2 compatibility (jkonecny)
|
||||
- Fix check for python zanata client in Makefile (jkonecny)
|
||||
- Update versionremoved sphinx extension (bcl)
|
||||
|
||||
* Wed Nov 06 2019 Brian C. Lane <bcl@redhat.com> - 3.22-1
|
||||
- Enable coveralls.io coverage tracking (bcl)
|
||||
- Add tests for ignorebroken packages parameter (jkonecny)
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.22.tar.gz) = 5589815769abc5f2de4a6f0c7f32c67ac1e59b21d69a66644d59b3182c2505703ea872bee907265c60d07682431f2691d8435c10323e0ebe47c961b308f73489
|
||||
SHA512 (pykickstart-3.22.tar.gz.asc) = ddd1f12cd5170091691f7e69eb40f09a4f9b9a338c642a1f6a9c7bc19ae8cf1a60d1c775514ef5659e684d8c1544a3931c5400b1d40936589fdc63bfee4904d2
|
||||
SHA512 (pykickstart-3.23.tar.gz) = 47cf6cbec4781c28de7cf76db23aca9686663f44678abc08a1b52cbc6ef3fdfdbe08850e73e4a3d88cab34d2af4b6585d85ff94a26d57ee1538f86e36537a9ad
|
||||
SHA512 (pykickstart-3.23.tar.gz.asc) = 441d3edc09cb18febe3823bca00294ed9917bf6483e2c9117d7e8d9855d1b008476eda41c27b2450a55d5bf6cfaf6c3b37528081d761762aefb7271a247bebfd
|
||||
|
Loading…
Reference in New Issue
Block a user