Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-codspeed for
openSUSE:Factory checked in at 2026-02-24 15:39:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-codspeed (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-codspeed.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-codspeed"
Tue Feb 24 15:39:26 2026 rev:2 rq:1334610 version:4.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-codspeed/python-pytest-codspeed.changes
2025-01-30 14:53:21.382771863 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-codspeed.new.1977/python-pytest-codspeed.changes
2026-02-24 15:40:06.582171467 +0100
@@ -1,0 +2,20 @@
+Mon Feb 23 23:58:19 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 4.3.0:
+ ## Features
+ * Support for the memory instrument, which enables you to track memory
+ usage, heap allocations, and memory leaks in your benchmarks.
+ * Support python 3.14
+ * Bump instrument-hooks
+ * Support perf profiling in Python walltime instrument
+ * Support pytest-benchmark marker attributes
+ * Support the pedantic API
+ * Increase the min round time to a bigger value (+/- 1ms)
+ * Fix the random seed while measuring with instruments
+ ## Bug Fixes
+ * Use ParamSpec in instrument definition instead of tuple and dict
+ * Use ParamSpec in the plugin call definition
+ * Use time per iteration instead of total round time in stats
+- Remove pointless multibuild.
+
+-------------------------------------------------------------------
Old:
----
_multibuild
pytest_codspeed-3.1.2.tar.gz
New:
----
_scmsync.obsinfo
build.specials.obscpio
pytest_codspeed-4.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-codspeed.spec ++++++
--- /var/tmp/diff_new_pack.OnXFLd/_old 2026-02-24 15:40:08.610255396 +0100
+++ /var/tmp/diff_new_pack.OnXFLd/_new 2026-02-24 15:40:08.610255396 +0100
@@ -16,17 +16,9 @@
#
-%global flavor @BUILD_FLAVOR@%{nil}
-%if "%{flavor}" == "test"
-%define psuffix -test
-%bcond_without test
-%else
-%define psuffix %{nil}
-%bcond_with test
-%endif
%{?sle15_python_module_pythons}
-Name: python-pytest-codspeed%{psuffix}
-Version: 3.1.2
+Name: python-pytest-codspeed
+Version: 4.3.0
Release: 0
Summary: A pytest plugin to create CodSpeed benchmarks
License: MIT
@@ -42,18 +34,14 @@
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-benchmark}
+BuildRequires: %{python_module pytest >= 3.8}
BuildRequires: %{python_module rich >= 13.8.1}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: valgrind-devel
Requires: python-cffi >= 1.17.1
Requires: python-pytest >= 3.8
Requires: python-rich >= 13.8.1
-%if %{with test}
-BuildRequires: %{python_module pytest >= 3.8}
-BuildRequires: %{python_module pytest-codspeed = %{version}}
-%endif
%python_subpackages
%description
@@ -63,29 +51,22 @@
%autosetup -p1 -n pytest_codspeed-%{version}
%build
-%if %{without test}
-export PYTEST_CODSPEED_FORCE_EXTENSION_BUILD=1
+# Required due to zig generated code
+export CFLAGS="-std=c11"
%pyproject_wheel
-%endif
%install
-%if %{without test}
%pyproject_install
+# Remove source code for instrument-hooks
+%python_expand rm -rv
%{buildroot}%{$python_sitearch}/pytest_codspeed/instruments/hooks/instrument-hooks
%python_expand %fdupes %{buildroot}%{$python_sitearch}
-%endif
%check
-%if %{with test}
-export PYTEST_CODSPEED_FORCE_VALGRIND_TESTS=1
-%pytest
-%endif
+%pytest_arch
-%if %{without test}
%files %{python_files}
%license LICENSE
%doc README.md
%{python_sitearch}/pytest_codspeed
-%{python_sitearch}/pytest_codspeed-%{version}*-info
-%exclude
%{python_sitearch}/pytest_codspeed/instruments/valgrind/_wrapper/wrapper.[ch]
-%endif
+%{python_sitearch}/pytest_codspeed-%{version}.dist-info
++++++ _scmsync.obsinfo ++++++
mtime: 1771891111
commit: bf3c0856cfc7def49a266b2063c2e7cabb8608153437893a8c46406277ec4973
url: https://src.opensuse.org/python-pytest/python-pytest-codspeed.git
revision: bf3c0856cfc7def49a266b2063c2e7cabb8608153437893a8c46406277ec4973
projectscmsync: https://src.opensuse.org/python-pytest/_ObsPrj.git
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-02-24 01:11:51.000000000 +0100
@@ -0,0 +1 @@
+.osc
++++++ pytest_codspeed-3.1.2.tar.gz -> pytest_codspeed-4.3.0.tar.gz ++++++
++++ 25511 lines of diff (skipped)