Compare commits

...
Sign in to create a new pull request.

11 commits

Author SHA1 Message Date
Brian C. Lane
c325dd3440 - rhsm: Add Flatpak registry option for RHEL10 (bciconel)
- commands: bootc: remove 'experimental' warning (k.koukiou)
2025-12-02 10:17:46 -08:00
Python Maint
c7e2413c81 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 12:39:22 +02:00
Brian C. Lane
fd0acbd83a - 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)
2025-08-18 09:26:39 -07:00
Python Maint
29b32f1468 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 13:08:44 +02:00
Fedora Release Engineering
b52e5c7a4c Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 06:21:38 +00:00
Brian C. Lane
133e7c6a58 - Drop python3-build, it is not needed to install the package 2025-07-22 16:16:08 -07:00
Brian C. Lane
64bcfab34f - workflows: Use py3.14 beta.4 (bcl)
- pylint: Ignore files in .git (bcl)
- pyproject: Bump setuptools to 77 or later (bcl)
- Makefile: Stop running setup.py directly (bcl)
2025-07-15 11:59:51 -07:00
Brian C. Lane
46e508d728 - workflows: Add python 3.14 to the test matrix (bcl)
- Add support for RDP (jkonecny)
- Deprecate VNC (jkonecny)
- docs: Fix chapter numbering after adding certificate (bcl)
2025-06-16 11:57:06 -07:00
Python Maint
c558b3697f Rebuilt for Python 3.14 2025-06-03 11:02:10 +02:00
Brian C. Lane
423c9f4fb5 - workflow: Add python 3.13 testing (bcl)
- tests: Remove unused import of constants (bcl)
- realm: Clean up documentation (bcl)
- Add support for new bootc kickstart command (ppolawsk)
- Update documentation for clearpart --initlabel option. (rvykydal)
- Update the %certificate section documentation (rvykydal)
2025-04-25 10:54:54 -07:00
Brian C. Lane
5d8a1dda00 - Do not remove "md" prefix from RAID names (vtrefny)
- Add Fedora 43 support (bcl)
- workflows: Switch to ubuntu-latest (bcl)
- Update formatting of certificate section documentation (rvykydal)
- Update %certificate documentation with not about bundles (rvykydal)
- Fix formatting of %certificate documentation example (rvykydal)
- Update %certificate section documentation (rvykydal)
2025-02-24 13:27:00 -08:00
3 changed files with 73 additions and 4 deletions

12
.gitignore vendored
View file

@ -278,3 +278,15 @@ pykickstart-1.78.tar.gz
/pykickstart-3.61.tar.gz.asc
/pykickstart-3.62.tar.gz
/pykickstart-3.62.tar.gz.asc
/pykickstart-3.63.tar.gz
/pykickstart-3.63.tar.gz.asc
/pykickstart-3.64.tar.gz
/pykickstart-3.64.tar.gz.asc
/pykickstart-3.65.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

View file

@ -4,7 +4,7 @@
%bcond_with signed
Name: pykickstart
Version: 3.62
Version: 3.68
Release: 1%{?dist}
License: GPL-2.0-only
Summary: Python utilities for manipulating kickstart files.
@ -18,9 +18,11 @@ BuildArch: noarch
BuildRequires: gettext
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-requests
BuildRequires: python3-setuptools
BuildRequires: make
BuildRequires: python3-pytest
# Only required when building with runtests
%if %{with runtests}
@ -72,9 +74,64 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage
%doc docs/programmers-guide
%doc docs/kickstart-docs.txt
%{python3_sitelib}/pykickstart
%{python3_sitelib}/pykickstart*.egg-info
%{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
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.66-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Jul 22 2025 Brian C. Lane <bcl@redhat.com> - 3.66-2
- Drop python3-build, it is not needed to install the package
* Tue Jul 15 2025 Brian C. Lane <bcl@redhat.com> - 3.66-1
- workflows: Use py3.14 beta.4 (bcl)
- pylint: Ignore files in .git (bcl)
- pyproject: Bump setuptools to 77 or later (bcl)
- Makefile: Stop running setup.py directly (bcl)
* Mon Jun 16 2025 Brian C. Lane <bcl@redhat.com> - 3.65-1
- workflows: Add python 3.14 to the test matrix (bcl)
- Add support for RDP (jkonecny)
- Deprecate VNC (jkonecny)
- docs: Fix chapter numbering after adding certificate (bcl)
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 3.64-2
- Rebuilt for Python 3.14
* Fri Apr 25 2025 Brian C. Lane <bcl@redhat.com> - 3.64-1
- workflow: Add python 3.13 testing (bcl)
- tests: Remove unused import of constants (bcl)
- realm: Clean up documentation (bcl)
- Add support for new bootc kickstart command (ppolawsk)
- Update documentation for clearpart --initlabel option. (rvykydal)
- Update the %certificate section documentation (rvykydal)
* Mon Feb 24 2025 Brian C. Lane <bcl@redhat.com> - 3.63-1
- Do not remove "md" prefix from RAID names (vtrefny)
- Add Fedora 43 support (bcl)
- workflows: Switch to ubuntu-latest (bcl)
- Update formatting of certificate section documentation (rvykydal)
- Update %certificate documentation with not about bundles (rvykydal)
- Fix formatting of %certificate documentation example (rvykydal)
- Update %certificate section documentation (rvykydal)
* Wed Jan 29 2025 Brian C. Lane <bcl@redhat.com> - 3.62-1
- Make %%certificate section option --dir mandatory. (rvykydal)
Resolves: rhbz#2342762

View file

@ -1,2 +1,2 @@
SHA512 (pykickstart-3.62.tar.gz) = ebe6405151dfcee3b5da81fc3a9925e4fd39b70e901bfaeaed4daf43df021800254aa5edbf796abe0974a0dd387bf1a0e512f11a2a1de352e8b2bb53d9031b64
SHA512 (pykickstart-3.62.tar.gz.asc) = a25e7f50a5300247c8f63938e5a2cd075271cd03f5eda7973db73dcc7534ab152af64c424e39de8a10a51737ee3a316da2484712196d1ae5b53260d395ec38c7
SHA512 (pykickstart-3.68.tar.gz) = 103034f2ad47afa470066b4c98092ac634c5c5ed21c1c98a65170c78cc86e95f5565bb4c29a24a890836e45d2094b529fcdb02f8a004875cc13db505bd2ba51e
SHA512 (pykickstart-3.68.tar.gz.asc) = 33d2e3ea50bdffdb7bc4939b68c3069d6fce6087cd186ac57773981928a090608f7509fd8f63bacbbd6544d828da3eb1e1fb785f5ff7e547364c9cd360eaf106