Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4dd75494ef | |||
|
|
069a435546 | ||
| 968cc04350 | |||
| f26a9f318a |
BIN
pytest_datadir-1.6.1.tar.gz
LFS
BIN
pytest_datadir-1.6.1.tar.gz
LFS
Binary file not shown.
BIN
pytest_datadir-1.8.0.tar.gz
LFS
Normal file
BIN
pytest_datadir-1.8.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 5 18:21:24 UTC 2025 - Marius Grossu <marius.grossu@suse.com>
|
||||||
|
|
||||||
|
- 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 <steven.kowalik@suse.com>
|
Mon May 5 02:56:06 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pytest-datadir
|
Name: python-pytest-datadir
|
||||||
Version: 1.6.1
|
Version: 1.8.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
|
||||||
|
|||||||
Reference in New Issue
Block a user