Tool for uploading changesets to Gerrit from git
Go to file
Jeremy Stanley b0f82029d8 Update the upper bound for Python and Gerrit tests
OpenDev is preparing to upgrade its Gerrit deployment to 3.9, so
make sure git-review is working with the latest 3.9 point release.
This also requires a newer JDK.

While we're at it, switch from testing with Python 3.11 to 3.12
since that's ending up in more user environments these days.

Also drop unit test jobs that exercise old Python with new Gerrit
and new Python with old Gerrit to simplify the test matrix, because
our Python 3.6 platform lacks new enough Java to support current
Gerrit releases.

And since the Python 3.12 testing uses a platform with newer tools,
remove an unnecessary Git command output assert where the output has
diverged significantly from version to version, trusting that Git
will do what it's asked to do because we're not interested in
testing it for regressions anyway.

Depends-On: https://review.opendev.org/920841
Change-Id: Idb1af841ba68a6f536117ef64f3bec011e905203
2024-05-31 02:01:48 +00:00
doc Switch from tox to nox 2023-03-13 10:19:07 -07:00
git_review Update the upper bound for Python and Gerrit tests 2024-05-31 02:01:48 +00:00
releasenotes/notes Add missing release notes and manpage updates 2024-03-12 23:14:20 +00:00
.gitignore Switch from tox to nox 2023-03-13 10:19:07 -07:00
.gitreview Corrected git-review project organization 2019-06-19 14:57:13 +00:00
.mailmap Migrate to pbr. 2013-08-15 20:42:37 +00:00
.stestr.conf Switch from testrepository to stestr 2019-02-12 09:58:46 +00:00
.zuul.yaml Update the upper bound for Python and Gerrit tests 2024-05-31 02:01:48 +00:00
bindep.txt Update the upper bound for Python and Gerrit tests 2024-05-31 02:01:48 +00:00
CONTRIBUTING.rst Switch from tox to nox 2023-03-13 10:19:07 -07:00
git-review.1 It's patchset not patch set 2024-03-12 23:16:20 +00:00
LICENSE Ported rfc.sh to a standalone program. 2011-09-25 09:16:31 -07:00
noxfile.py Switch from tox to nox 2023-03-13 10:19:07 -07:00
README.rst Overhaul Python package metadata and OpenDev URLs 2021-02-26 20:45:24 +00:00
requirements.txt Drop support for py27 2021-01-13 14:10:31 +00:00
setup.cfg Add classifiers for Python 3.10 and 3.11 2024-01-29 08:41:14 -08:00
setup.py Drop support for py27 2021-01-13 14:10:31 +00:00
test-requirements.txt Uncap test requirements 2023-09-20 15:05:25 +00:00

git-review

A git command for submitting branches to Gerrit

git-review is a tool that helps submitting Git branches to Gerrit for review.