From 9b4c10a9674d02f3495c8db4702c81a235e6c778b176bf6375811a7759bc1ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 12:09:02 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-pytest-datadir revision 172f86d3ddbd90b2b256d603f49d730d --- pytest-datadir-1.4.1.tar.gz | 3 --- pytest-datadir-1.5.0.tar.gz | 3 +++ python-pytest-datadir.changes | 7 +++++++ python-pytest-datadir.spec | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pytest-datadir-1.4.1.tar.gz create mode 100644 pytest-datadir-1.5.0.tar.gz diff --git a/pytest-datadir-1.4.1.tar.gz b/pytest-datadir-1.4.1.tar.gz deleted file mode 100644 index 04329d0..0000000 --- a/pytest-datadir-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f7a3c4def6ac4cac3cc8181139ab53bd2667231052bd40cb07081748d4420f0 -size 7862 diff --git a/pytest-datadir-1.5.0.tar.gz b/pytest-datadir-1.5.0.tar.gz new file mode 100644 index 0000000..ba3f1fb --- /dev/null +++ b/pytest-datadir-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1617ed92f9afda0c877e4eac91904b5f779d24ba8f5e438752e3ae39d8d2ee3f +size 8821 diff --git a/python-pytest-datadir.changes b/python-pytest-datadir.changes index 24d2963..8e0642e 100644 --- a/python-pytest-datadir.changes +++ b/python-pytest-datadir.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 7 19:37:33 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-pytest-datadir.spec b/python-pytest-datadir.spec index a6918e7..fd64f27 100644 --- a/python-pytest-datadir.spec +++ b/python-pytest-datadir.spec @@ -18,12 +18,13 @@ %{?sle15_python_module_pythons} Name: python-pytest-datadir -Version: 1.4.1 +Version: 1.5.0 Release: 0 Summary: Plugin for test data directories and files License: MIT URL: https://github.com/gabrielcnr/pytest-datadir 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} BuildRequires: fdupes