# Created by pyp2rpm-3.3.2 %global pypi_name pysol-cards Name: python-%{pypi_name} Version: 0.14.3 Release: 2%{?dist} Summary: Deal PySol FC Cards License: MIT URL: https://fc-solve.shlomifish.org/ Source0: %{pypi_source pysol_cards} BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-pbr >= 2 BuildRequires: python%{python3_pkgversion}-random2 BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-six %description The pysol-cards python module allows the python developer to generate the initial deals of some PySol FC games. %package -n python%{python3_pkgversion}-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python%{python3_pkgversion}-%{pypi_name} The pysol-cards python module allows the python developer to generate the initial deals of some PySol FC games. %prep %autosetup -n pysol_cards-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info sed -i '/^#! \/usr\/bin\/env python$/d' pysol_cards/*.py %build %py3_build %install # Must do the default python version install last because # the scripts in /usr/bin are overwritten with every setup.py install. %py3_install rm -rf %{buildroot}/%{_bindir} %files -n python%{python3_pkgversion}-%{pypi_name} %license LICENSE %doc README.rst %{python3_sitelib}/pysol_cards %{python3_sitelib}/pysol_cards-%{version}-py%{python3_version}.egg-info %changelog * Fri Jan 20 2023 Fedora Release Engineering - 0.14.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jan 12 2023 Shlomi Fish 0.14.3-1 - Update to the new upstream version. * Fri Jul 22 2022 Fedora Release Engineering - 0.14.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.14.2-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.14.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Nov 13 2021 Shlomi Fish 0.14.2-1 - Update to the new upstream version. * Fri Nov 12 2021 Shlomi Fish 0.14.0-1 - Update to the new upstream version. * Thu Oct 07 2021 Shlomi Fish 0.12.0-1 - Update to the new upstream version. * Fri Aug 06 2021 Fedora Release Monitoring - 0.10.2-1 - Update to 0.10.2 (#1990823) * Fri Jul 23 2021 Fedora Release Engineering - 0.10.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.10.1-4 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.10.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun Jun 14 2020 Shlomi Fish 0.10.1-1 - Update to the new upstream version. * Sat May 30 2020 Shlomi Fish 0.8.18-1 - Update to the new upstream version. * Tue May 26 2020 Miro Hrončok - 0.8.9-4 - Rebuilt for Python 3.9 * Mon May 18 2020 Sérgio Basto - 0.8.9-3 - Fix build on EPEL7 * Sat Mar 28 2020 Shlomi Fish 0.8.9-2 - Correct the date in the changelog. * Sat Mar 28 2020 Shlomi Fish 0.8.9-1 - New upstream release. * Thu Jan 30 2020 Fedora Release Engineering - 0.8.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 0.8.6-3 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.8.6-2 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Mar 18 2019 Shlomi Fish 0.4.1-1 - Initial Fedora package based on the Mageia one.