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 fa4fb5d..0000000 --- a/pytest-fixture-config-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41a17417721f6862ce6b40e3280fddd8e1659b2c306ec46b237d7021fec5218e -size 9884 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 0000000..76d69a5 --- /dev/null +++ b/pytest-fixture-config-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c739895fe20851bdba53f246d0599aa389bc1a1cba48db2ecac0130576dc1b0e +size 9975 diff --git a/python-pytest-fixture-config.changes b/python-pytest-fixture-config.changes index 140ad0c..4e44e9c 100644 --- a/python-pytest-fixture-config.changes +++ b/python-pytest-fixture-config.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 22 06:08:51 UTC 2024 - Steve Kowalik + +- 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. + ------------------------------------------------------------------- Thu Feb 22 04:08:07 UTC 2024 - Steve Kowalik diff --git a/python-pytest-fixture-config.spec b/python-pytest-fixture-config.spec index 539ecf1..0f71a51 100644 --- a/python-pytest-fixture-config.spec +++ b/python-pytest-fixture-config.spec @@ -18,11 +18,11 @@ %{?sle15_python_module_pythons} Name: python-pytest-fixture-config -Version: 1.7.0 +Version: 1.8.0 Release: 0 Summary: Fixture configuration utils for pytest License: MIT -URL: https://github.com/manahl/pytest-plugins +URL: https://github.com/man-group/pytest-plugins Source: https://files.pythonhosted.org/packages/source/p/pytest-fixture-config/pytest-fixture-config-%{version}.tar.gz # https://github.com/man-group/pytest-plugins/issues/209 Patch0: python-pytest-fixture-config-no-six.patch