From 0ca7241c9f5607673fa43b1340b7183cb240b8cd Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 22:15:54 +0100 Subject: Update mirroring of Python smartypants package smartypants 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 758ab64..050bc3f 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -618,7 +618,12 @@ }, "python-packages/smartypants": { "type": "hg", - "url": "https://bitbucket.org/livibetter/smartypants.py" + "url": "https://bitbucket.org/livibetter/smartypants.py", + "description": "Obsolete (use python-packages/smartypants-git)" + }, + "python-packages/smartypants-git": { + "type": "git", + "url": "https://github.com/leohemsted/smartypants.py.git" }, "python-packages/smmap": { "type": "git", -- cgit v1.2.1