- Add test for missing closing quote (bcl)
- i18n: Pass gettext domain on every translation call (bcl)
This commit is contained in:
parent
9e88df9f50
commit
d7cab95a21
2
.gitignore
vendored
2
.gitignore
vendored
@ -228,3 +228,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.36.tar.gz.asc
|
||||
/pykickstart-3.37.tar.gz
|
||||
/pykickstart-3.37.tar.gz.asc
|
||||
/pykickstart-3.38.tar.gz
|
||||
/pykickstart-3.38.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.37
|
||||
Version: 3.38
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -77,6 +77,10 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Thu Apr 07 2022 Brian C. Lane <bcl@redhat.com> - 3.38-1
|
||||
- Add test for missing closing quote (bcl)
|
||||
- i18n: Pass gettext domain on every translation call (bcl)
|
||||
|
||||
* Mon Feb 28 2022 Brian C. Lane <bcl@redhat.com> - 3.37-1
|
||||
- Remove the --ignorebroken option from RHEL handlers (vponcova)
|
||||
- Add the isRHEL function (vponcova)
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.37.tar.gz) = ee549f981981fb7b40584cfcde52cdf78492fd41089a846160b641d25dae09abf144f470d44fe2a95a0eda1c32b1c764c49224d06429118890922e3b6a96cf71
|
||||
SHA512 (pykickstart-3.37.tar.gz.asc) = e006336e899487d9c6998dc3f7eff41fad506f9e28df6168f8404a54d2d0afff1183652b6ec920e24014b529337219afd93f269be81022664fde8eefe24706e2
|
||||
SHA512 (pykickstart-3.38.tar.gz) = d40f4aae8e6851bd8962d1a149ad991478ca35313a234f51cae4df668e5d7211bdf0017db124a64a405d43938272c7f43a5349ba3d1fd01d7c60fb6c2209d2b4
|
||||
SHA512 (pykickstart-3.38.tar.gz.asc) = ab1f7f56cac5b8c9234c838a64ad962f785c3f738612ed4cc412a317a913fce3952fde0d825b6f110ae0ff11ca6ced7fa5c695d7a8969ca609d886082a79ae30
|
||||
|
Loading…
Reference in New Issue
Block a user