# Created by pyp2rpm-3.3.5 %global pypi_name bracex Name: python-%{pypi_name} Version: 2.1.1 Release: 7%{?dist} Summary: Bash style brace expander License: MIT URL: https://github.com/facelessuser/bracex Source0: https://github.com/facelessuser/bracex/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(pytest) BuildRequires: python3dist(setuptools) %description Bracex is a brace expanding library (à la Bash) for Python. Brace expanding is used to generate arbitrary strings. %package -n python3-%{pypi_name} Summary: %{summary} %description -n python3-%{pypi_name} Bracex is a brace expanding library (à la Bash) for Python. Brace expanding is used to generate arbitrary strings. %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install %check %{python3} setup.py test %files -n python3-%{pypi_name} %license LICENSE.md docs/src/markdown/about/license.md %doc README.md %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Fri Jul 22 2022 Fedora Release Engineering - 2.1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 2.1.1-6 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 2.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 2.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 2.1.1-3 - Rebuilt for Python 3.10 * Sat Feb 20 2021 Parag Nemade - 2.1.1-2 - Fix this package as per package review (#1929990) - Change Source to github to use tests * Thu Feb 18 2021 Parag Nemade - 2.1.1-1 - Initial package.