From 5d8a1dda0010df108bac08ea3bf5b1b901e10517 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 24 Feb 2025 13:27:00 -0800 Subject: [PATCH 01/11] - 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) --- .gitignore | 2 ++ pykickstart.spec | 11 ++++++++++- sources | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 15c80be..efcb98d 100644 --- a/.gitignore +++ b/.gitignore @@ -278,3 +278,5 @@ 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 diff --git a/pykickstart.spec b/pykickstart.spec index 3ac1b72..ab7e0db 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -4,7 +4,7 @@ %bcond_with signed Name: pykickstart -Version: 3.62 +Version: 3.63 Release: 1%{?dist} License: GPL-2.0-only Summary: Python utilities for manipulating kickstart files. @@ -75,6 +75,15 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage %{python3_sitelib}/pykickstart*.egg-info %changelog +* Mon Feb 24 2025 Brian C. Lane - 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 - 3.62-1 - Make %%certificate section option --dir mandatory. (rvykydal) Resolves: rhbz#2342762 diff --git a/sources b/sources index 4895481..6f732e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (pykickstart-3.62.tar.gz) = ebe6405151dfcee3b5da81fc3a9925e4fd39b70e901bfaeaed4daf43df021800254aa5edbf796abe0974a0dd387bf1a0e512f11a2a1de352e8b2bb53d9031b64 -SHA512 (pykickstart-3.62.tar.gz.asc) = a25e7f50a5300247c8f63938e5a2cd075271cd03f5eda7973db73dcc7534ab152af64c424e39de8a10a51737ee3a316da2484712196d1ae5b53260d395ec38c7 +SHA512 (pykickstart-3.63.tar.gz) = 399bea86cc6de38ec409d615e4d43504d53dd496ae8ab1e64d926fe31bb96a62c7a570174bcc9bd78aaaf9e9cec597bc564f66b693218a2d86b457c0deda4a08 +SHA512 (pykickstart-3.63.tar.gz.asc) = c7672c46e2897d0cae93f111b3a70fa75cd76712104c415172c4cd2a952622529c4f58b1b4b36116109fd65976b2e9586dbf593a4b5f511c8e34c5e92384d38e From 423c9f4fb550f900af842bf8710310d5457f502a Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 25 Apr 2025 10:54:54 -0700 Subject: [PATCH 02/11] - 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) --- .gitignore | 2 ++ pykickstart.spec | 10 +++++++++- sources | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index efcb98d..a876364 100644 --- a/.gitignore +++ b/.gitignore @@ -280,3 +280,5 @@ pykickstart-1.78.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 diff --git a/pykickstart.spec b/pykickstart.spec index ab7e0db..295d73a 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -4,7 +4,7 @@ %bcond_with signed Name: pykickstart -Version: 3.63 +Version: 3.64 Release: 1%{?dist} License: GPL-2.0-only Summary: Python utilities for manipulating kickstart files. @@ -75,6 +75,14 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage %{python3_sitelib}/pykickstart*.egg-info %changelog +* Fri Apr 25 2025 Brian C. Lane - 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 - 3.63-1 - Do not remove "md" prefix from RAID names (vtrefny) - Add Fedora 43 support (bcl) diff --git a/sources b/sources index 6f732e9..6705e7b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (pykickstart-3.63.tar.gz) = 399bea86cc6de38ec409d615e4d43504d53dd496ae8ab1e64d926fe31bb96a62c7a570174bcc9bd78aaaf9e9cec597bc564f66b693218a2d86b457c0deda4a08 -SHA512 (pykickstart-3.63.tar.gz.asc) = c7672c46e2897d0cae93f111b3a70fa75cd76712104c415172c4cd2a952622529c4f58b1b4b36116109fd65976b2e9586dbf593a4b5f511c8e34c5e92384d38e +SHA512 (pykickstart-3.64.tar.gz) = 551a2874880d09fe19c84dcd3081b5205c4e87409a1b6aa21b9c060ff49a3ad541e8afadbc5fe3af3abe4c0fbfe7eec8444990fa35c1e541c5e4083ce731f77e +SHA512 (pykickstart-3.64.tar.gz.asc) = c3af2e689801be1470565014c786482589d4ce9ecd7bda08a6ffaaf153032ab56ab5bfc65e7978f60578d9215b7e7e3913b586a1fa0c1bd73982f22bf361dfbe From c558b3697fd7d18908db41cf5654105c291d5584 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 11:02:10 +0200 Subject: [PATCH 03/11] Rebuilt for Python 3.14 --- pykickstart.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pykickstart.spec b/pykickstart.spec index 295d73a..748b823 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -5,7 +5,7 @@ Name: pykickstart Version: 3.64 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-only Summary: Python utilities for manipulating kickstart files. Url: http://fedoraproject.org/wiki/pykickstart @@ -75,6 +75,9 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage %{python3_sitelib}/pykickstart*.egg-info %changelog +* Tue Jun 03 2025 Python Maint - 3.64-2 +- Rebuilt for Python 3.14 + * Fri Apr 25 2025 Brian C. Lane - 3.64-1 - workflow: Add python 3.13 testing (bcl) - tests: Remove unused import of constants (bcl) From 46e508d728bd340ab361f492601f38a94720be27 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 16 Jun 2025 11:57:06 -0700 Subject: [PATCH 04/11] - 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) --- .gitignore | 2 ++ pykickstart.spec | 10 ++++++++-- sources | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a876364..92db30e 100644 --- a/.gitignore +++ b/.gitignore @@ -282,3 +282,5 @@ pykickstart-1.78.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 diff --git a/pykickstart.spec b/pykickstart.spec index 748b823..f7c8aae 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -4,8 +4,8 @@ %bcond_with signed Name: pykickstart -Version: 3.64 -Release: 2%{?dist} +Version: 3.65 +Release: 1%{?dist} License: GPL-2.0-only Summary: Python utilities for manipulating kickstart files. Url: http://fedoraproject.org/wiki/pykickstart @@ -75,6 +75,12 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage %{python3_sitelib}/pykickstart*.egg-info %changelog +* Mon Jun 16 2025 Brian C. Lane - 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 - 3.64-2 - Rebuilt for Python 3.14 diff --git a/sources b/sources index 6705e7b..958a95b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (pykickstart-3.64.tar.gz) = 551a2874880d09fe19c84dcd3081b5205c4e87409a1b6aa21b9c060ff49a3ad541e8afadbc5fe3af3abe4c0fbfe7eec8444990fa35c1e541c5e4083ce731f77e -SHA512 (pykickstart-3.64.tar.gz.asc) = c3af2e689801be1470565014c786482589d4ce9ecd7bda08a6ffaaf153032ab56ab5bfc65e7978f60578d9215b7e7e3913b586a1fa0c1bd73982f22bf361dfbe +SHA512 (pykickstart-3.65.tar.gz) = 886ea4752fcb383dc1c3dbed6cbcbd7e7d3df28e66fd2483073aef99a0056df9041e6341dbc0b42cdc7afc79992e9c07bc3eec3d0c9b76c848dff74e7b4b82ba +SHA512 (pykickstart-3.65.tar.gz.asc) = 6b1ba68d2d0fb4d02cd21c49133e7d46a818f1994b7c88a753001b49a4af641a41f13f31d3d3fa4ca6d7ef26a44536a8fc69706f7d620ba26f17ed17f19906b9 From 64bcfab34f42dd02ded53cfe21fcf35af9cee1d8 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 15 Jul 2025 11:59:51 -0700 Subject: [PATCH 05/11] - 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) --- .gitignore | 2 ++ pykickstart.spec | 12 ++++++++++-- sources | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 92db30e..4310d44 100644 --- a/.gitignore +++ b/.gitignore @@ -284,3 +284,5 @@ pykickstart-1.78.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 diff --git a/pykickstart.spec b/pykickstart.spec index f7c8aae..1f40eb8 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -4,7 +4,7 @@ %bcond_with signed Name: pykickstart -Version: 3.65 +Version: 3.66 Release: 1%{?dist} License: GPL-2.0-only Summary: Python utilities for manipulating kickstart files. @@ -17,7 +17,9 @@ Source1: https://github.com/pykickstart/%{name}/releases/download/r%{version}/ BuildArch: noarch BuildRequires: gettext +BuildRequires: python3-build BuildRequires: python3-devel +BuildRequires: python3-pip BuildRequires: python3-requests BuildRequires: python3-setuptools BuildRequires: make @@ -72,9 +74,15 @@ 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 Jul 15 2025 Brian C. Lane - 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 - 3.65-1 - workflows: Add python 3.14 to the test matrix (bcl) - Add support for RDP (jkonecny) diff --git a/sources b/sources index 958a95b..c7c3936 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (pykickstart-3.65.tar.gz) = 886ea4752fcb383dc1c3dbed6cbcbd7e7d3df28e66fd2483073aef99a0056df9041e6341dbc0b42cdc7afc79992e9c07bc3eec3d0c9b76c848dff74e7b4b82ba -SHA512 (pykickstart-3.65.tar.gz.asc) = 6b1ba68d2d0fb4d02cd21c49133e7d46a818f1994b7c88a753001b49a4af641a41f13f31d3d3fa4ca6d7ef26a44536a8fc69706f7d620ba26f17ed17f19906b9 +SHA512 (pykickstart-3.66.tar.gz) = 4c4de4379973fd4738606939eb5b50a1afc0dda626c3ce1cc1f590aec9134efef28317670388d55b276860ce0ff6139a11af0f758999b7704f5bcf59102d9269 +SHA512 (pykickstart-3.66.tar.gz.asc) = 783a2832f32071d9758d64d278daf4ba4f7812713e4f6a0cf236744962b06913ca96ea9d24f2e742cf10330468be2bd730327f8ea5980924347752c2c381f2e7 From 133e7c6a58e508bb32376a26de8ba6588cb3469b Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 22 Jul 2025 16:16:08 -0700 Subject: [PATCH 06/11] - Drop python3-build, it is not needed to install the package --- pykickstart.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pykickstart.spec b/pykickstart.spec index 1f40eb8..d86e2d5 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -5,7 +5,7 @@ Name: pykickstart Version: 3.66 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-only Summary: Python utilities for manipulating kickstart files. Url: http://fedoraproject.org/wiki/pykickstart @@ -17,7 +17,6 @@ Source1: https://github.com/pykickstart/%{name}/releases/download/r%{version}/ BuildArch: noarch BuildRequires: gettext -BuildRequires: python3-build BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-requests @@ -77,6 +76,9 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage %{python3_sitelib}/pykickstart-%{version}.dist-info %changelog +* Tue Jul 22 2025 Brian C. Lane - 3.66-2 +- Drop python3-build, it is not needed to install the package + * Tue Jul 15 2025 Brian C. Lane - 3.66-1 - workflows: Use py3.14 beta.4 (bcl) - pylint: Ignore files in .git (bcl) From b52e5c7a4cd42cbec7cee5b61640db1ba5c711cd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 06:21:38 +0000 Subject: [PATCH 07/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- pykickstart.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pykickstart.spec b/pykickstart.spec index d86e2d5..2370b51 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -5,7 +5,7 @@ Name: pykickstart Version: 3.66 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-only Summary: Python utilities for manipulating kickstart files. Url: http://fedoraproject.org/wiki/pykickstart @@ -76,6 +76,9 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage %{python3_sitelib}/pykickstart-%{version}.dist-info %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 3.66-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jul 22 2025 Brian C. Lane - 3.66-2 - Drop python3-build, it is not needed to install the package From 29b32f1468ce10ea37f040463bbd3a8a915269cc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 13:08:44 +0200 Subject: [PATCH 08/11] Rebuilt for Python 3.14.0rc2 bytecode --- pykickstart.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pykickstart.spec b/pykickstart.spec index 2370b51..12f118e 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -5,7 +5,7 @@ Name: pykickstart Version: 3.66 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-only Summary: Python utilities for manipulating kickstart files. Url: http://fedoraproject.org/wiki/pykickstart @@ -76,6 +76,9 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage %{python3_sitelib}/pykickstart-%{version}.dist-info %changelog +* Fri Aug 15 2025 Python Maint - 3.66-4 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 3.66-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From fd0acbd83a6708650d62a876911d6ebeda3e0123 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 18 Aug 2025 09:24:42 -0700 Subject: [PATCH 09/11] - 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) --- .gitignore | 2 ++ pykickstart.spec | 12 ++++++++++-- sources | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4310d44..affb04a 100644 --- a/.gitignore +++ b/.gitignore @@ -286,3 +286,5 @@ 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 diff --git a/pykickstart.spec b/pykickstart.spec index 12f118e..28a160f 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -4,8 +4,8 @@ %bcond_with signed Name: pykickstart -Version: 3.66 -Release: 4%{?dist} +Version: 3.67 +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,13 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage %{python3_sitelib}/pykickstart-%{version}.dist-info %changelog +* Mon Aug 18 2025 Brian C. Lane - 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 - 3.66-4 - Rebuilt for Python 3.14.0rc2 bytecode diff --git a/sources b/sources index c7c3936..5fc39ec 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (pykickstart-3.66.tar.gz) = 4c4de4379973fd4738606939eb5b50a1afc0dda626c3ce1cc1f590aec9134efef28317670388d55b276860ce0ff6139a11af0f758999b7704f5bcf59102d9269 -SHA512 (pykickstart-3.66.tar.gz.asc) = 783a2832f32071d9758d64d278daf4ba4f7812713e4f6a0cf236744962b06913ca96ea9d24f2e742cf10330468be2bd730327f8ea5980924347752c2c381f2e7 +SHA512 (pykickstart-3.67.tar.gz) = 54b9e2afd02ee479e25fa3fdf4b7240ed9958b2b3c257fbcbb54ab78e406caf2852b99ee6aa0bb4d5b01ac37f6df332ea5dbf040828ae5ad31fbab67da8c2df5 +SHA512 (pykickstart-3.67.tar.gz.asc) = 0753b5ee19c3c8e6f6a1b4c33e366fb9e32ae6aa6477d249c94f363fa5d93cd69e2e913b825601020adc9fc6d0fb4dd09939410af9b7c9ee6730938d7cd8bc69 From c7e2413c81fb116b3991159db6b22a00a881694c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:39:22 +0200 Subject: [PATCH 10/11] Rebuilt for Python 3.14.0rc3 bytecode --- pykickstart.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pykickstart.spec b/pykickstart.spec index 28a160f..aa3b950 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -5,7 +5,7 @@ Name: pykickstart Version: 3.67 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-only Summary: Python utilities for manipulating kickstart files. Url: http://fedoraproject.org/wiki/pykickstart @@ -77,6 +77,9 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage %{python3_sitelib}/pykickstart-%{version}.dist-info %changelog +* Fri Sep 19 2025 Python Maint - 3.67-2 +- Rebuilt for Python 3.14.0rc3 bytecode + * Mon Aug 18 2025 Brian C. Lane - 3.67-1 - spec: Add python3-pytest to BuildRequires (bcl) - tests: Use pytest module instead of unittest (bcl) From c325dd34400cd81177af58282d37ca5b4753a20a Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 2 Dec 2025 10:17:46 -0800 Subject: [PATCH 11/11] - rhsm: Add Flatpak registry option for RHEL10 (bciconel) - commands: bootc: remove 'experimental' warning (k.koukiou) --- .gitignore | 2 ++ pykickstart.spec | 8 ++++++-- sources | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index affb04a..73ae13c 100644 --- a/.gitignore +++ b/.gitignore @@ -288,3 +288,5 @@ pykickstart-1.78.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 diff --git a/pykickstart.spec b/pykickstart.spec index aa3b950..3f035ea 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -4,8 +4,8 @@ %bcond_with signed Name: pykickstart -Version: 3.67 -Release: 2%{?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 @@ -77,6 +77,10 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage %{python3_sitelib}/pykickstart-%{version}.dist-info %changelog +* Tue Dec 02 2025 Brian C. Lane - 3.68-1 +- rhsm: Add Flatpak registry option for RHEL10 (bciconel) +- commands: bootc: remove 'experimental' warning (k.koukiou) + * Fri Sep 19 2025 Python Maint - 3.67-2 - Rebuilt for Python 3.14.0rc3 bytecode diff --git a/sources b/sources index 5fc39ec..b83b8c9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (pykickstart-3.67.tar.gz) = 54b9e2afd02ee479e25fa3fdf4b7240ed9958b2b3c257fbcbb54ab78e406caf2852b99ee6aa0bb4d5b01ac37f6df332ea5dbf040828ae5ad31fbab67da8c2df5 -SHA512 (pykickstart-3.67.tar.gz.asc) = 0753b5ee19c3c8e6f6a1b4c33e366fb9e32ae6aa6477d249c94f363fa5d93cd69e2e913b825601020adc9fc6d0fb4dd09939410af9b7c9ee6730938d7cd8bc69 +SHA512 (pykickstart-3.68.tar.gz) = 103034f2ad47afa470066b4c98092ac634c5c5ed21c1c98a65170c78cc86e95f5565bb4c29a24a890836e45d2094b529fcdb02f8a004875cc13db505bd2ba51e +SHA512 (pykickstart-3.68.tar.gz.asc) = 33d2e3ea50bdffdb7bc4939b68c3069d6fce6087cd186ac57773981928a090608f7509fd8f63bacbbd6544d828da3eb1e1fb785f5ff7e547364c9cd360eaf106