- update to 1.5.0:

* Added support for Python 3.11 and 3.12.
  * Dropped support for Python 3.7.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-datadir?expand=0&rev=8
This commit is contained in:
Dirk Mueller 2023-11-07 19:37:58 +00:00 committed by Git OBS Bridge
parent 905d937809
commit dca35a3858
4 changed files with 12 additions and 4 deletions

BIN
pytest-datadir-1.4.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pytest-datadir-1.5.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 7 19:37:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.5.0:
* Added support for Python 3.11 and 3.12.
* Dropped support for Python 3.7.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 4 23:11:59 UTC 2023 - Dirk Müller <dmueller@suse.com> Thu May 4 23:11:59 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -18,12 +18,13 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pytest-datadir Name: python-pytest-datadir
Version: 1.4.1 Version: 1.5.0
Release: 0 Release: 0
Summary: Plugin for test data directories and files Summary: Plugin for test data directories and files
License: MIT License: MIT
URL: https://github.com/gabrielcnr/pytest-datadir URL: https://github.com/gabrielcnr/pytest-datadir
Source: https://files.pythonhosted.org/packages/source/p/pytest-datadir/pytest-datadir-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pytest-datadir/pytest-datadir-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes