From cc4407dbf33aecbf518b62d7af9180192460de0b Mon Sep 17 00:00:00 2001 From: akhila-guruju Date: Thu, 6 Feb 2025 13:24:12 +0530 Subject: [PATCH] Upgrade: python-kmod version to 0.9.2 (#11636) --- .../python-kmod/python-kmod.signatures.json | 4 +- SPECS-EXTENDED/python-kmod/python-kmod.spec | 72 ++++++++++++++++--- cgmanifest.json | 4 +- 3 files changed, 68 insertions(+), 12 deletions(-) diff --git a/SPECS-EXTENDED/python-kmod/python-kmod.signatures.json b/SPECS-EXTENDED/python-kmod/python-kmod.signatures.json index 48c9b8bf832..4b1916a11ca 100644 --- a/SPECS-EXTENDED/python-kmod/python-kmod.signatures.json +++ b/SPECS-EXTENDED/python-kmod/python-kmod.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "python-kmod-0.9.tar.gz": "dd0fb181110fb32f4b1aa03cadc1491f98640b26d51e4a051fe55eb962ec1f57" + "python-kmod-0.9.2.tar.gz": "0100ff27b7030a73e68ec07829d6123f412ce195dc761b954c92a38d18ba8539" } -} +} \ No newline at end of file diff --git a/SPECS-EXTENDED/python-kmod/python-kmod.spec b/SPECS-EXTENDED/python-kmod/python-kmod.spec index 06b3e32decf..901a031a11f 100644 --- a/SPECS-EXTENDED/python-kmod/python-kmod.spec +++ b/SPECS-EXTENDED/python-kmod/python-kmod.spec @@ -1,15 +1,16 @@ Name: python-kmod -License: LGPLv2+ +License: LGPL-2.0-or-later Vendor: Microsoft Corporation Distribution: Azure Linux Summary: Python module to work with kernel modules -Version: 0.9 -Release: 28%{?dist} -URL: https://github.com/agrover/python-kmod/ -Source0: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz +Version: 0.9.2 +Release: 7%{?dist} +URL: https://github.com/maurizio-lombardi/python-kmod/ +Source0: https://github.com/maurizio-lombardi/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: gcc -BuildRequires: python3-devel BuildRequires: python3-Cython +BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: python3 BuildRequires: kmod-devel @@ -41,8 +42,63 @@ Linux kernel modules, using libkmod. %doc COPYING.LESSER README %changelog -* Fri Oct 15 2021 Pawel Winogrodzki - 0.9-28 -- Initial CBL-Mariner import from Fedora 32 (license: MIT). +* Fri Dec 20 2024 Akhila Guruju - 0.9.2-7 +- Initial Azure Linux import from Fedora 41 (license: MIT). +- License verified. + +* Fri Jul 19 2024 Fedora Release Engineering - 0.9.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 0.9.2-5 +- Rebuilt for Python 3.13 + +* Mon Feb 12 2024 Maurizio Lombardi - 0.9.2-4 +- migrated to SPDX license + +* Fri Jan 26 2024 Fedora Release Engineering - 0.9.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.9.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Tue Aug 01 2023 Maurizio Lombardi - 0.9.2-1 +- Release a new version and take over maintainership upstream + +* Mon Jul 24 2023 Maurizio Lombardi - 0.9-39 +- Build for Cython < 3 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.9-38 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 0.9-37 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.9-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 0.9-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 0.9-34 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.9-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.9-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.9-31 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.9-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.9-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro HronĨok - 0.9-28 +- Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.9-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/cgmanifest.json b/cgmanifest.json index e19e2313464..be5922822a3 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -23123,8 +23123,8 @@ "type": "other", "other": { "name": "python-kmod", - "version": "0.9", - "downloadUrl": "https://github.com/downloads/agrover/python-kmod/python-kmod-0.9.tar.gz" + "version": "0.9.2", + "downloadUrl": "https://github.com/maurizio-lombardi/python-kmod/archive/refs/tags/v0.9.2.tar.gz" } } },