git-review: update to 1.26.0. (#9294)
This commit is contained in:
parent
f6f523e01b
commit
fd18c0e0a7
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'git-review'
|
# Template file for 'git-review'
|
||||||
pkgname=git-review
|
pkgname=git-review
|
||||||
version=1.25.0
|
version=1.26.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
hostmakedepends="python-setuptools python-requests"
|
hostmakedepends="python3-setuptools python3-requests"
|
||||||
depends="${hostmakedepends}"
|
depends="${hostmakedepends}"
|
||||||
pycompile_module="git_review"
|
pycompile_module="git_review"
|
||||||
short_desc="A git command for submitting branches to Gerrit"
|
short_desc="A git command for submitting branches to Gerrit"
|
||||||
maintainer="Renato Aguiar <contact@renatoaguiar.org>"
|
maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
homepage="https://git.openstack.org/cgit/openstack-infra/git-review/"
|
homepage="https://git.openstack.org/cgit/openstack-infra/git-review/"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/g/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/g/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=087e0a7dc2415796a9f21c484a6f652c5410e6ba4562c36291c5399f9395a11d
|
checksum=487c3c1d7cc81d02b303a1245e432579f683695c827ad454685b3953f70f0b94
|
||||||
|
|
Loading…
Add table
Reference in a new issue