- pyproject.toml: Add dependencies (bcl)
- sshkey: Escapes quotes in the ssh key (bcl) Resolves: rhbz#2117734 - test: Add Python 3.11 to test matrix (bcl) - Add --hibernation option to AutoPart (ozobal) - Makefile: Include pyproject.toml in new release commit (bcl)
This commit is contained in:
parent
8166ad4d19
commit
370314d353
2
.gitignore
vendored
2
.gitignore
vendored
@ -238,3 +238,5 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.41.tar.gz.asc
|
||||
/pykickstart-3.42.tar.gz
|
||||
/pykickstart-3.42.tar.gz.asc
|
||||
/pykickstart-3.43.tar.gz
|
||||
/pykickstart-3.43.tar.gz.asc
|
||||
|
@ -4,7 +4,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.42
|
||||
Version: 3.43
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -77,6 +77,14 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon Aug 29 2022 Brian C. Lane <bcl@redhat.com> - 3.43-1
|
||||
- pyproject.toml: Add dependencies (bcl)
|
||||
- sshkey: Escapes quotes in the ssh key (bcl)
|
||||
Resolves: rhbz#2117734
|
||||
- test: Add Python 3.11 to test matrix (bcl)
|
||||
- Add --hibernation option to AutoPart (ozobal)
|
||||
- Makefile: Include pyproject.toml in new release commit (bcl)
|
||||
|
||||
* Tue Aug 16 2022 Brian C. Lane <bcl@redhat.com> - 3.42-1
|
||||
- Use RHEL9 for RHEL command documentation (bcl)
|
||||
- setup.py: use setuptools not distutils (bcl)
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pykickstart-3.42.tar.gz) = 03c2aad738d7315d0db01672d7fb66a73bac894d59cb34f70ac1fff44d569a384d5dfdd83b36234943b6de74fb6062d20316599cde1c3b5f52e3b9b3f5b4f819
|
||||
SHA512 (pykickstart-3.42.tar.gz.asc) = e8f934c185ef1b70051690eb12abd79080d1469cc0cd63b5cbf6d6d1e75d3e71dc46a3c1c5f9eb3d3db4292532fbcaa01db4c2805c9d6728a0a8e9b7e2d9ae7f
|
||||
SHA512 (pykickstart-3.43.tar.gz) = cb7e59fa60e2035b3111a6a53a8c94b783c6d35364b6082284ecb87a1b50bdd2816550df1c302e5cd00e0969324349223ad96f1c5edabe2bc626f0a8d9df97d8
|
||||
SHA512 (pykickstart-3.43.tar.gz.asc) = 112981336480f643db79f93d32a7d5001ccda3bdf37410281d426a7a9ea24e4d322983ebbf8040a8bd84f8207ccc0a599ab9f0d5f2bd68e0558f53ca1d995ac8
|
||||
|
Loading…
Reference in New Issue
Block a user