This repository was archived by the owner on Aug 11, 2025. It is now read-only.
Commit a7e41d6
committed
pypi-keyring: Autospec creation for update from version 25.1.0 to version 25.2.0
BakerNet (9):
add getcreds to cli for interface to get_credentials
Syntax
ruff
fix _check_args
format
switch to --get-mode instead of separate operation
Add output format argument for get operation
typos
change --get-mode to --mode
Bartosz Sławecki (2):
Add link to blog entry from jaraco/skeleton#115 above CI build matrix.
Move project metadata to `pyproject.toml` (jaraco/skeleton#122)
Jason R. Coombs (11):
Pin against pytest 8.1.x due to pytest-dev/pytest#12194.
Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini2toml.
Allow macos on Python 3.8 to fail as GitHub CI has dropped support.
Move project.urls to appear in the order that ini2toml generates it. Remove project.scripts.
Extract methods for getting the credential or password.
Extract methods for emitting a credential.
Re-write do_get to re-use credential objects.
Move checks for 'no result' back into do_get.
Rewrite _check_args using rules for required params. Consolidates logic and reduces cyclomatic complexity to 2.
Add news fragment.
Finalize1 parent e387c6d commit a7e41d6
5 files changed
Lines changed: 14 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments