From 905d93780964e47512356bc28d3673ed98ba093836fa011663f0a2eb6a25a9d9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 23:14:33 +0000 Subject: [PATCH] - update to 1.4.1: * Replace usage of ``tmpdir`` by ``tmp_path`` * Fix package so the ``LICENSE`` file is no longer in the root of the package. * Python 3.9 and 3.10 are now officially supported. * Python 2.7, 3.4 and 3.5 are no longer supported. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-datadir?expand=0&rev=6 --- pytest-datadir-1.3.1.tar.gz | 3 --- pytest-datadir-1.4.1.tar.gz | 3 +++ python-pytest-datadir.changes | 10 ++++++++++ python-pytest-datadir.spec | 10 +++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 pytest-datadir-1.3.1.tar.gz create mode 100644 pytest-datadir-1.4.1.tar.gz diff --git a/pytest-datadir-1.3.1.tar.gz b/pytest-datadir-1.3.1.tar.gz deleted file mode 100644 index b3c1526..0000000 --- a/pytest-datadir-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3af1e738df87515ee509d6135780f25a15959766d9c2b2dbe02bf4fb979cb18 -size 15230 diff --git a/pytest-datadir-1.4.1.tar.gz b/pytest-datadir-1.4.1.tar.gz new file mode 100644 index 0000000..04329d0 --- /dev/null +++ b/pytest-datadir-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7a3c4def6ac4cac3cc8181139ab53bd2667231052bd40cb07081748d4420f0 +size 7862 diff --git a/python-pytest-datadir.changes b/python-pytest-datadir.changes index fec1479..24d2963 100644 --- a/python-pytest-datadir.changes +++ b/python-pytest-datadir.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 4 23:11:59 UTC 2023 - Dirk Müller + +- update to 1.4.1: + * Replace usage of ``tmpdir`` by ``tmp_path`` + * Fix package so the ``LICENSE`` file is no longer in the root + of the package. + * Python 3.9 and 3.10 are now officially supported. + * Python 2.7, 3.4 and 3.5 are no longer supported. + ------------------------------------------------------------------- Wed Dec 8 07:39:47 UTC 2021 - pgajdos@suse.com diff --git a/python-pytest-datadir.spec b/python-pytest-datadir.spec index 9d9cde3..a6918e7 100644 --- a/python-pytest-datadir.spec +++ b/python-pytest-datadir.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-datadir # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-pytest-datadir -Version: 1.3.1 +Version: 1.4.1 Release: 0 Summary: Plugin for test data directories and files License: MIT @@ -48,7 +48,6 @@ pytest plugin for test data directories and files. %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -rm %{buildroot}%{_prefix}/LICENSE %check %pytest @@ -56,6 +55,7 @@ rm %{buildroot}%{_prefix}/LICENSE %files %{python_files} %doc AUTHORS CHANGELOG.rst README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/pytest_datadir +%{python_sitelib}/pytest_datadir*.egg-info %changelog