#138 Fix validating URIs with new version of jsonschema
Merged 2 years ago by lholecek. Opened 2 years ago by lholecek.
fedora-ci/ lholecek/messages fix-validating-uris  into  master

file modified
+1 -1
@@ -1,3 +1,3 @@ 

  anymarkup

  jsonschema

- rfc3986

+ rfc3987

file modified
+1 -1
@@ -33,7 +33,7 @@ 

      yaml = None

  

  # Required for uri and email format validation.

- import rfc3986  # noqa

+ import rfc3987  # noqa

  

  ERROR_FORMAT = """

  ============================== Validation Error {number} ==============================

no initial comment

rebased onto 4cb13a9

2 years ago

not an expert on URI syntax but looks like we're upgrading rfc3986 to rfc3987. lgtm

Pull-Request has been merged by lholecek

2 years ago
Metadata