X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO_migration_to_Python3.md;fp=RO_migration_to_Python3.md;h=f4cd03257bc28ee965089782796c517a8e6c6be1;hb=4390653288adc2996bf8ef1aa0535ee6e30c6afe;hp=0000000000000000000000000000000000000000;hpb=72e354488c7b8aee9bff71ba937e5a55d3ff4e34;p=osm%2FFeatures.git 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. +