- New release: 3.52.1 (bcl)
Resolves: RHEL-30566 - docs: Generate RHEL10 docs (bcl) - Makefile: Use .z for scratch builds too (bcl) - rhel10: autopart on RHEL does not support --type=btrfs (bcl) - rhel10: Add test for btrfs command deprecation (bcl) - rhel10: Add missing rhsm and syspurpose commands (bcl) - Update RHEL 9 handler (bcl) - Update RHEL 10 handler classes (bcl) - tox.ini: Only test with Python 3.12 to speed things up (bcl) - Add RHEL 10 handler (RHEL-30566) (bcl) - Use .z version for new builds, start with 3.52.0 (bcl) - workflow: Use python 3.12.2 for tests (bcl) - workflow: Bump checkout and setup-python actions to new versions (bcl)
This commit is contained in:
parent
68ca65fe45
commit
69087be296
2
.gitignore
vendored
2
.gitignore
vendored
@ -258,3 +258,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.51.tar.gz.asc
|
||||
/pykickstart-3.52.tar.gz
|
||||
/pykickstart-3.52.tar.gz.asc
|
||||
/pykickstart-3.52.1.tar.gz
|
||||
/pykickstart-3.52.1.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with signed
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.52
|
||||
Version: 3.52.1
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-only AND MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -78,6 +78,22 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Apr 03 2024 Brian C. Lane <bcl@redhat.com> - 3.52.1-1
|
||||
- New release: 3.52.1 (bcl)
|
||||
Resolves: RHEL-30566
|
||||
- docs: Generate RHEL10 docs (bcl)
|
||||
- Makefile: Use .z for scratch builds too (bcl)
|
||||
- rhel10: autopart on RHEL does not support --type=btrfs (bcl)
|
||||
- rhel10: Add test for btrfs command deprecation (bcl)
|
||||
- rhel10: Add missing rhsm and syspurpose commands (bcl)
|
||||
- Update RHEL 9 handler (bcl)
|
||||
- Update RHEL 10 handler classes (bcl)
|
||||
- tox.ini: Only test with Python 3.12 to speed things up (bcl)
|
||||
- Add RHEL 10 handler (RHEL-30566) (bcl)
|
||||
- Use .z version for new builds, start with 3.52.0 (bcl)
|
||||
- workflow: Use python 3.12.2 for tests (bcl)
|
||||
- workflow: Bump checkout and setup-python actions to new versions (bcl)
|
||||
|
||||
* Thu Feb 01 2024 Brian C. Lane <bcl@redhat.com> - 3.52-1
|
||||
- Deprecate %%packages --instLangs and --excludeWeakdeps kickstart options (vponcova)
|
||||
- Deprecate timezone --isUtc, --ntpservers and --nontp kickstart options (vponcova)
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.52.tar.gz) = 783edb24e8d29af17a6fea0d88ea401d32e99aea41f102264207fd4b7ae78e9178b0384c848cc35e76c1b1558fc803cdebe0ce3733a1fdd39ce37b55d0df44b8
|
||||
SHA512 (pykickstart-3.52.tar.gz.asc) = a5f8a819fba0563d932e42f2067c33cb0bbe698ef08f9d079183cbaefd873395768cfce715d12b3d41239f0fbfdaf4bfc4005426583c9ee657154a4375908ba2
|
||||
SHA512 (pykickstart-3.52.1.tar.gz) = 2d64791d562a4135bda433f19c1badceac88dc8955a8da29fd9fe58b65b78601e1e6b9b4506b9491936ff8bf2f2539c140410d415cfbe1dd1c381a5f0afa9d34
|
||||
SHA512 (pykickstart-3.52.1.tar.gz.asc) = e4ac06016c47864989c23ae5b888f0b59d174a430b148623d75abd4d8a7c73321dbb22f8611a7d12cd79398fedef2cc9ed2e6aeee013a18459b361bf1d4f0bea
|
||||
|
Loading…
Reference in New Issue
Block a user