From 4390653288adc2996bf8ef1aa0535ee6e30c6afe Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 8 Oct 2019 18:16:30 +0200 Subject: [PATCH] RO migration to Python3 Change-Id: Icb9e2576dc27b28e544f470cd7ab6161279c3d14 Signed-off-by: garciadeblas --- RO_migration_to_Python3.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 RO_migration_to_Python3.md 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. + -- 2.17.1