Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 295e874e2b | |||
| e522464db6 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a350eaa9c269a1fe3177a5ffd4ae76f2b604e1af122eb0de08ab07252001722a
|
||||
size 70859
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 17:42:11 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.5.0:
|
||||
* Add a release note for list by branch
|
||||
* Add a Gerrit 3.11 test job
|
||||
* Update higher Gerrit versions used in testing
|
||||
* Add CC similarly to reviewers
|
||||
* Fix TypeError when reporting old git version
|
||||
* Suggest --no-thin based on error output
|
||||
* Stop setting a default topic on new changes
|
||||
* Update the upper bound for Python and Gerrit tests
|
||||
* Show remote side colors when color is enabled
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 13:25:39 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: git-review
|
||||
Version: 2.4.0
|
||||
Version: 2.5.0
|
||||
Release: 0
|
||||
Summary: Tool to submit code to Gerrit
|
||||
License: Apache-2.0
|
||||
URL: https://git.openstack.org/cgit/openstack-infra/git-review
|
||||
Source: https://files.pythonhosted.org/packages/source/g/%{name}/%{name}-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/g/%{name}/git_review-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
# Note that this package is intentionally not using singlespec because
|
||||
# it is not a library but a plain CLI tool, and it doesn't make sense to
|
||||
@@ -44,7 +44,7 @@ git-review is a tool that helps submitting git branches to gerrit for
|
||||
review.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n git-review-%{version}
|
||||
%autosetup -p1 -n git_review-%{version}
|
||||
|
||||
%build
|
||||
%python3_pyproject_wheel
|
||||
|
||||
3
git_review-2.5.0.tar.gz
Normal file
3
git_review-2.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bcffaef02848a5a3b066e8268c7d700a77cbd8b2e56b128d30f60cd431cf0a8
|
||||
size 72645
|
||||
Reference in New Issue
Block a user