summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 21:44:16 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commit9d2ee82d01600e9ff8c0538231b6794d95cde29a (patch)
tree5b74cfe11278e503bd677dbd661daa2e1742b1e0
parent0707a1d1548c75710021d4f5c686e008f0cfb134 (diff)
downloadlorries-9d2ee82d01600e9ff8c0538231b6794d95cde29a.tar.gz
Update mirroring of Python defusedxml package
defusedxml 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.
-rw-r--r--open-source-lorries/python-packages.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index f670e38..e46a2d6 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -87,7 +87,12 @@
},
"python-packages/defusedxml": {
"type": "hg",
- "url": "https://bitbucket.org/tiran/defusedxml"
+ "url": "https://bitbucket.org/tiran/defusedxml",
+ "description": "Obsolete (use python-packages/defusedxml-git)"
+ },
+ "python-packages/defusedxml-git": {
+ "type": "git",
+ "url": "https://github.com/tiran/defusedxml.git"
},
"python-packages/disutils2": {
"type": "hg",