Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: python-alsa to version 1.2.12 #11617

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions SPECS-EXTENDED/python-alsa/python-alsa.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"Signatures": {
"pyalsa-1.1.6.tar.bz2": "2771291a5d2cf700f0abbe6629ea37468d1463a01b2330d84ef976e1e918676c",
"python-alsa-LICENSE.txt": "dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551"
"pyalsa-1.2.12.tar.bz2": "8abeaf41e5f48f617a52d1078932da89ab303d4a1d8f9919f947bdb1b7d03f50"
}
}
84 changes: 73 additions & 11 deletions SPECS-EXTENDED/python-alsa/python-alsa.spec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
%define baseversion 1.1.6
%define baseversion 1.2.12

Summary: Python binding for the ALSA library
Name: python-alsa
Version: %{baseversion}
Release: 12%{?dist}
License: LGPLv2+
Release: 1%{?dist}
License: LGPL-2.1-or-later
Source0: ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-%{version}.tar.bz2
Source1: %{name}-LICENSE.txt
URL: http://www.alsa-project.org/
BuildRequires: alsa-lib-devel >= %{version}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: gcc

# Filter private shared library provides
Expand All @@ -29,8 +29,7 @@ Summary: %summary
%description -n python3-alsa %_description

%prep
%autosetup -n pyalsa-%{version}
mv %{SOURCE1} ./LICENSE.txt
%autosetup -n pyalsa-%{version} -p 1

%build
%py3_build
Expand All @@ -39,15 +38,78 @@ mv %{SOURCE1} ./LICENSE.txt
%py3_install

%files -n python3-alsa
%license LICENSE.txt
%{python3_sitearch}/*

%changelog
* Fri Dec 10 2021 Thomas Crain <[email protected]> - 1.1.6-12
- License verified
* Wed Dec 18 2024 Sumit Jena <[email protected]> - 1.2.12-1
- Azure Linux import from Fedora 41 (license: MIT).
- License verified.

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.1.6-11
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 1.2.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Tue Jun 11 2024 Python Maint <[email protected]> - 1.2.12-2
- Rebuilt for Python 3.13

* Tue Jun 11 2024 Jaroslav Kysela <[email protected]> - 1.2.12-1
- Updated to 1.2.12

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

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

* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 1.2.7-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 1.2.7-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

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

* Wed Mar 08 2023 Gwyn Ciesla <[email protected]> - 1.2.7-5
- migrated to SPDX license

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

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

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

* Tue May 31 2022 Jaroslav Kysela <[email protected]> - 1.2.7-1
- Updated to 1.2.6

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

* Mon Dec 06 2021 Jaroslav Kysela <[email protected]> - 1.2.6-1
- Updated to 1.2.6

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

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

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

* Thu Dec 10 2020 Gwyn Ciesla <[email protected]> - 1.1.6-14
- Patch for Python 3.10.

* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 1.1.6-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Tue Jun 23 2020 Gwyn Ciesla <[email protected]> - 1.1.6-12
- BR python3-setuptools

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

* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 1.1.6-10
- 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 @@ -21693,8 +21693,8 @@
"type": "other",
"other": {
"name": "python-alsa",
"version": "1.1.6",
"downloadUrl": "ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-1.1.6.tar.bz2"
"version": "1.2.12",
"downloadUrl": "ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-1.2.12.tar.bz2"
}
}
},
Expand Down