Skip to content

Commit eab2649

Browse files
committed
new release 0.10.26
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 348ad0a commit eab2649

1 file changed

Lines changed: 59 additions & 1 deletion

File tree

NEWS.rst

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,64 @@
22
Release Notes
33
=============
44

5+
-----------------------------
6+
pkgcheck 0.10.26 (2023-10-08)
7+
-----------------------------
8+
9+
- tree-sitter-bash: use and bundle the latest version of the bash grammar. This
10+
version is capable to parse all the bash code that was used in gentoo
11+
repository, meaning various false positives or parsing errors were fixed.
12+
(Arthur Zamarin)
13+
14+
- git addon: pass options to disable finding copies (Sam James, #618)
15+
16+
- git addon: add helping message on failure of git remote setup (Arthur
17+
Zamarin, #608)
18+
19+
**New checks:**
20+
21+
- VariableScopeCheck: add check for usage of prohibited variables in global
22+
scope (Arthur Zamarin, #607)
23+
24+
- VariableScopeCheck: BROOT is allowed also in ``pkg_{pre,post}{inst,rm}``
25+
(Ulrich Müller, #609)
26+
27+
- GlobDistdir: check for unsafe filename expansion with ``${DISTDIR}`` (Arthur
28+
Zamarin, #610)
29+
30+
- EclassManualDepsCheck: check for missing manual deps for specific eclasses
31+
(Arthur Zamarin, #616)
32+
33+
- UnstableSrcUri: check for known unstable ``SRC_URI`` sources (Arthur Zamarin,
34+
#599)
35+
36+
- network: add codeberg remote-id (Thomas Bracht Laumann Jespersen, #620)
37+
38+
- EmptyGlobalAssignment: check for empty global assignments (Arthur Zamarin,
39+
#629)
40+
41+
- SelfAssignment: check for global scope self assignments (Arthur Zamarin, #629)
42+
43+
- BannedPhaseCall: detect calls of phase functions directly in ebuilds (Arthur
44+
Zamarin, #627)
45+
46+
- VariableShadowed: check to detect shadowed variable assignments (Arthur
47+
Zamarin, #623)
48+
49+
- DuplicateFunctionDefinition: check for duplicate global functions (Arthur
50+
Zamarin, #624)
51+
52+
- BannedEapiCommand: also check for ``has_version --host-root`` and
53+
``best_version --host-root`` in EAPI>=7 (Arthur Zamarin, #630)
54+
55+
- BannedEapiCommand: add some extra user and group commands (Arthur Zamarin)
56+
57+
**Fixed bugs:**
58+
59+
- RedundantLongDescription: lower too short threshold (Arthur Zamarin, #614)
60+
61+
- tests.test_pkgcheck_scan: fix issues with xdist testing (Arthur Zamarin)
62+
563
-----------------------------
664
pkgcheck 0.10.25 (2023-07-29)
765
-----------------------------
@@ -45,7 +103,7 @@ pkgcheck 0.10.25 (2023-07-29)
45103
- scan: fix unknown exit checkset during initial config load (Arthur Zamarin,
46104
#594)
47105

48-
- GitPkgCommitsCheck: fix failure during compute of environment (ArthurZamarin)
106+
- GitPkgCommitsCheck: fix failure during compute of environment (Arthur Zamarin)
49107

50108
-----------------------------
51109
pkgcheck 0.10.24 (2023-05-17)

0 commit comments

Comments
 (0)