-
-
Notifications
You must be signed in to change notification settings - Fork 177
Comparing changes
Open a pull request
base repository: wntrblm/nox
base: 2025.11.12
head repository: wntrblm/nox
compare: 2026.02.09
- 16 commits
- 23 files changed
- 5 contributors
Commits on Nov 12, 2025
-
* feat: drop Python 3.8 Signed-off-by: Henry Schreiner <[email protected]> * coverage: patch subprocess Signed-off-by: Henry Schreiner <[email protected]> * Update coverage version in pyproject.toml --------- Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3afd2d - Browse repository at this point
Copy the full SHA e3afd2dView commit details
Commits on Nov 13, 2025
-
tests: use sysmon on 3.14 (#1034)
Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3802570 - Browse repository at this point
Copy the full SHA 3802570View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c34eb - Browse repository at this point
Copy the full SHA e0c34ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for af8ea87 - Browse repository at this point
Copy the full SHA af8ea87View commit details
Commits on Jan 6, 2026
-
chore(deps): bump the actions group across 1 directory with 3 updates (…
…#1043) Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 97dcd31 - Browse repository at this point
Copy the full SHA 97dcd31View commit details -
chore: bump packaging dep to remove pyparsing (#1047)
Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66b4df0 - Browse repository at this point
Copy the full SHA 66b4df0View commit details
Commits on Jan 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5dbd95e - Browse repository at this point
Copy the full SHA 5dbd95eView commit details -
fix(types): Better typing for .run (#1037)
* fix(types): Better typing for .run Signed-off-by: Henry Schreiner <[email protected]> * Apply suggestions from code review * Update nox/virtualenv.py Co-authored-by: Copilot <[email protected]> * Update pyproject.toml Co-authored-by: Copilot <[email protected]> --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8edf5f - Browse repository at this point
Copy the full SHA f8edf5fView commit details
Commits on Jan 28, 2026
-
docs: avoid newest docutils until sphinx-tabs updates (#1052)
* docs: fix build until new sphinx tabs release Signed-off-by: Henry Schreiner <[email protected]> * Remove docutils constraint from docs dependencies * Update pyproject.toml --------- Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0660b1 - Browse repository at this point
Copy the full SHA a0660b1View commit details -
docs: duplicated session name in cookbook (#1050)
In the `nox_uv` recipe, the session name `type_check` appeared twice, although one session ran the linting and formatting. This PR renames the second session (about linting) to `lint`.
Configuration menu - View commit details
-
Copy full SHA for c72769b - Browse repository at this point
Copy the full SHA c72769bView commit details -
fix: better support for multiple session decorators (#1048)
Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11eee27 - Browse repository at this point
Copy the full SHA 11eee27View commit details
Commits on Feb 6, 2026
-
fix: support uv 0.10.0 (#1055)
* fix: support uv 0.10.0 Signed-off-by: Henry Schreiner <[email protected]> * tests: test for --clear Signed-off-by: Henry Schreiner <[email protected]> --------- Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7207b3f - Browse repository at this point
Copy the full SHA 7207b3fView commit details
Commits on Feb 9, 2026
-
* fix: show tags in listing Signed-off-by: Henry Schreiner <[email protected]> * refactor: simply a bit Signed-off-by: Henry Schreiner <[email protected]> * tests: update for tags Signed-off-by: Henry Schreiner <[email protected]> --------- Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 516d9bc - Browse repository at this point
Copy the full SHA 516d9bcView commit details -
chore: normalize extra (#1059)
Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 264f457 - Browse repository at this point
Copy the full SHA 264f457View commit details -
Revert "feat: drop Python 3.8 (#1004)" (#1060)
This reverts commit e3afd2d. Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90a8aef - Browse repository at this point
Copy the full SHA 90a8aefView commit details
Commits on Feb 10, 2026
-
docs: prepare for release (#1061)
* docs: prepare for 2026.02.09 Signed-off-by: Henry Schreiner <[email protected]> * chore: bump version Signed-off-by: Henry Schreiner <[email protected]> --------- Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a277b7 - Browse repository at this point
Copy the full SHA 5a277b7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2025.11.12...2026.02.09