markdown: Replace hyperlink requirement with urllib.parse.

The previous code only worked by accident and hyperlink 20.0.0 breaks
it.

>>> hyperlink.parse("example.com").replace(scheme="https")
DecodedURL(url=URL.from_text('https:example.com'))

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-09-12 19:46:59 -07:00
committed by Tim Abbott
parent f39d4cf1f0
commit dfab09b17d
5 changed files with 10 additions and 12 deletions

View File

@@ -44,4 +44,4 @@ API_FEATURE_LEVEL = 32
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = '102.0'
PROVISION_VERSION = '103.0'