git-review: update to 1.26.0. (#9294)
This commit is contained in:
parent
f6f523e01b
commit
fd18c0e0a7
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'git-review'
|
||||
pkgname=git-review
|
||||
version=1.25.0
|
||||
version=1.26.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools python-requests"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-requests"
|
||||
depends="${hostmakedepends}"
|
||||
pycompile_module="git_review"
|
||||
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/"
|
||||
license="Apache-2.0"
|
||||
distfiles="${PYPI_SITE}/g/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=087e0a7dc2415796a9f21c484a6f652c5410e6ba4562c36291c5399f9395a11d
|
||||
checksum=487c3c1d7cc81d02b303a1245e432579f683695c827ad454685b3953f70f0b94
|
||||
|
|
Loading…
Reference in New Issue