Update to version 2.6.0 #1

Manually merged
python-pytest merged 1 commits from mgrossu/python-pytest-check:main into main 2025-11-07 12:30:44 +01:00
Owner
No description provided.
mgrossu added 1 commit 2025-11-05 17:30:36 +01:00
autogits-devel requested review from StevenK 2025-11-05 17:30:42 +01:00
autogits-devel requested review from dgarcia 2025-11-05 17:30:42 +01:00
autogits-devel requested review from dirkmueller 2025-11-05 17:30:43 +01:00
autogits-devel requested review from mcalabkova 2025-11-05 17:30:43 +01:00
autogits-devel requested review from mcepl 2025-11-05 17:30:43 +01:00
autogits-devel requested review from mimi_vx 2025-11-05 17:30:43 +01:00
mgrossu added 2 commits 2025-11-05 18:15:15 +01:00
mgrossu added 2 commits 2025-11-05 18:47:52 +01:00
mcalabkova reviewed 2025-11-06 12:05:52 +01:00
@@ -42,1 +45,4 @@
# Only include this patch for 15.6 and 16.0 builds
%if 0%{?sle_version} == 150600 || 0%{?sle_version} == 160000
%autosetup -p1 -n pytest_check-%{version}
Owner

you can still use %patch -P0 -p1 and not setup the whole thing again

you can still use `%patch -P0 -p1` and not setup the whole thing again
Owner

We use %setup here not %autosetup, so it should be probably a good place to use %autopatch.

We use `%setup` here not `%autosetup`, so it should be probably a good place to use `%autopatch`.
Author
Owner

Modified the spec file to use %autopatch

Modified the spec file to use `%autopatch`
mgrossu added 2 commits 2025-11-06 16:53:24 +01:00
mgrossu added 2 commits 2025-11-06 16:56:37 +01:00
mcalabkova approved these changes 2025-11-07 12:30:33 +01:00
mcalabkova left a comment
Owner

ok

ok
autogits-devel removed review request for StevenK 2025-11-07 12:30:39 +01:00
autogits-devel removed review request for dgarcia 2025-11-07 12:30:39 +01:00
autogits-devel removed review request for dirkmueller 2025-11-07 12:30:39 +01:00
autogits-devel removed review request for mcepl 2025-11-07 12:30:39 +01:00
autogits-devel removed review request for mimi_vx 2025-11-07 12:30:40 +01:00
python-pytest manually merged commit 07136da0f7 into main 2025-11-07 12:30:44 +01:00
Sign in to join this conversation.
No Reviewers
No Label
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: python-pytest/python-pytest-check#1
No description provided.