## START: Set by rpmautospec ## (rpmautospec version 0.2.5) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 34; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec # Sphinx-generated HTML documentation is not suitable for packaging; see # https://bugzilla.redhat.com/show_bug.cgi?id=2006555 for discussion. # # We can generate PDF documentation as a lesser substitute. %bcond_with doc_pdf %global pypi_name sure Name: python-sure Version: 1.4.11 Release: %autorelease Summary: Idiomatic assertion toolkit with human-friendly failure messages License: GPLv3+ URL: https://github.com/gabrielfalcao/sure Source0: %{url}/archive/%{version}/sure-%{version}.tar.gz # Python 3.9 compatibility # https://github.com/gabrielfalcao/sure/commit/9f0e834b2e5eea5dfe21d5be4ea6a3df47baf0b9 Patch1: 9f0e834b2e5eea5dfe21d5be4ea6a3df47baf0b9.patch # Python 3.10 workaround # In test_context_is_not_optional(), only check the exception type # https://github.com/gabrielfalcao/sure/issues/169 Patch2: python3.10-workaround.patch BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel # TODO: remove mock dependency from install_requires # https://fedoraproject.org/wiki/Changes/DeprecatePythonMock # https://github.com/gabrielfalcao/sure/pull/161 # Test dependencies # TODO: remove the test dependency on nose # https://fedoraproject.org/wiki/Changes/DeprecateNose BuildRequires: python%{python3_pkgversion}-nose BuildRequires: python%{python3_pkgversion}-pytest BuildRequires: python%{python3_pkgversion}-pluggy BuildRequires: python%{python3_pkgversion}-six BuildRequires: python%{python3_pkgversion}-mock # Documentation dependencies %if %{with doc_pdf} BuildRequires: make BuildRequires: python3dist(sphinx) BuildRequires: python3dist(sphinx-rtd-theme) BuildRequires: python3-docs BuildRequires: python3-sphinx-latex BuildRequires: latexmk %endif %global common_description %{expand: An idiomatic testing library for python with powerful and flexible assertions created by Gabriel Falcão. Sure’s developer experience is inspired and modeled after RSpec Expectations and should.js.} %description %{common_description} %package -n python%{python3_pkgversion}-sure Summary: %{summary} %description -n python%{python3_pkgversion}-sure %{common_description} %package doc Summary: Documentation for Sure Requires: python%{python3_pkgversion}-docs %description doc %{common_description} %prep %autosetup -p1 -n sure-%{version} # Use local inventories in intersphinx mappings. # # Currently, python-redis does not package the Sphinx documentation, so we # remove that mapping: # 'redis': ('https://redis-py.readthedocs.io/en/latest/', None) sed -r -i \ -e 's|https://docs.python.org/3?|/%{_docdir}/python3-docs/html|' \ -e '/redis.*https.*readthedocs/d' \ docs/source/conf.py # Remove bundled egg-info rm -rf %{pypi_name}.egg-info rm -rf %{py3dir} cp -a . %{py3dir} find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!/bin/env python|#!%{__python3}|' %build pushd %{py3dir} LANG=en_US.utf8 %py3_build popd %if %{with doc_pdf} env PYTHONPATH="${PWD}" %make_build -C docs/ latex SPHINXOPTS='%{?_smp_mflags}' %make_build -C docs/build/latex %endif %install pushd %{py3dir} LANG=en_US.utf8 %py3_install popd %check %pytest %files -n python%{python3_pkgversion}-sure %license COPYING %license COPYING %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %files doc %license COPYING %doc CHANGELOG.md %doc README.rst %doc TODO.rst %if %{with doc_pdf} %doc docs/build/latex/Sure.pdf %endif %changelog * Tue Sep 28 2021 Benjamin A. Beasley 1.4.11-34 - Build PDF documentation in lieu of HTML * Tue Sep 28 2021 Benjamin A. Beasley 1.4.11-33 - Reduce macro indirection in the spec file * Tue Sep 28 2021 Benjamin A. Beasley 1.4.11-32 - Drop BR on pyproject-rpm-macros, now implied by python3-devel * Tue Sep 28 2021 Benjamin A. Beasley 1.4.11-31 - Move %generate_buildrequires after %prep to make the spec file easier to follow * Thu Jun 24 2021 Benjamin A. Beasley - 1.4.11-15 - Add license file to new -doc subpackage * Wed Jun 23 2021 Benjamin A. Beasley - 1.4.11-14 - Rename %%pypi_name to %%srcname - Switch to GitHub tarball, which includes docs/ - Use pytest instead of nose (which is deprecated) as the test runner in %%check; we are not quite ready to remove the nose BR, however - Drop manual Requires on python3-six; it will be generated from metadata - Drop obsolete %%python_provide macro - Properly mark the license file - Package CHANGELOG.md, README.rst, and TODO.rst - Update summaries and descriptions - Switch to pyproject-rpm-macros - Build the HTML documentation and add a -doc subpackage * Wed Jun 02 2021 Python Maint - 1.4.11-13 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.4.11-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.4.11-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri May 22 2020 Miro Hrončok - 1.4.11-10 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 1.4.11-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Sep 21 2019 Miro Hrončok - 1.4.11-8 - Subpackage python2-sure has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Thu Aug 15 2019 Richard Shaw - 1.4.11-7 - Rebuild for Python 3.8. * Fri Jul 26 2019 Fedora Release Engineering - 1.4.11-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 1.4.11-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Dec 03 2018 Miro Hrončok - 1.4.11-4 - Fix ambiguous Python requires * Sat Jul 14 2018 Fedora Release Engineering - 1.4.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 15 2018 Miro Hrončok - 1.4.11-2 - Rebuilt for Python 3.7 * Thu May 17 2018 Miro Hrončok - 1.4.11-1 - Updated to 1.4.11 (#1421319) * Thu May 17 2018 Miro Hrončok - 1.4.10-1 - Updated to 1.4.10 that supports Python 3.7 (#1578530) - Stop py3dir pushd/popd, it is not needed - Removed an unneeded shebeng sed - Drop %%sum macro, use %%summary - Drop forbidden SCL macros - Drop unneeded python3 conditional * Fri Feb 09 2018 Fedora Release Engineering - 1.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Sep 29 2017 Troy Dawson - 1.4.0-4 - Cleanup spec file conditionals * Thu Jul 27 2017 Fedora Release Engineering - 1.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Dec 21 2016 Adam Williamson - 1.4.0-1 - New release 1.4.0 (builds against Python 3.6) - Drop sources merged upstream - Modernize spec a bit (use modern macros) - Rename python2 package to python2-sure * Mon Dec 19 2016 Miro Hrončok - 1.2.7-6 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 1.2.7-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 1.2.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Oct 14 2015 Robert Kuska - 1.2.7-3 - Rebuilt for Python3.5 rebuild * Thu Jun 18 2015 Fedora Release Engineering - 1.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Nov 14 2014 Slavek Kabrda - 1.2.7-1 - Updated to 1.2.7 * Sat Jun 07 2014 Fedora Release Engineering - 1.2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 14 2014 Bohuslav Kabrda - 1.2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Mon Mar 31 2014 Bohuslav Kabrda - 1.2.5-2 - Remove unneeded dependencies from setup.py. Resolves: rhbz#1082400 * Fri Mar 07 2014 Bohuslav Kabrda - 1.2.5-1 - Updated to 1.2.5 - Fix with_python3 macro definition to work correctly on EPEL, too. * Fri Nov 29 2013 Miro Hrončok - 1.2.3-1 - Updated - Introduced Python 3 subpackage * Sun Aug 04 2013 Fedora Release Engineering - 1.1.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu May 30 2013 Bohuslav Kabrda - 1.1.7-2 - Introduce SCL macros in the specfile. * Mon Feb 18 2013 Bohuslav Kabrda - 1.1.7-1 - Update to 1.1.7. - License change from MIT to GPLv3. * Thu Feb 14 2013 Fedora Release Engineering - 1.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Nov 05 2012 Bohuslav Kabrda - 1.0.6-1 - Update to 1.0.6. * Sat Jul 21 2012 Fedora Release Engineering - 0.10.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jun 26 2012 Bohuslav Kabrda - 0.10.3-2 - python-devel should be python2-devel - URL now points to the real homepage of the project * Fri Jun 22 2012 Bohuslav Kabrda - 0.10.3-1 - Initial package.