From b005cb02fdb804b63798019cd3de4ec1582fe26c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 22:38:28 +0100 Subject: Mark Python singledispatch module as obsolete singledispatch is part of the standard library in all supported Python versions, and its repository on Bitbucket is no longer available. --- open-source-lorries/python-packages.lorry | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 0b0c596..17ab225 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -843,7 +843,8 @@ }, "python-packages/singledispatch" : { "type": "hg", - "url": "https://bitbucket.org/ambv/singledispatch" + "url": "https://bitbucket.org/ambv/singledispatch", + "description": "Obsolete (included in Python standard library)" }, "python-packages/pymox":{ "type": "git", -- cgit v1.2.1