|
2 | 2 | Release Notes |
3 | 3 | ============= |
4 | 4 |
|
| 5 | +---------------------------- |
| 6 | +pkgcheck 0.10.18 (2022-11-09) |
| 7 | +---------------------------- |
| 8 | + |
| 9 | +Special thanks is given to Sam James, for continues support during all |
| 10 | +development, bringing ideas, testing and improving, and especially proofreading |
| 11 | +and improving all docs, texts and help messages. Every release is better thanks |
| 12 | +to him. |
| 13 | + |
| 14 | +- Network checks: fix wrong attributes ("blame") shown when same URL is checked |
| 15 | + (#403, Arthur Zamarin) |
| 16 | + |
| 17 | +- BetterCompressionCheck: new check for suggesting better compression URI for |
| 18 | + gitlab and github distfiles (#483, Arthur Zamarin) |
| 19 | + |
| 20 | +- ExcessiveLineLength: report lines longer than 120 characters (with multiple |
| 21 | + exception rules) (#480, Arthur Zamarin) |
| 22 | + |
| 23 | +- MissingRemoteIdCheck: new check for suggesting missing remote-ids, inferred |
| 24 | + from HOMEPAGE and SRC_URI (#486, Arthur Zamarin) |
| 25 | + |
| 26 | +- DoCompressedFilesCheck: new check for calling ``doman``, ``newman``, and |
| 27 | + ``doinfo`` with compressed files (#485, Arthur Zamarin) |
| 28 | + |
| 29 | +- AcctCheck: determine dynamic ID range from repository file |
| 30 | + ``metadata/qa-policy.conf`` rather than static hardcoded values in pkgcheck |
| 31 | + (#489, Arthur Zamarin) |
| 32 | + |
| 33 | +- UnquotedVariable: fix false positives with ``declaration_command`` and |
| 34 | + ``unset_command`` (Arthur Zamarin) |
| 35 | + |
| 36 | +- VirtualWithSingleProvider: new check for virtual packages with a single |
| 37 | + provider across all versions, which should be deprecated (#484, Arthur |
| 38 | + Zamarin) |
| 39 | + |
| 40 | +- VirtualProvidersCheck: new check for virtual packages defining build |
| 41 | + dependencies (#484, Arthur Zamarin) |
| 42 | + |
| 43 | +- NonPosixHeadTailUsage: new check for non-POSIX compliant usage of ``head`` |
| 44 | + and ``tail`` (#491, Arthur Zamarin) |
| 45 | + |
| 46 | +- drop Python 3.8 support (Arthur Zamarin) |
| 47 | + |
5 | 48 | ---------------------------- |
6 | 49 | pkgcheck 0.10.17 (2022-10-14) |
7 | 50 | ---------------------------- |
|
0 commit comments