From 5d03edbcd32f38bc33e2d51bf45167a926f39cc5 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 22:18:35 +0100 Subject: Update mirroring of Sphinx Sphinx 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 050bc3f..106e895 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -635,7 +635,12 @@ }, "python-packages/sphinx": { "type": "hg", - "url": "https://bitbucket.org/birkenfeld/sphinx" + "url": "https://bitbucket.org/birkenfeld/sphinx", + "description": "Obsolete (use python-packages/sphinx-git)" + }, + "python-packages/sphinx-git": { + "type": "git", + "url": "https://github.com/sphinx-doc/sphinx.git" }, "python-packages/sqlalchemy": { "type": "git", -- cgit v1.2.1