Name: python-pypresence Version: 4.3.0 Release: 5%{?dist} Summary: A Discord Rich Presence Client in Python License: MIT URL: https://qwertyquerty.github.io/pypresence/html/index.html Source0: https://github.com/qwertyquerty/pypresence/archive/v%{version}/pypresence-v%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools %global _description \ Python-pypresence is a simple Discord Rich Presence Client in Python. \ Note that in order to use most of it's functions, an authorized app \ is required. %description %{_description} %package -n python3-pypresence Summary: %{summary} %description -n python3-pypresence %{_description} %prep %autosetup -p1 -n pypresence-%{version} # docs include files that are under a different license model, omitting them rm -rf %{buildroot}/docs %build %py3_build %install %py3_install %check %py3_check_import pypresence %files -n python3-pypresence %license LICENSE %doc README.md %{python3_sitelib}/pypresence/ %{python3_sitelib}/pypresence-%{version}-py%{python3_version}.egg-info/ %changelog * Fri Jun 07 2024 Python Maint - 4.3.0-5 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering - 4.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 4.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 4.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jul 8 2023 Steve Cossette - 4.3.0-1 - Various bugfixes and upgrades * Tue Jun 13 2023 Python Maint - 4.2.1-3 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 4.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Dec 2 2022 Steve Cossette - 4.2.1-1 - Initital release of pypresence (4.2.1)