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..688b453078ab4056d2afc0cab03308a6e8f355cd 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 @@ -39,6 +39,12 @@ Allows you to skip tests when their required config variables aren't set. %{python3_sitelib}/* %changelog +* Mon Nov 4 2024 xiaozai - 1.8.0-1 +- Update to 1.8.0 + - 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