From 0a2fb70db208d54cd05f5bb84552e25e54d1b097 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 22:36:59 +0100 Subject: Update mirroring of wheel wheel 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 f3d38f9..6e478d4 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -758,7 +758,12 @@ }, "python-packages/wheel": { "type": "hg", - "url": "https://bitbucket.org/pypa/wheel" + "url": "https://bitbucket.org/pypa/wheel", + "description": "Obsolete (use python-packages/wheel-git)" + }, + "python-packages/wheel-git": { + "type": "git", + "url": "https://github.com/pypa/wheel.git" }, "python-packages/wsgiref": { "type": "git", -- cgit v1.2.1