From 32ee8c7146871a3c78f53428c1f29559a398cb4f Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 6 Mar 2026 13:22:42 +0000 Subject: [PATCH 1/2] Update .gitreview for stable/2026.1 Change-Id: I871433b39df021e93feb4013cf87379612d529c2 Signed-off-by: OpenStack Release Bot Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions --- .gitreview | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitreview b/.gitreview index 6cf44857..5580f9ea 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/python-swiftclient.git +defaultbranch=stable/2026.1 From 3adedbf4e773f984d6273fc7f065e021a7a4f7d9 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 6 Mar 2026 13:22:44 +0000 Subject: [PATCH 2/2] Update TOX_CONSTRAINTS_FILE for stable/2026.1 Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/2026.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I11463785b569a3466d575595774b85addfc8dae0 Signed-off-by: OpenStack Release Bot Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index f991fd66..1e42f3ce 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = LANG=en_US.utf-8 VIRTUAL_ENV={envdir} -deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} +deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2026.1} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = sh -c '(find . -not \( -type d -name .?\* -prune \) \ @@ -60,7 +60,7 @@ commands = [testenv:docs] usedevelop = False -deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} +deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2026.1} -r{toxinidir}/doc/requirements.txt commands= sphinx-build -W -b html doc/source doc/build/html -W