## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global shortname mediafile Name: python-mediafile Version: 0.17.0 Release: %autorelease Summary: Elegant audio file tagging in Python License: MIT URL: http://pypi.org/project/mediafile/ Source0: %{pypi_source mediafile} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: MediaFile is a simple interface to the metadata tags for many audio file formats. It wraps Mutagen, a high-quality library for low-level tag manipulation, with a high-level, format-independent interface for a common set of tags.} %description %{_description} %package -n python3-%{shortname} Summary: %{summary} Requires: python3 >= 3.10 Requires: python3-filetype >= 1.2.0 Requires: python3-mutagen %description -n python3-%{shortname} %{_description} Python 3 version. %prep %autosetup -n %{shortname}-%{version} %generate_buildrequires %pyproject_buildrequires -r %build %pyproject_wheel %check %install %pyproject_install %pyproject_save_files '*%{shortname}*' %files -n python3-%{shortname} -f %{pyproject_files} %license LICENSE %doc README.rst %changelog ## START: Generated by rpmautospec * Sat Apr 25 2026 Gerald B Cox - 0.17.0-1 - rhbz#2461696 * Sat Apr 18 2026 Gerald B Cox - 0.16.2-1 - rhbz#2459373 * Tue Apr 14 2026 Gerald B Cox - 0.16.1-1 - rhbz#2458178 * Sun Apr 12 2026 Gerald B Cox - 0.16.0-1 - rhbz#2457609 * Sat Jan 17 2026 Fedora Release Engineering - 0.12.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Sep 19 2025 Python Maint - 0.12.0-11 - Rebuilt for Python 3.14.0rc3 bytecode * Fri Aug 15 2025 Python Maint - 0.12.0-10 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering - 0.12.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue Jun 03 2025 Python Maint - 0.12.0-8 - Rebuilt for Python 3.14 * Sat Jan 18 2025 Fedora Release Engineering - 0.12.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sun Nov 03 2024 Michele Baldessari - 0.12.0-6 - Apply patches from v0.12.0 to 6accdc4c4a7fe4d808b674a97fb5474e12621504 * Fri Jul 19 2024 Fedora Release Engineering - 0.12.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint - 0.12.0-4 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering - 0.12.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 0.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Jan 02 2024 Michele Baldessari - 0.12.0-1 - New package * Fri Jul 21 2023 Fedora Release Engineering - 0.11.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 15 2023 Python Maint - 0.11.0-3 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Michele Baldessari - 0.11.0-2 - New package (drop unneeded patches) * Fri Jan 20 2023 Michele Baldessari - 0.11.0-1 - New package (drop unneeded patches) * Fri Jan 20 2023 Fedora Release Engineering - 0.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Aug 25 2022 Michele Baldessari - 0.9.0-2 - Remove readme.md * Thu Aug 25 2022 Michele Baldessari - 0.9.0-1 - New package ## END: Generated by rpmautospec