From 157a339b0a6a4ecc63381d1626d88d6d10616b6f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 8 Sep 2020 00:22:36 +0100 Subject: Update mirroring of Python unit testing packages The fixtures, subunit, testrepository, testresources, and testscenarios packages have moved from Launchpad to GitHub. Since they switched from Bazaar to Git, use different names for the new mirrors. Mark the old mirrors as obsolete. --- open-source-lorries/python-packages.lorry | 35 ++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index f13687f..7676285 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -142,7 +142,12 @@ }, "python-packages/fixtures": { "type": "bzr", - "url": "lp:python-fixtures" + "url": "lp:python-fixtures", + "description": "Obsolete (use python-packages/fixtures-git)" + }, + "python-packages/fixtures-git": { + "type": "git", + "url": "https://github.com/testing-cabal/fixtures.git" }, "python-packages/flake8": { "type": "git", @@ -653,7 +658,12 @@ }, "python-packages/subunit": { "type": "bzr", - "url": "lp:subunit" + "url": "lp:subunit", + "description": "Obsolete (use python-packages/subunit-git)" + }, + "python-packages/subunit-git": { + "type": "git", + "url": "https://github.com/testing-cabal/subunit" }, "python-packages/python-systemd": { "type": "git", @@ -669,11 +679,21 @@ }, "python-packages/testrepository": { "type": "bzr", - "url": "lp:testrepository" + "url": "lp:testrepository", + "description": "Obsolete (use python-packages/testrepository-git)" + }, + "python-packages/testrepository-git": { + "type": "git", + "url": "https://github.com/testing-cabal/testrepository.git" }, "python-packages/testscenarios": { "type": "bzr", - "url": "lp:testscenarios" + "url": "lp:testscenarios", + "description": "Obsolete (use python-packages/testscenarios-git)" + }, + "python-packages/testscenarios-git": { + "type": "git", + "url": "https://github.com/testing-cabal/testscenarios.git" }, "python-packages/testtools": { "type": "git", @@ -874,7 +894,12 @@ }, "python-packages/testresources": { "type": "bzr", - "url": "lp:testresources" + "url": "lp:testresources", + "description": "Obsolete (use python-packages/testresources-git)" + }, + "python-packages/testresources-git": { + "type": "git", + "url": "https://github.com/testing-cabal/testresources.git" }, "python-packages/pyeclib": { "type": "git", -- cgit v1.2.1