From: garciadeblas Date: Tue, 8 Oct 2019 16:16:30 +0000 (+0200) Subject: RO migration to Python3 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=4390653288adc2996bf8ef1aa0535ee6e30c6afe;p=osm%2FFeatures.git RO migration to Python3 Change-Id: Icb9e2576dc27b28e544f470cd7ab6161279c3d14 Signed-off-by: garciadeblas --- diff --git a/RO_migration_to_Python3.md b/RO_migration_to_Python3.md new file mode 100644 index 0000000..f4cd032 --- /dev/null +++ b/RO_migration_to_Python3.md @@ -0,0 +1,28 @@ +# RO migration to Python3 + +## Proposers + +- Alfonso Tierno (Telefonica) +- Gerardo Garcia (Telefonica) +- Francisco Javier Ramon (Telefonica) + +## Type + +Feature + +## Target MDG/TF + +RO, Devops + +## Description + +Python 2 End of Life is expected for January 1st 2020. We need to address +the migration to Python3 before that date. + +## Demo or definition of done + +- RO will run on python3. RO client will also run on python3. +- A new debian package will be produced "python3-osm-ro", totally based on Python3, + with no dependences on Python2 or Python2 libraries. +- The new debian package will be used by the RO Dockerfile in Devops stage3. +