From 4dd75494efdebd738329df8f3daefa613f97f2174ce07bf022160b4e4ffeba77 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Thu, 6 Nov 2025 13:25:26 +0100 Subject: [PATCH] Reformat last changelog entry Just remove a trailing whitespace and wrap text to 80 characters. --- python-pytest-datadir.changes | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/python-pytest-datadir.changes b/python-pytest-datadir.changes index d038ac2..ace6100 100644 --- a/python-pytest-datadir.changes +++ b/python-pytest-datadir.changes @@ -2,11 +2,15 @@ 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 + * 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