Name: | python2-junit_xml |
---|---|
Version: | 1.7 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 29353 |
License: | MIT |
RPM: | python2-junit_xml-1.7-3.el7.noarch.rpm |
Source RPM: | python-junit_xml-1.7-3.el7.src.rpm |
Build Date: | Tue Feb 09 2021 |
Build Host: | host-100-100-224-17.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/kyrus/python-junit-xml/ |
Summary: | Python module for creating JUnit XML test result documents |
Description: | 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. |
- Fix a leftover conditional macro - Do not use banned %{python3_sitelib}/* or %{python2_sitelib}/*
- Drop EL6 support - Drop unnecessary macros - Do not conditionalize Python 3 build - Update summary and description from upstream - Use %python3_pkgversion where appropriate - Add missing BR on setuptools - Add missing runtime requirement for python*-six
- Initial package