Skip to content

Commit cc4407d

Browse files
Upgrade: python-kmod version to 0.9.2 (#11636)
1 parent b5bce8f commit cc4407d

3 files changed

Lines changed: 68 additions & 12 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"python-kmod-0.9.tar.gz": "dd0fb181110fb32f4b1aa03cadc1491f98640b26d51e4a051fe55eb962ec1f57"
3+
"python-kmod-0.9.2.tar.gz": "0100ff27b7030a73e68ec07829d6123f412ce195dc761b954c92a38d18ba8539"
44
}
5-
}
5+
}

SPECS-EXTENDED/python-kmod/python-kmod.spec

Lines changed: 64 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Name: python-kmod
2-
License: LGPLv2+
2+
License: LGPL-2.0-or-later
33
Vendor: Microsoft Corporation
44
Distribution: Azure Linux
55
Summary: Python module to work with kernel modules
6-
Version: 0.9
7-
Release: 28%{?dist}
8-
URL: https://github.com/agrover/python-kmod/
9-
Source0: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz
6+
Version: 0.9.2
7+
Release: 7%{?dist}
8+
URL: https://github.com/maurizio-lombardi/python-kmod/
9+
Source0: https://github.com/maurizio-lombardi/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
1010
BuildRequires: gcc
11-
BuildRequires: python3-devel
1211
BuildRequires: python3-Cython
12+
BuildRequires: python3-devel
13+
BuildRequires: python3-setuptools
1314
BuildRequires: python3
1415
BuildRequires: kmod-devel
1516

@@ -41,8 +42,63 @@ Linux kernel modules, using libkmod.
4142
%doc COPYING.LESSER README
4243

4344
%changelog
44-
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.9-28
45-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
45+
* Fri Dec 20 2024 Akhila Guruju <v-guakhila@microsoft.com> - 0.9.2-7
46+
- Initial Azure Linux import from Fedora 41 (license: MIT).
47+
- License verified.
48+
49+
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-6
50+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
51+
52+
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.9.2-5
53+
- Rebuilt for Python 3.13
54+
55+
* Mon Feb 12 2024 Maurizio Lombardi <mlombard@redhat.com> - 0.9.2-4
56+
- migrated to SPDX license
57+
58+
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-3
59+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
60+
61+
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-2
62+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
63+
64+
* Tue Aug 01 2023 Maurizio Lombardi - 0.9.2-1
65+
- Release a new version and take over maintainership upstream
66+
67+
* Mon Jul 24 2023 Maurizio Lombardi - 0.9-39
68+
- Build for Cython < 3
69+
70+
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-38
71+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
72+
73+
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.9-37
74+
- Rebuilt for Python 3.12
75+
76+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-36
77+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
78+
79+
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-35
80+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
81+
82+
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.9-34
83+
- Rebuilt for Python 3.11
84+
85+
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-33
86+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
87+
88+
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-32
89+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
90+
91+
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.9-31
92+
- Rebuilt for Python 3.10
93+
94+
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-30
95+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
96+
97+
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-29
98+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
99+
100+
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.9-28
101+
- Rebuilt for Python 3.9
46102

47103
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-27
48104
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23123,8 +23123,8 @@
2312323123
"type": "other",
2312423124
"other": {
2312523125
"name": "python-kmod",
23126-
"version": "0.9",
23127-
"downloadUrl": "https://github.com/downloads/agrover/python-kmod/python-kmod-0.9.tar.gz"
23126+
"version": "0.9.2",
23127+
"downloadUrl": "https://github.com/maurizio-lombardi/python-kmod/archive/refs/tags/v0.9.2.tar.gz"
2312823128
}
2312923129
}
2313023130
},

0 commit comments

Comments
 (0)