Commit 3283167
AptSources can now parse components with digits (#1202)
* AptSources now returns components as list instead of set to make updates possible
* fixed lint errors
* AptSources now recognizes components with digits in name, too
---------
Co-authored-by: Nick Mills-Barrett <nick@fizzadar.com>1 parent f4361ff commit 3283167
File tree
2 files changed
+20
-1
lines changed- pyinfra/facts
- tests/facts/apt.AptSources
2 files changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments