File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,5 @@ class ZshChecker(Checker):
28
28
r"newuser.so" ,
29
29
r"zsh" ,
30
30
]
31
- VERSION_PATTERNS = [
32
- r"zsh/([0-9]+\.[0-9]+(\.[0-9]+)?)" ,
33
- r"zsh-([0-9]+\.[0-9]+(\.[0-9]+)?)" ,
34
- ]
31
+ VERSION_PATTERNS = [r"zsh/([0-9]+\.[0-9]+(\.[0-9]+)?)" ]
35
32
VENDOR_PRODUCT = [("zsh" , "zsh" ), ("zsh_project" , "zsh" )]
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: GPL-3.0-or-later
3
3
4
4
mapping_test_data = [
5
- {
6
- "product" : "zsh" ,
7
- "version" : "5.8.1" ,
8
- "version_strings" : ["zsh-5.8.1" ],
9
- },
10
- {
11
- "product" : "zsh" ,
12
- "version" : "5.8" ,
13
- "version_strings" : ["zsh/5.8" ],
14
- },
5
+ {"product" : "zsh" , "version" : "5.8" , "version_strings" : ["zsh/5.8" ]},
15
6
]
16
7
package_test_data = [
17
8
{
You can’t perform that action at this time.
0 commit comments