|
|
|
|
@@ -1,41 +1,3 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 17 21:20:40 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 2025.11.12:
|
|
|
|
|
* Avoid warnings when running in script mode
|
|
|
|
|
* `nox --report ` should support `Path`
|
|
|
|
|
* Install env was typed differently
|
|
|
|
|
* pytest `log_level` is better than `log_cli_level`
|
|
|
|
|
* Use last intel macOS image
|
|
|
|
|
* Add a few more passing ruff checks
|
|
|
|
|
- update to 2025.10.16:
|
|
|
|
|
* Make pbs-installer an optional dependency
|
|
|
|
|
* Include time on longer runs (adds `humanize` dependency)
|
|
|
|
|
- update to 2025.10.14:
|
|
|
|
|
* Add `--download-python` python option
|
|
|
|
|
* Add `session.env_dir` to get the Path to the environment
|
|
|
|
|
* Correct minimum versions and test
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Sep 21 14:44:49 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 2025.05.01:
|
|
|
|
|
* This is a bugfix release that primarily adds support for uv
|
|
|
|
|
0.7+. A few other small fixes were made.
|
|
|
|
|
- update to 2025.02.09:
|
|
|
|
|
* This release improves PEP 723 support, including adding
|
|
|
|
|
dependencies to the noxfile itself ("plugins"). It adds the
|
|
|
|
|
long-awaited "requires" option, allowing sessions to require
|
|
|
|
|
other sessions. And it brings further improvements to the
|
|
|
|
|
`pyproject.toml` support, including helpers for dependency-
|
|
|
|
|
groups and Python version lists.
|
|
|
|
|
* More typing and test improvements
|
|
|
|
|
* Some extra simplifications from Ruff
|
|
|
|
|
* Use dependency-groups
|
|
|
|
|
* Pull out env creation into helper method
|
|
|
|
|
* Pulled out `get_virtualenv` & better typing
|
|
|
|
|
* Fix broken mock on CPython 3.12.8+ in tests
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 19 15:26:17 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
|
|
|
|
|
|
|
|
|
|
|