Compare commits

..

7 Commits
f41 ... epel9

Author SHA1 Message Date
Maxwell G f7b0404bdd
Remove incorrect globs in %files (2)
2 years ago
Maxwell G 901b8c18d1
Remove incorrect globs in %files
3 years ago
Maxwell G 6f692a3a89
Don't use deprecated setup.py test
3 years ago
Maxwell G 25f49565db
Don't use %__install
3 years ago
Maxwell G 69ce4662dc
Do not use macros for file dependencies
3 years ago
Maxwell G 8504e61dae
Remove usage of obsolete and unnecessary %%python_provides
3 years ago
Maxwell G bdb07ec873
Adopt new license guidelines
3 years ago

2
.gitignore vendored

@ -23,5 +23,3 @@ mutagen-1.19.tar.gz
/mutagen-1.43.0.tar.gz
/mutagen-1.44.0.tar.gz
/mutagen-1.45.1.tar.gz
/mutagen-1.46.0.tar.gz
/mutagen-1.47.0.tar.gz

@ -1,19 +0,0 @@
diff --git a/docs/conf.py b/docs/conf.py
index 274263a1..8f30eb14 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,10 +26,10 @@
exclude_patterns = ['_build']
extlinks = {
- 'bug': ('https://github.com/quodlibet/mutagen/issues/%s', '#'),
- 'pr': ('https://github.com/quodlibet/mutagen/pull/%s', '#pr'),
- 'commit': ('https://github.com/quodlibet/mutagen/commit/%s', '#'),
- 'user': ('https://github.com/%s', ''),
+ 'bug': ('https://github.com/quodlibet/mutagen/issues/%s', '#%s'),
+ 'pr': ('https://github.com/quodlibet/mutagen/pull/%s', '#pr%s'),
+ 'commit': ('https://github.com/quodlibet/mutagen/commit/%s', '%s'),
+ 'user': ('https://github.com/%s', '%s'),
}

@ -3,8 +3,8 @@
%global _docdir_fmt %{name}
Name: python-%{modname}
Version: 1.47.0
Release: 5%{?dist}
Version: 1.45.1
Release: 8%{?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,6 +72,11 @@ 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
@ -99,41 +104,6 @@ rm -rf docs/_build/{.buildinfo,.doctrees}
%doc docs/_build/*
%changelog
* 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

@ -1 +1 @@
SHA512 (mutagen-1.47.0.tar.gz) = 40f9a8a898c9fdae00fd0bdd38eb91a6fb813cf8319f888590bdfd4b5efcb614aa5322c0b9e017f49c3f5155ccf82d5cae80aad79df285c50b5ef270c09f4c9d
SHA512 (mutagen-1.45.1.tar.gz) = c5244efa01b9de5ec22ceca39e55f34b933ca4a5bec0f2088fd3adca657f0230cbe85cd5e156db1d90fb44d9339bc94dc3bdcd3e49f1b0d46bc3d71ece6b45d8

Loading…
Cancel
Save