commit: 333530ba3430c659c049d23a1b5b1a6ee23e2e41
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 23:14:30 2024 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 00:52:11 2024 +0000
URL:
https://gitweb.gentoo.org/proj/chromium-tools.git/commit/?id=333530ba
Trim trailing whitespace
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
get-opera-version-mapping.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/get-opera-version-mapping.py b/get-opera-version-mapping.py
index 3e68ec9..ef60683 100755
--- a/get-opera-version-mapping.py
+++ b/get-opera-version-mapping.py
@@ -5,7 +5,7 @@ from bs4 import BeautifulSoup
def get_opera_chromium_versions(base_url, start_version, end_version):
"""
- Extracts Opera and Chromium versions from the given base URL with version
placeholders,
+ Extracts Opera and Chromium versions from the given base URL with version
placeholders,
parsing content sections for versions from start_version to end_version
(inclusive).
Args:
@@ -14,7 +14,7 @@ def get_opera_chromium_versions(base_url, start_version,
end_version):
end_version: The ending version to extract information for (inclusive).
Returns:
- A dictionary mapping Opera version to Chromium version.
+ A dictionary mapping Opera version to Chromium version.
If no update is mentioned, the previous Chromium version is used.
For missing data or errors, "unknown" is used.
"""