## START: Set by rpmautospec ## (rpmautospec version 0.2.5) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 17; 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 %global forgeurl https://github.com/kyrus/python-junit-xml # Upstream does not tag releases on GitHub (and did not upload a source archive # to PyPI for version 1.9). %global commit ba89b41638df8ad2011c2818672f208a91a5a4a0 Name: python-junit_xml Summary: Python module for creating JUnit XML test result documents Version: 1.9 %forgemeta Release: %autorelease License: MIT URL: %{forgeurl} Source0: %{forgesource} BuildArch: noarch BuildRequires: python3-devel %global common_description %{expand: A Python module for creating JUnit XML test result documents that can be read by tools such as Jenkins or Bamboo. If you are ever working with test tool or test suite written in Python and want to take advantage of Jenkins’ or Bamboo’s pretty graphs and test reporting capabilities, this module will let you generate the XML test reports.} %description %{common_description} %package -n python3-junit_xml Summary: %{summary} %py_provides python3-junit-xml %description -n python3-junit_xml %{common_description} %prep %autosetup -n python-junit-xml-%{commit} -p1 %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %install %pyproject_install %pyproject_save_files junit_xml %check %tox %files -n python3-junit_xml -f %{pyproject_files} %doc README.rst %changelog * lun. sept. 13 2021 Benjamin A. Beasley 1.9-17 - Let pyproject-rpm-macros handle the license file * dim. sept. 12 2021 Benjamin A. Beasley 1.9-16 - Drop BR on pyproject-rpm-macros, now implied by python3-devel * dim. sept. 12 2021 Benjamin A. Beasley 1.9-15 - Add Python provides for junit-xml name * dim. sept. 12 2021 Benjamin A. Beasley 1.9-14 - Drop BR on pyproject-rpm-macros, now implied by python3-devel * mar. juil. 27 2021 Benjamin A. Beasley 1.9-13 - Move %generate_buildrequires after %prep to make the spec file easier to follow * ven. juil. 23 2021 Fedora Release Engineering 1.9-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jul 09 2021 Benjamin A. Beasley - 1.9-9 - Merged PR#1; drop patch for RHBZ#1935212 * Fri Jun 04 2021 Python Maint - 1.9-8 - Rebuilt for Python 3.10 * Wed May 12 2021 Benjamin A. Beasley - 1.9-7 - Move “forge” macros to the top of the spec file * Tue Mar 16 2021 Benjamin A. Beasley - 1.9-6 - Drop python3dist(setuptools) BR, redundant with %%pyproject_buildrequires * Mon Mar 08 2021 Benjamin A. Beasley - 1.9-5 - Replace ' with ’ in description * Thu Feb 11 2021 Benjamin A. Beasley - 1.9-4 - Rebuilt for pyproject-rpm-macros-0-38 to fix unowned nested __pycache__ directories (RHBZ#1925963) * Wed Jan 27 2021 Fedora Release Engineering - 1.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Jan 14 2021 Benjamin A. Beasley - 1.9-2 - Drop conditionals for Fedora 32 * Thu Jan 14 2021 Benjamin A. Beasley - 1.9-1 - Update to 1.9 (RHBZ#1486729) * Thu Jan 14 2021 Benjamin A. Beasley - 1.8-13 - Drop EPEL compatibility and unnecessary macros; EPEL7/8 will be supported by a forked spec file instead of conditional macros - Use pyproject-rpm-macros, including generated BR’s - Fix banned %%{python3_sitelib}/* in %%files - Use %%pytest, %%pypi_source macros - Update summary and description from upstream * Wed Jul 29 2020 Fedora Release Engineering - 1.8-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 1.8-11 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 1.8-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Sep 11 2019 Adrian Reber - 1.8-9 - Apply adapted upstream fix for test failures * Mon Aug 19 2019 Miro Hrončok - 1.8-8 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 1.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 1.8-5 - Subpackage python2-junit_xml has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Jul 14 2018 Fedora Release Engineering - 1.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 1.8-3 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 30 2017 James Hogarth - 1.8-1 - update to 1.8 * Thu Jul 27 2017 Fedora Release Engineering - 1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Feb 15 2017 James Hogarth - 1.7-1 - Initial package