## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autochangelog ## END: Set by rpmautospec %global srcname pytest-benchmark Name: python-%{srcname} Version: 5.1.0 Release: 1%{?dist} Summary: A py.test fixture for benchmarking code # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://pytest-benchmark.readthedocs.io Source: https://github.com/ionelmc/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: This plugin provides a benchmark fixture. This fixture is a callable object that will benchmark any function passed to it. Notable features and goals: - Sensible defaults and automatic calibration for microbenchmarks - Good integration with pytest - Comparison and regression tracking - Exhausive statistics - JSON export} %description %_description %package -n python3-%{srcname} Summary: %summary Requires: python3-pytest Requires: python3-cpuinfo %description -n python3-%{srcname} %_description %prep %autosetup -n %{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l pytest_benchmark %check # Tests disabled due to missing dependencies #%%tox %files -n python3-%{srcname} -f %{pyproject_files} %doc README.rst CHANGELOG.rst CONTRIBUTING.rst AUTHORS.rst %{_bindir}/py.test-benchmark %{_bindir}/pytest-benchmark %changelog ## START: Generated by rpmautospec * Sat Jul 19 2025 Juan Orti Alcaine - 5.1.0-1 - Upgrade to version 5.1.0 and use pyproject macros (RHBZ#2378106) * Mon Jun 02 2025 Python Maint - 4.0.0-11 - Rebuilt for Python 3.14 * Sat Jan 18 2025 Fedora Release Engineering - 4.0.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Sep 04 2024 Miroslav Suchý - 4.0.0-9 - convert license to SPDX * Fri Jul 19 2024 Fedora Release Engineering - 4.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint - 4.0.0-7 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering - 4.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 4.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 4.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 4.0.0-3 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 4.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Oct 26 2022 Juan Orti Alcaine - 4.0.0-1 - Version 4.0.0 (#2137873) * Fri Jul 22 2022 Fedora Release Engineering - 3.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 3.4.1-5 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 3.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 3.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jun 02 2021 Python Maint - 3.4.1-2 - Rebuilt for Python 3.10 * Wed Jun 02 2021 Juan Orti Alcaine - 3.4.1-1 - Version 3.4.1 * Wed Jan 27 2021 Fedora Release Engineering - 3.2.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Oct 08 2020 Juan Orti Alcaine - 3.2.3-4 - Add BuildRequires: python3-setuptools * Wed Jul 29 2020 Fedora Release Engineering - 3.2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun May 24 2020 Miro Hrončok - 3.2.3-2 - Rebuilt for Python 3.9 * Sun May 17 2020 Juan Orti Alcaine - 3.2.3-1 - Version 3.2.3 * Thu Jan 30 2020 Fedora Release Engineering - 3.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 3.2.2-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Sat Aug 17 2019 Miro Hrončok - 3.2.2-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 3.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Apr 04 2019 Miro Hrončok - 3.2.2-1 - Update to 3.2.2 for pytest 4 compatibility * Sun Mar 03 2019 Zbigniew Jędrzejewski-Szmek - 3.1.1-7 - Subpackage python2-pytest-benchmark has been removed * Sat Feb 02 2019 Fedora Release Engineering - 3.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 3.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 3.1.1-4 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 3.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Sep 04 2017 Juan Orti Alcaine - 3.1.1-2 - Remove trailing spaces * Mon Sep 04 2017 Juan Orti Alcaine - 3.1.1-1 - Initial import (#1486904). ## END: Generated by rpmautospec