summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 19:28:10 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:13 +0100
commit9b55f2c35ce9c74dd523975ddf1398f8102b6cf7 (patch)
treec6dc001bbb5d072c16ed58e7dfc6df4b8d7765b5
parentb989af19f66a17fcdb8f8fcd6eda04528529ddc7 (diff)
downloadlorries-9b55f2c35ce9c74dd523975ddf1398f8102b6cf7.tar.gz
Update mirroring of Python bcrypt package
py-bcrypt moved from Google Code 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 decb1a2..0fd2028 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -351,7 +351,12 @@
},
"python-packages/py-bcrypt": {
"type": "hg",
- "url": "https://code.google.com/p/py-bcrypt/"
+ "url": "https://code.google.com/p/py-bcrypt/",
+ "description": "Obsolete (use py-bcrypt-git)"
+ },
+ "python-packages/py-bcrypt-git": {
+ "type": "git",
+ "url": "https://github.com/pyca/bcrypt.git"
},
"python-packages/pyasn1-git": {
"type": "git",