- tests: Fix unused out variable warnings (bcl)
- rootpw: Add an --allow-ssh argument (bcl) Resolves: rhbz#2083269 - github: Fix workflow to only send coverage for python 3.9 (bcl)
This commit is contained in:
parent
d7cab95a21
commit
6f60b44847
2
.gitignore
vendored
2
.gitignore
vendored
@ -230,3 +230,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.37.tar.gz.asc
|
||||
/pykickstart-3.38.tar.gz
|
||||
/pykickstart-3.38.tar.gz.asc
|
||||
/pykickstart-3.39.tar.gz
|
||||
/pykickstart-3.39.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.38
|
||||
Version: 3.39
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -77,6 +77,12 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Thu Jun 02 2022 Brian C. Lane <bcl@redhat.com> - 3.39-1
|
||||
- tests: Fix unused out variable warnings (bcl)
|
||||
- rootpw: Add an --allow-ssh argument (bcl)
|
||||
Resolves: rhbz#2083269
|
||||
- github: Fix workflow to only send coverage for python 3.9 (bcl)
|
||||
|
||||
* 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)
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.38.tar.gz) = d40f4aae8e6851bd8962d1a149ad991478ca35313a234f51cae4df668e5d7211bdf0017db124a64a405d43938272c7f43a5349ba3d1fd01d7c60fb6c2209d2b4
|
||||
SHA512 (pykickstart-3.38.tar.gz.asc) = ab1f7f56cac5b8c9234c838a64ad962f785c3f738612ed4cc412a317a913fce3952fde0d825b6f110ae0ff11ca6ced7fa5c695d7a8969ca609d886082a79ae30
|
||||
SHA512 (pykickstart-3.39.tar.gz) = ed7aad8a6cb8b635e8fc11b7c5d4e4206248ca164a5daddd95a538b36f9d9ad4ad26c42c2a7fe12369c40ee6ff6f0f00c6db1c06e7467dd3d97190d49f8a19af
|
||||
SHA512 (pykickstart-3.39.tar.gz.asc) = 20e3056c21f5e9a4af37cfed27d25ed855a73d068bfa16c6f73e870700c1650fd32bc1926dcaf497d3919fdc9e7d30929951fb78257b7cbfa6568e0251eb71f8
|
||||
|
Loading…
Reference in New Issue
Block a user