|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%global _docdir_fmt %{name}
|
|
|
|
|
|
|
|
|
|
Name: python-%{modname}
|
|
|
|
|
Version: 1.45.1
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Version: 1.47.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Mutagen is a Python module to handle audio meta-data
|
|
|
|
|
|
|
|
|
|
# licensecheck -r . | grep -vEe "UNKNOWN" -e "GNU General Public License v2.0" | sort
|
|
|
|
@ -72,11 +72,6 @@ install -D -p -m 0644 man/*.1 %{buildroot}%{_mandir}/man1
|
|
|
|
|
rm -rf docs/_build/{.buildinfo,.doctrees}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
# Testing code quality is helpful upstream, to keep maintainability.
|
|
|
|
|
# But lint and code style issues don't mean there's antyhing wrong
|
|
|
|
|
# with the code.
|
|
|
|
|
rm -rv tests/quality/
|
|
|
|
|
|
|
|
|
|
%pytest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -104,6 +99,44 @@ rm -rv tests/quality/
|
|
|
|
|
%doc docs/_build/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 30 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.47.0-5
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.47.0-4
|
|
|
|
|
- Rebuilt for Python 3.13
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Sep 04 2023 Michele Baldessari <michele@acksyn.org> - 1.47.0-1
|
|
|
|
|
- New upstream
|
|
|
|
|
- Drop unneeded patch
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.46.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.46.0-5
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Mon Mar 27 2023 Michele Baldessari <michele@acksyn.org> - 1.46.0-4
|
|
|
|
|
- Fix doc build with newer sphinx versions (rhbz#2180475)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 01 2023 Maxwell G <gotmax@e.email> - 1.46.0-3
|
|
|
|
|
- Adopt new licensing guidelines (SPDX)
|
|
|
|
|
- Specfile cleanup
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.46.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Oct 09 2022 Michele Baldessari <michele@acksyn.org> - 1.46.0-1
|
|
|
|
|
- New upstream
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.45.1-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|