summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 19:31:09 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:18:23 +0100
commitdffe30940baa37fcad3578d8daa84e1fcdaaba82 (patch)
treedeae602d1044a78b08d06b285ad89e9d18b01bb3
parentc229808c2db37ab977c6211bc0de2efd538f1905 (diff)
downloadlorries-dffe30940baa37fcad3578d8daa84e1fcdaaba82.tar.gz
Update mirroring of Python serial package
pySerial moved from Sourceforge to GitHub. Since it switched from Subversion 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 9947bef..8fe53bb 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -895,7 +895,12 @@
"tags": "tags/*"
},
"type": "svn",
- "url": "http://svn.code.sf.net/p/pyserial/code/"
+ "url": "http://svn.code.sf.net/p/pyserial/code/",
+ "description": "Obsolete (use python-packages/pyserial-git)"
+ },
+ "python-packages/pyserial-git": {
+ "type": "git",
+ "url": "https://github.com/pyserial/pyserial.git"
},
"python-packages/testresources": {
"type": "bzr",