Compare commits
31 Commits
epel8-play
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10201fcd68 | ||
|
|
ee470aa1ea | ||
|
|
04eaadb651 | ||
|
|
5dbfd9d29e | ||
|
|
906b88539e | ||
|
|
514d2bcc83 | ||
|
|
a7f1fce566 | ||
|
|
5e55aa3783 | ||
|
|
e78be73719 | ||
|
|
6a3ba29308 | ||
|
|
9ae78d47e4 | ||
|
|
f093d6151b | ||
|
|
8218b4c068 | ||
|
|
d9f147bc4a | ||
|
|
0e466c0865 | ||
|
|
d5b5ffab58 | ||
|
|
29454e458f | ||
|
|
c4318eeee5 | ||
|
|
20e806276f | ||
|
|
63d0a4a53f | ||
|
|
b7a27e0810 | ||
|
|
2f0b21c6cc | ||
|
|
3defc8bcd0 | ||
|
|
88f132da70 | ||
|
|
166fc14cc4 | ||
|
|
d4953c494b | ||
|
|
0fdbd8d25c | ||
|
|
cafb517839 | ||
|
|
ded6ed4eff | ||
|
|
527d198f4a | ||
|
|
bc8b789a18 |
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/pytest-benchmark-3.1.1.tar.gz
|
||||
/pytest-benchmark-3.2.2.tar.gz
|
||||
/pytest-benchmark-3.2.3.tar.gz
|
||||
/pytest-benchmark-3.4.1.tar.gz
|
||||
/pytest-benchmark-4.0.0.tar.gz
|
||||
/pytest-benchmark-5.1.0.tar.gz
|
||||
@@ -1 +0,0 @@
|
||||
epel8-playground decommissioned : https://pagure.io/epel/issue/136
|
||||
70
python-pytest-benchmark.spec
Normal file
70
python-pytest-benchmark.spec
Normal file
@@ -0,0 +1,70 @@
|
||||
%global srcname pytest-benchmark
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 5.1.0
|
||||
Release: 5%{?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
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 5.1.0-4
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 5.1.0-3
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
%autochangelog
|
||||
Reference in New Issue
Block a user