diff --git a/pytest-fixture-config-1.7.0.tar.gz b/pytest-fixture-config-1.7.0.tar.gz deleted file mode 100644 index a35a30998ddf862fc7709222e0b283cfd1d4c75e..0000000000000000000000000000000000000000 Binary files a/pytest-fixture-config-1.7.0.tar.gz and /dev/null differ diff --git a/pytest-fixture-config-1.8.0.tar.gz b/pytest-fixture-config-1.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2b2aa4f02fa4d716fdda18bee1879fe4f718bdd1 Binary files /dev/null and b/pytest-fixture-config-1.8.0.tar.gz differ diff --git a/python-pytest-fixture-config.spec b/python-pytest-fixture-config.spec index 00bfc2fc3df86f972661aabb7b93c92c4d0ef935..343a9348360d4f32e87c1af02fc5a2fb4a4b66fb 100644 --- a/python-pytest-fixture-config.spec +++ b/python-pytest-fixture-config.spec @@ -1,10 +1,10 @@ Name: python-pytest-fixture-config -Version: 1.7.0 +Version: 1.8.0 Release: 1 Summary: Simple configuration objects for Py.test fixtures License: MIT URL: https://pypi.python.org/pypi/pytest-fixture-config -Source0: https://files.pythonhosted.org/packages/07/19/37fe282f262b65247e310ec59223329e1ad53a71683f81a139e7d9ca7916/pytest-fixture-config-1.7.0.tar.gz +Source0: https://files.pythonhosted.org/packages/8f/67/35e28bec68cc281fbe3d6b221c243a773374c6b677da6bb82552bb07d555/pytest-fixture-config-1.8.0.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-pytest BuildRequires: python3-six python3-setuptools_git @@ -24,6 +24,7 @@ Allows you to skip tests when their required config variables aren't set. %prep %autosetup -n pytest-fixture-config-%{version} -p1 +sed -i 's/yield_fixture/fixture/g' tests/unit/test_fixture_config.py %build %py3_build @@ -32,13 +33,19 @@ Allows you to skip tests when their required config variables aren't set. %py3_install %check -%{__python3} setup.py test +%pytest -- -vv %files -n python3-pytest-fixture-config %doc README.md CHANGES.md %{python3_sitelib}/* %changelog +* Thu Jul 17 2025 Dongxing Wang - 1.8.0-1 +- Update package to version 1.8.0 and fix build error for setuptools 78.1.1 + Drop support for Python 2 and <3.6, removing compatibility code + Use stdlib unittest.mock instead of mock package + Removed usage of path.py and path in favour of pathlib + * Wed Jul 6 2022 caodongxia - 1.7.0-1 - Update to 1.7.0