public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pytest-cases] rawhide: update to 3.10.1 fixes rhbz#2444036 rhbz#2485943 rhbz#2504571
@ 2026-07-26 13:28 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-26 13:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pytest-cases
Branch : rawhide
Commit : 0c5a3a11ab49b5689faf0e29d81bf36c77874a19
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-25T21:44:20-03:00
Stats : +11/-20 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-pytest-cases/c/0c5a3a11ab49b5689faf0e29d81bf36c77874a19?branch=rawhide
Log:
update to 3.10.1 fixes rhbz#2444036 rhbz#2485943 rhbz#2504571
---
diff --git a/.gitignore b/.gitignore
index 6e3abff..f5b952e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/python-pytest-cases-3.8.6.tar.gz
/pytest_cases-3.8.6.tar.gz
/pytest_cases-3.9.1.tar.gz
+/pytest_cases-3.10.1.tar.gz
diff --git a/python-pytest-cases.spec b/python-pytest-cases.spec
index c173229..ef4a726 100644
--- a/python-pytest-cases.spec
+++ b/python-pytest-cases.spec
@@ -1,5 +1,5 @@
Name: python-pytest-cases
-Version: 3.9.1
+Version: 3.10.1
Release: %autorelease
Summary: Separate test code from test cases in pytest
@@ -9,12 +9,13 @@ Source0: %{pypi_source pytest_cases}
BuildArch: noarch
BuildRequires: pyproject-rpm-macros
-BuildRequires: python3dist(makefun) > 1.7
+BuildRequires: python3-pkg-resources
BuildRequires: python3dist(decopatch)
+BuildRequires: python3dist(makefun) > 1.7
BuildRequires: python3dist(pytest)
-BuildRequires: python3dist(pytest-harvest) > 1.10
BuildRequires: python3dist(pytest-asyncio)
-BuildRequires: python3-pkg-resources
+BuildRequires: python3dist(pytest-harvest) > 1.10
+BuildRequires: python3dist(pytest-steps)
%description
%{summary}.
@@ -27,16 +28,6 @@ Summary: %{summary}
%prep
%autosetup -n pytest_cases-%{version}
-cat >pyproject.toml <<EOF
-[build-system]
-requires = [
- "decopatch",
- "pytest-steps",
- "setuptools_scm",
- "pypandoc",
- "six"]
-build-backend = "setuptools.build_meta"
-EOF
%generate_buildrequires
%pyproject_buildrequires
@@ -46,15 +37,14 @@ EOF
%install
%pyproject_install
+%pyproject_save_files -l pytest_cases
%check
-PYTHONPATH=build/lib %{python3} -m pytest -v
+%pyproject_check_import
+%pytest
-%files -n python3-pytest-cases
-%license LICENSE
+%files -n python3-pytest-cases -f %{pyproject_files}
%doc README.md
-%{python3_sitelib}/pytest_cases/
-%{python3_sitelib}/pytest_cases-%{version}.dist-info/
%changelog
%autochangelog
diff --git a/sources b/sources
index c11781f..c833dec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pytest_cases-3.9.1.tar.gz) = 46c8716bbd7a926c2b12c9190734f1779f236b8c8954aead75b4b83ea914e60520281bc1fd51420773ce08111dcb4e8f99ac646e468700bc1eb7e47873dd65dc
+SHA512 (pytest_cases-3.10.1.tar.gz) = ba0a39539ae9ba7dff32e8fafee1cc04b1c8b722abe3feec522617c8ed1d091714ee6c12fce5af4ec0963dd54b5e9185960513f2aa4f3eb6c575d484c6c7702a
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-26 13:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-26 13:28 [rpms/python-pytest-cases] rawhide: update to 3.10.1 fixes rhbz#2444036 rhbz#2485943 rhbz#2504571 Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox