#51 Switch to python3 by default
Merged 4 years ago by psss. Opened 5 years ago by tdecacqu.
fedora-ci/ tdecacqu/messages master  into  master

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

  `make clean` to clean up all temporary files. Run `make` to

  convert spec, validate messages and clean up in a single step.

  

- Note: Make sure that `python-jsonschema` and `python-anymarkup`

+ Note: Make sure that `python3-jsonschema` and `python3-anymarkup`

  are installed on your system when converting specification and

  validating examples.

  

file modified
+1 -1
@@ -1,4 +1,4 @@ 

- #!/usr/bin/env python

+ #!/usr/bin/env python3

  

  import sys

  import anymarkup

file modified
+1 -2
@@ -1,5 +1,4 @@ 

- #!/usr/bin/env python

- from __future__ import print_function

+ #!/usr/bin/env python3

  

  import os

  import sys

This change replaces python2 by python3.

Metadata Update from @psss:
- Request assigned

4 years ago

Yeah, it's time for Python 3! Thanks for the patch.

Pull-Request has been merged by psss

4 years ago