From 66986d9c37b6436818e18da32722956ec2e725a9 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 21:23:58 +0100 Subject: Update mirroring of Python astroid and pylint packages Astroid.py and Pylint moved from Bitbucket to the PyCQA organisation on GitHub. Since they switched from Mercurial to Git, use different names for the new mirrors. Mark the old mirrors as obsolete. --- open-source-lorries/python-packages.lorry | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'open-source-lorries') diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 39d4f17..3996eea 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -21,7 +21,12 @@ }, "python-packages/astroid": { "type": "hg", - "url": "https://bitbucket.org/logilab/astroid" + "url": "https://bitbucket.org/logilab/astroid", + "description": "Obsolete (use python-packages/astroid-git" + }, + "python-packages/astroid-git": { + "type": "git", + "url": "https://github.com/PyCQA/astroid.git" }, "python-packages/beautifulsoup4": { "type": "bzr", @@ -419,7 +424,12 @@ }, "python-packages/pylint": { "type": "hg", - "url": "https://bitbucket.org/logilab/pylint/" + "url": "https://bitbucket.org/logilab/pylint/", + "description": "Obsolete (use python-packages/pylint-git)" + }, + "python-packages/pylint-git": { + "type": "git", + "url": "https://github.com/PyCQA/pylint.git" }, "python-packages/pylru": { "type": "git", -- cgit v1.2.1