-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix `The 'importlib-resources; python_version < "3.9"' distribution w…
…as not found and is required by keyring` (#108) * add test install with pipx in CI * install pipx * pipx pipargs * betta pipargs * pipx talk too little * echomoa * speak * improvement: Get rid of deprecated `nr.util` dependency by placing all the required bits of code into Slap itself * Updated PR references in 1 changelogs. skip-checks: true * indent * improvement: Add `Once.flush()` to use that instead of `.get(resupply=True)` * Updated PR references in 1 changelogs. skip-checks: true * improvement: Use `importlib-metadata` package over `pkg_resources` * Updated PR references in 1 changelogs. skip-checks: true * remove selftest.yaml * also test 3.12 * allow 3.12? * upgrade dev dependencies * address mypy lints * fix flake8 ignore * improvement: Python 3.12 support * Updated PR references in 1 changelogs. skip-checks: true --------- Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
b3aa0fa
commit c1d4c2e
Showing
46 changed files
with
1,717 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[[entries]] | ||
id = "69eb006e-0206-4aea-87fa-69bf2000a3f3" | ||
type = "improvement" | ||
description = "Get rid of deprecated `nr.util` dependency by placing all the required bits of code into Slap itself" | ||
author = "@NiklasRosenstein" | ||
pr = "https://github.com/NiklasRosenstein/slap/pull/108" | ||
|
||
[[entries]] | ||
id = "a685b161-8d42-435d-8edd-bdb9be130454" | ||
type = "improvement" | ||
description = "Add `Once.flush()` to use that instead of `.get(resupply=True)`" | ||
author = "@NiklasRosenstein" | ||
pr = "https://github.com/NiklasRosenstein/slap/pull/108" | ||
|
||
[[entries]] | ||
id = "712b2efd-32e6-4ed6-b131-4669d36fc951" | ||
type = "improvement" | ||
description = "Use `importlib-metadata` package over `pkg_resources`" | ||
author = "@NiklasRosenstein" | ||
pr = "https://github.com/NiklasRosenstein/slap/pull/108" | ||
|
||
[[entries]] | ||
id = "2b4061fd-0028-4520-8e76-f7926c1c6ff7" | ||
type = "improvement" | ||
description = "Python 3.12 support" | ||
author = "@NiklasRosenstein" | ||
pr = "https://github.com/NiklasRosenstein/slap/pull/108" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ ignore= | |
W504, | ||
# whitespace before ':' | ||
E203, | ||
# multiple statements on one line (def) | ||
E704, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.