From 173e7757c5682a5a6711a59f74f81544d1c30f5d Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 8 Oct 2019 18:18:18 +0200 Subject: [PATCH] Osmclient migration to Python3 Change-Id: Iac20bc3a4d68a6f3e90ee07ae9d69a46a85f5c8e Signed-off-by: garciadeblas --- osmclient_migration_to_Python3.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 osmclient_migration_to_Python3.md 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. + -- 2.25.1