From: garciadeblas Date: Tue, 8 Oct 2019 16:18:18 +0000 (+0200) Subject: Osmclient migration to Python3 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=173e7757c5682a5a6711a59f74f81544d1c30f5d;hp=4390653288adc2996bf8ef1aa0535ee6e30c6afe;p=osm%2FFeatures.git Osmclient migration to Python3 Change-Id: Iac20bc3a4d68a6f3e90ee07ae9d69a46a85f5c8e Signed-off-by: garciadeblas --- diff --git a/osmclient_migration_to_Python3.md b/osmclient_migration_to_Python3.md new file mode 100644 index 0000000..78b1074 --- /dev/null +++ b/osmclient_migration_to_Python3.md @@ -0,0 +1,26 @@ +# Osmclient migration to Python3 + +## Proposers + +- Gerardo Garcia (Telefonica) +- Alfonso Tierno (Telefonica) +- Francisco Javier Ramon (Telefonica) + +## Type + +Feature + +## Target MDG/TF + +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 + +- A new debian package will be produced: python3-osmclient +- The new debian package will be used by the osmclient Dockerfile in Devops stage3. +