Name: mopidy-mpd Version: 3.3.0^20241110git9c66c58 Release: 1%{?dist} Summary: Mopidy extension for controlling Mopidy from MPD clients License: Apache-2.0 URL: https://mopidy.com/ext/mpd/ #Source0: %%{pypi_source} Source0: https://github.com/mopidy/mopidy-mpd/archive/9c66c58dff86dbcc78276d9ee815fa287f85414b.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest BuildRequires: python3-pytest-cov BuildRequires: python3-pytest-mock BuildRequires: tox BuildRequires: python3-tox-current-env BuildRequires: mopidy >= 4.0.0~a1 Requires: mopidy >= 4.0.0~a1 %description Frontend that provides a full MPD server implementation to make Mopidy available from MPD clients. %prep %autosetup -n %{name}-9c66c58dff86dbcc78276d9ee815fa287f85414b -p1 #^TODO: revert to %%autosetup -n %%{name}-%%{version} -p1 echo $'Metadata-Version: 2.1\nName: mopidy-mpd\nVersion: 3.3.0' > PKG-INFO #^HACK: needed for setuptools to determine version when building from git snapshots echo 'include src/mopidy_*/ext.conf' > MANIFEST.in #^HACK: needed for %%pyproject_install until upstream releases tarball including this file %generate_buildrequires %pyproject_buildrequires -p %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l mopidy_mpd %check %tox %files -f %{pyproject_files} %license LICENSE %doc README.rst %changelog * Tue Jan 21 2025 Tobias Girstmair - 3.3.0^20241110git9c66c58 - Upgrade to latest snapshot, for compatibility with mopidy-4.0.0~a2 (RHBZ#2336892) * Fri Jan 17 2025 Fedora Release Engineering - 3.3.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Oct 24 2024 Tobias Girstmair - 3.3.0-10 - move away from calling 'setup.py test' directly (RHBZ#2319635) * Wed Jul 24 2024 Miroslav Suchý - 3.3.0-9 - convert license to SPDX * Thu Jul 18 2024 Fedora Release Engineering - 3.3.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jan 25 2024 Fedora Release Engineering - 3.3.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 3.3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering - 3.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering - 3.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 3.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 14 2022 Python Maint - 3.3.0-2 - Rebuilt for Python 3.11 * Fri Apr 29 2022 Fedora Release Monitoring - 3.3.0-1 - Update to 3.3.0 (#2080093) * Thu Jan 20 2022 Fedora Release Engineering - 3.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Sep 11 2021 Tobias Girstmair - 3.2.0-1 - Update to version 3.2.0, providing better MPD compatibility * Thu Jul 22 2021 Fedora Release Engineering - 3.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 3.1.0-3 - Rebuilt for Python 3.10 * Tue Jan 26 2021 Fedora Release Engineering - 3.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Dec 5 2020 Tobias Girstmair - 3.1.0-1 - Update to version 3.1.0, providing better MPD compatibility * Tue Jul 28 2020 Fedora Release Engineering - 3.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 23 2020 Tobias Girstmair - 3.0.0-4 - Explicitly BuildRequire setuptools * Tue May 26 2020 Miro Hrončok - 3.0.0-3 - Rebuilt for Python 3.9 * Wed Jan 29 2020 Fedora Release Engineering - 3.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Dec 23 2019 Tobias Girstmair - 3.0.0-1 - Initial RPM Release