%global srcname pluginbase Name: python-%{srcname} Version: 1.0.0 Release: 1%{?dist} Summary: Support library for building plugins systems License: BSD URL: https://github.com/mitsuhiko/pluginbase Source0: https://files.pythonhosted.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch %global _description \ PluginBase is a module for Python that enables the development of flexible\ plugin systems in Python. %description %{_description} %package -n python3-%{srcname} Summary: %{sum} %{?python_provide:%python_provide python3-%{srcname}} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest %description -n python3-%{srcname} %{_description} Python 3 version. %prep %autosetup -n %{srcname}-%{version} %build %py3_build %install %py3_install %check pushd tests PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v popd %files -n python3-%{srcname} %license LICENSE %doc README.md %{python3_sitelib}/%{srcname}-*.egg-info/ %{python3_sitelib}/%{srcname}.py %{python3_sitelib}/__pycache__/%{srcname}.* %changelog * Sat Mar 23 2019 Fabian Affolter - 1.0.0-1 - Update to latest upstream release 1.0.0 (rhbz#1671968) * Sat Feb 02 2019 Fedora Release Engineering - 0.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Oct 11 2018 Zbigniew Jędrzejewski-Szmek - 0.7-4 - Python2 binary package has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Jul 14 2018 Fedora Release Engineering - 0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.7-2 - Rebuilt for Python 3.7 * Thu May 24 2018 Fabian Affolter - 0.7-1 - Update to latest upstream release 0.7 (rhbz#1582174) * Fri Feb 09 2018 Fedora Release Engineering - 0.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.5-4 - Rebuild for Python 3.6 * Thu Nov 17 2016 Igor Gnatenko - 0.5-3 - Trivial improvements in spec * Tue Nov 15 2016 Fabian Affolter - 0.5-2 - Execute tests - Fix ownership of cache * Mon Nov 14 2016 Fabian Affolter - 0.5-1 - Initial version