From 9d2ee82d01600e9ff8c0538231b6794d95cde29a Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 21:44:16 +0100 Subject: Update mirroring of Python defusedxml package defusedxml moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete. --- open-source-lorries/python-packages.lorry | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'open-source-lorries') diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index f670e38..e46a2d6 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -87,7 +87,12 @@ }, "python-packages/defusedxml": { "type": "hg", - "url": "https://bitbucket.org/tiran/defusedxml" + "url": "https://bitbucket.org/tiran/defusedxml", + "description": "Obsolete (use python-packages/defusedxml-git)" + }, + "python-packages/defusedxml-git": { + "type": "git", + "url": "https://github.com/tiran/defusedxml.git" }, "python-packages/disutils2": { "type": "hg", -- cgit v1.2.1