summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-08 00:34:56 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:47:41 +0100
commit6b522e7ceea7621aa2f5246aed61a61e8ea94c97 (patch)
tree05d8b293b071ca2461a59ddf0bf8ec131e9a2519
parent157a339b0a6a4ecc63381d1626d88d6d10616b6f (diff)
downloadlorries-bwh/bazaar-migration.tar.gz
Update mirroring of Python pytz packagebwh/bazaar-migration
pytz is still on Launchpad, but has switched from Bazaar to Git. Use a different name for the new mirror. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/pytz.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/pytz.lorry b/open-source-lorries/pytz.lorry
index c7b46e0..c777289 100644
--- a/open-source-lorries/pytz.lorry
+++ b/open-source-lorries/pytz.lorry
@@ -1,6 +1,11 @@
{
"pytz": {
"type": "bzr",
- "url": "lp:pytz"
+ "url": "lp:pytz",
+ "description": "Obsolete (use pytz-git)"
+ },
+ "pytz-git": {
+ "type": "git",
+ "url": "https://git.launchpad.net/pytz"
}
}