From 9eeab1ac408dca887aba4e26a9598999d97124e7 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 23:02:54 +0100 Subject: Update mirroring of Python xstatic, xstatic.jquery{,_ui} packages XStatic and its packages of jQuery and jQuery-ui moved from Bitbucket to GitHub. Since they switched from Mercurial to Git, use different names for the new mirrors. Mark the old mirrors as obsolete. --- open-source-lorries/xstatic-packages.lorry | 14 ++++++++++++-- open-source-lorries/xstatic.lorry | 7 ++++++- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/open-source-lorries/xstatic-packages.lorry b/open-source-lorries/xstatic-packages.lorry index 48f55f5..f8196fe 100644 --- a/open-source-lorries/xstatic-packages.lorry +++ b/open-source-lorries/xstatic-packages.lorry @@ -65,7 +65,12 @@ }, "xstatic-packages/xstatic-jquery": { "type": "hg", - "url": "https://bitbucket.org/thomaswaldmann/xstatic-jquery" + "url": "https://bitbucket.org/thomaswaldmann/xstatic-jquery", + "description": "Obsolete (use xstatic-packages/xstatic-jquery-git)" + }, + "xstatic-packages/xstatic-jquery-git": { + "type": "git", + "url": "https://github.com/xstatic-py/xstatic-jquery.git" }, "xstatic-packages/xstatic-jquery-bootstrap-wizard": { "type": "git", @@ -85,7 +90,12 @@ }, "xstatic-packages/xstatic-jquery-ui": { "type": "hg", - "url": "https://bitbucket.org/thomaswaldmann/xstatic-jquery_ui" + "url": "https://bitbucket.org/thomaswaldmann/xstatic-jquery_ui", + "description": "Obsolete (use xstatic-packages/xstatic-jquery-ui-git)" + }, + "xstatic-packages/xstatic-jquery-ui-git": { + "type": "git", + "url": "https://github.com/xstatic-py/xstatic-jquery_ui.git" }, "xstatic-packages/xstatic-jsencrypt": { "type": "git", diff --git a/open-source-lorries/xstatic.lorry b/open-source-lorries/xstatic.lorry index 0e63150..6d923e5 100644 --- a/open-source-lorries/xstatic.lorry +++ b/open-source-lorries/xstatic.lorry @@ -1,6 +1,11 @@ { "xstatic": { "type": "hg", - "url": "https://bitbucket.org/thomaswaldmann/xstatic" + "url": "https://bitbucket.org/thomaswaldmann/xstatic", + "description": "Obsolete (use xstatic-git)" + }, + "xstatic-git": { + "type": "git", + "url": "https://github.com/xstatic-py/xstatic.git" } } -- cgit v1.2.1