Fix parsing of rocketmq URL (#14490)
This commit is contained in:
parent
7a88c17d3a
commit
240a9e6284
@ -74,6 +74,8 @@
|
||||
('numpy-1.12.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl', 'numpy-1.12.0'), # noqa
|
||||
# PyPI - exe
|
||||
('PyYAML-3.12.win-amd64-py3.5.exe', 'PyYAML-3.12'),
|
||||
# Combinations of multiple patterns - bin, release
|
||||
('rocketmq-all-4.5.2-bin-release', 'rocketmq-all-4.5.2'),
|
||||
# Combinations of multiple patterns - all
|
||||
('p7zip_9.04_src_all', 'p7zip_9.04'),
|
||||
# Combinations of multiple patterns - run
|
||||
|
@ -175,6 +175,7 @@ def strip_version_suffixes(path):
|
||||
|
||||
# Download version
|
||||
r'release',
|
||||
r'bin',
|
||||
r'stable',
|
||||
r'[Ff]inal',
|
||||
r'rel',
|
||||
|
Loading…
Reference in New Issue
Block a user