Skip to content

Commit

Permalink
Upgrade: python-kmod version to 0.9.2 (#11636)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhila-guruju authored Feb 6, 2025
1 parent b5bce8f commit cc4407d
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 12 deletions.
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/python-kmod/python-kmod.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"python-kmod-0.9.tar.gz": "dd0fb181110fb32f4b1aa03cadc1491f98640b26d51e4a051fe55eb962ec1f57"
"python-kmod-0.9.2.tar.gz": "0100ff27b7030a73e68ec07829d6123f412ce195dc761b954c92a38d18ba8539"
}
}
}
72 changes: 64 additions & 8 deletions SPECS-EXTENDED/python-kmod/python-kmod.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -41,8 +42,63 @@ Linux kernel modules, using libkmod.
%doc COPYING.LESSER README

%changelog
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.9-28
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Fri Dec 20 2024 Akhila Guruju <[email protected]> - 0.9.2-7
- Initial Azure Linux import from Fedora 41 (license: MIT).
- License verified.

* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 0.9.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Fri Jun 07 2024 Python Maint <[email protected]> - 0.9.2-5
- Rebuilt for Python 3.13

* Mon Feb 12 2024 Maurizio Lombardi <[email protected]> - 0.9.2-4
- migrated to SPDX license

* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 0.9.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Mon Jan 22 2024 Fedora Release Engineering <[email protected]> - 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 <[email protected]> - 0.9-38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Tue Jun 13 2023 Python Maint <[email protected]> - 0.9-37
- Rebuilt for Python 3.12

* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.9-36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.9-35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Mon Jun 13 2022 Python Maint <[email protected]> - 0.9-34
- Rebuilt for Python 3.11

* Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 0.9-33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 0.9-32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Fri Jun 04 2021 Python Maint <[email protected]> - 0.9-31
- Rebuilt for Python 3.10

* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 0.9-30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 0.9-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Tue May 26 2020 Miro Hrončok <[email protected]> - 0.9-28
- Rebuilt for Python 3.9

* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 0.9-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down

0 comments on commit cc4407d

Please sign in to comment.