%global pypi_name django-formtools # skip test until test suite supports later django %global skip_tests 1 Name: python-%{pypi_name} Version: 2.2 Release: 7%{?dist} Summary: A set of high-level abstractions for Django forms License: BSD URL: http://django-formtools.readthedocs.org/en/latest/ Source0: https://pypi.io/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch %description Django's "formtools" is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms. %package -n python3-%{pypi_name} Summary: A set of high-level abstractions for Django forms %{?python_provide:%python_provide python3-%{pypi_name}} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-sphinx BuildRequires: python3-django >= 1.7 # Required for testing BuildRequires: python3-flake8 BuildRequires: python3-coverage Requires: python3-django >= 1.7 Obsoletes: python-%{pypi_name} < 2.1-5 Obsoletes: python2-%{pypi_name} < 2.1-5 %description -n python3-%{pypi_name} Django's "formtools" is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms. %package -n python3-%{pypi_name}-doc Summary: A set of high-level abstractions for Django forms - documentation %{?python_provide:%python_provide python3-%{pypi_name}-doc} Requires: python3-%{pypi_name} = %{version}-%{release} Obsoletes: python-%{pypi_name}-doc < 2.1-5 Obsoletes: python2-%{pypi_name}-doc < 2.1-5 %description -n python3-%{pypi_name}-doc Django's "formtools" is a set of high-level abstractions for Django forms. This is the associated documentation. %prep %setup -q -n %{pypi_name}-%{version} %build %{py3_build} %if 0%{?skip_tests} == 0 %check PYTHONPATH=. DJANGO_SETTINGS_MODULE=tests.settings python3-coverage run %{python3_sitelib}/django/bin/django-admin.py test tests %endif %install %{py3_install} %find_lang django py3lang # generate html docs sphinx-build-3 docs html # remove the sphinx-build leftovers rm -rf html/.{doctrees,buildinfo} %files -n python3-%{pypi_name} -f py3lang %doc README.rst %license LICENSE %{python3_sitelib}/formtools %{python3_sitelib}/django_formtools-%{version}-py%{python3_version}.egg-info %files -n python3-%{pypi_name}-doc %doc html %license LICENSE %changelog * Fri Jul 22 2022 Fedora Release Engineering - 2.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 14 2022 Python Maint - 2.2-6 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jul 27 2021 Fedora Release Engineering - 2.2-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 2.2-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Sep 08 2020 Yatin Karel - 2.2-1 - Update to 2.2 * Wed Jul 29 2020 Fedora Release Engineering - 2.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 23 2020 Javier Peña - 2.1-14 - Explicitly require python3-setuptools as BR * Tue May 26 2020 Miro Hrončok - 2.1-13 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 2.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 2.1-11 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 2.1-10 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 2.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 2.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 2.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 2.1-6 - Rebuilt for Python 3.7 * Mon Feb 12 2018 Miro Hrončok - 2.1-5 - Removed Python 2 subpackage for https://fedoraproject.org/wiki/Changes/Django20 * Fri Feb 09 2018 Fedora Release Engineering - 2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 24 2018 Matthias Runge - 2.1-3 - fix python2-django1.11 requirements * Fri Jan 19 2018 Matthias Runge - 2.1-2 - fix python2 requirements * Fri Oct 20 2017 Javier Peña - 2.1-1 - Updated to upstream release 2.1 - Fixed Source0 URL * Thu Jul 27 2017 Fedora Release Engineering - 1.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 1.0-9 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 1.0-8 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Nov 26 2015 jpena - 1.0-6 - Fixed tests * Tue Nov 10 2015 Fedora Release Engineering - 1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Sep 10 2015 jpena - 1.0-4 - Moved documentation into a subpackage * Wed Sep 09 2015 jpena - 1.0-3 - Handle locale files properly * Wed Sep 09 2015 jpena - 1.0-2 - Fixed python3 conditional in files section - Added checks - Moved sphinx-build to install section * Tue Sep 08 2015 jpena - 1.0-1 - Initial package.