Accepting request 1216907 from devel:languages:python:pytest

- 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.

OBS-URL: https://build.opensuse.org/request/show/1216907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-fixture-config?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2024-10-22 12:52:55 +00:00 committed by Git OBS Bridge
commit 2c98534ea0
4 changed files with 13 additions and 5 deletions

BIN
pytest-fixture-config-1.7.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pytest-fixture-config-1.8.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 22 06:08:51 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <steven.kowalik@suse.com>

View File

@ -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