Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c325dd3440 | ||
|
|
c7e2413c81 | ||
|
|
fd0acbd83a |
3 changed files with 23 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -286,3 +286,7 @@ pykickstart-1.78.tar.gz
|
|||
/pykickstart-3.65.tar.gz.asc
|
||||
/pykickstart-3.66.tar.gz
|
||||
/pykickstart-3.66.tar.gz.asc
|
||||
/pykickstart-3.67.tar.gz
|
||||
/pykickstart-3.67.tar.gz.asc
|
||||
/pykickstart-3.68.tar.gz
|
||||
/pykickstart-3.68.tar.gz.asc
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
%bcond_with signed
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.66
|
||||
Release: 4%{?dist}
|
||||
Version: 3.68
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-only
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
Url: http://fedoraproject.org/wiki/pykickstart
|
||||
|
|
@ -22,6 +22,7 @@ BuildRequires: python3-pip
|
|||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: make
|
||||
BuildRequires: python3-pytest
|
||||
|
||||
# Only required when building with runtests
|
||||
%if %{with runtests}
|
||||
|
|
@ -76,6 +77,20 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage
|
|||
%{python3_sitelib}/pykickstart-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
* Tue Dec 02 2025 Brian C. Lane <bcl@redhat.com> - 3.68-1
|
||||
- rhsm: Add Flatpak registry option for RHEL10 (bciconel)
|
||||
- commands: bootc: remove 'experimental' warning (k.koukiou)
|
||||
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 3.67-2
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Mon Aug 18 2025 Brian C. Lane <bcl@redhat.com> - 3.67-1
|
||||
- spec: Add python3-pytest to BuildRequires (bcl)
|
||||
- tests: Use pytest module instead of unittest (bcl)
|
||||
- workflows: Use py3.14 rc.1 (bcl)
|
||||
- Add Fedora 44 support (bcl)
|
||||
- spec: drop python3-build dependency (yselkowi)
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 3.66-4
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (pykickstart-3.66.tar.gz) = 4c4de4379973fd4738606939eb5b50a1afc0dda626c3ce1cc1f590aec9134efef28317670388d55b276860ce0ff6139a11af0f758999b7704f5bcf59102d9269
|
||||
SHA512 (pykickstart-3.66.tar.gz.asc) = 783a2832f32071d9758d64d278daf4ba4f7812713e4f6a0cf236744962b06913ca96ea9d24f2e742cf10330468be2bd730327f8ea5980924347752c2c381f2e7
|
||||
SHA512 (pykickstart-3.68.tar.gz) = 103034f2ad47afa470066b4c98092ac634c5c5ed21c1c98a65170c78cc86e95f5565bb4c29a24a890836e45d2094b529fcdb02f8a004875cc13db505bd2ba51e
|
||||
SHA512 (pykickstart-3.68.tar.gz.asc) = 33d2e3ea50bdffdb7bc4939b68c3069d6fce6087cd186ac57773981928a090608f7509fd8f63bacbbd6544d828da3eb1e1fb785f5ff7e547364c9cd360eaf106
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue