From 069a4355460b0bab128877ab7fc44bceb55479c8aba118763b2f56715f64c5b9 Mon Sep 17 00:00:00 2001 From: Marius Grossu Date: Wed, 5 Nov 2025 19:26:04 +0100 Subject: [PATCH] Update to version 1.8.0 --- pytest_datadir-1.6.1.tar.gz | 3 --- pytest_datadir-1.8.0.tar.gz | 3 +++ python-pytest-datadir.changes | 10 ++++++++++ python-pytest-datadir.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pytest_datadir-1.6.1.tar.gz create mode 100644 pytest_datadir-1.8.0.tar.gz diff --git a/pytest_datadir-1.6.1.tar.gz b/pytest_datadir-1.6.1.tar.gz deleted file mode 100644 index e37ec60..0000000 --- a/pytest_datadir-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d204cf93cfe62ddc37b19922df6c8c0f133c2899c224bd339b24920e84e7fd3 -size 9391 diff --git a/pytest_datadir-1.8.0.tar.gz b/pytest_datadir-1.8.0.tar.gz new file mode 100644 index 0000000..0c3ece2 --- /dev/null +++ b/pytest_datadir-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a15faed76cebe87cc91941dd1920a9a38eba56a09c11e9ddf1434d28a0f78eb +size 11848 diff --git a/python-pytest-datadir.changes b/python-pytest-datadir.changes index 95841e8..d038ac2 100644 --- a/python-pytest-datadir.changes +++ b/python-pytest-datadir.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 5 18:21:24 UTC 2025 - Marius Grossu + +- Update to 1.8.0: + * New lazy_shared_datadir fixture, which brings the same lazy functionality as lazy_datadir for the shared directory. + * Fix LazyDataDir.joinpath typing to also support Path objects as the right-hand side parameter. + * py.typed was added to the distribution, enabling users to use LazyDataDir in type annotations + * Fixed bug using lazy_datadir to copy a file using a sub-directory + * New lazy_datadir fixture that lazily copies files when accessed via joinpath or / operator + ------------------------------------------------------------------- Mon May 5 02:56:06 UTC 2025 - Steve Kowalik diff --git a/python-pytest-datadir.spec b/python-pytest-datadir.spec index 8aa8421..0d0f993 100644 --- a/python-pytest-datadir.spec +++ b/python-pytest-datadir.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-datadir -Version: 1.6.1 +Version: 1.8.0 Release: 0 Summary: Plugin for test data directories and files License: MIT -- 2.51.1