summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 21:54:57 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commit7383f7840f9d01c1744b94546abe7b4e1018ced8 (patch)
tree9ccc9e376af374a5822d94c60b84bc89a21b2f06
parent3b415dad8d1b98773e8cd788ca3e5da369636de4 (diff)
downloadlorries-7383f7840f9d01c1744b94546abe7b4e1018ced8.tar.gz
Update mirroring of Python logutils package
logutils is still on Bitbucket, but has switched from Mercurial to Git. Use a different name for the new mirror. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/python-packages.lorry5
1 files changed, 5 insertions, 0 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 57d5104..454e1c7 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -238,6 +238,11 @@
},
"python-packages/logutils": {
"type": "hg",
+ "url": "https://bitbucket.org/vinay.sajip/logutils",
+ "description": "Obsolete (use python-packages/logutils-git)"
+ },
+ "python-packages/logutils-git": {
+ "type": "git",
"url": "https://bitbucket.org/vinay.sajip/logutils"
},
"python-packages/m2crypto": {