Fix parsing of rocketmq URL (#14490)

This commit is contained in:
Adam J. Stewart 2020-01-14 11:59:10 -06:00 committed by GitHub
parent 7a88c17d3a
commit 240a9e6284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -175,6 +175,7 @@ def strip_version_suffixes(path):
# Download version
r'release',
r'bin',
r'stable',
r'[Ff]inal',
r'rel',