summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Botting2024-03-05 20:17:46 +1100
committerAndy Botting2024-03-05 20:17:46 +1100
commit88c58dd029e4722a344a7b3e0ab4848c02fe5b1a (patch)
tree43f9fbabfb650d300826f958ae9f1fc860e9e1f7 /PKGBUILD
parent7cd6957414192c35f9ba8523be97095e217aabe7 (diff)
downloadaur-python-reno.tar.gz
Update to v4.1.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9433e7a5608c..3961c782108c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_name=reno
pkgname=python-reno
-pkgver=4.0.0
-pkgrel=3
+pkgver=4.1.0
+pkgrel=1
pkgdesc='OpenStack RElease NOtes manager'
-arch=('any')
+arch=(any)
url='https://docs.openstack.org/reno/'
-license=('Apache')
-makedepends=(python-build python-installer python-wheel)
+license=(Apache)
+makedepends=(python-setuptools)
depends=(python-pbr python-yaml python-dulwich)
checkdepends=(python-docutils python-stestr python-testscenarios
python-testtools python-sphinx)
source=("$pkgname-$pkgver.tar.gz::https://opendev.org/openstack/reno/archive/$pkgver.tar.gz")
-sha512sums=('574c3bb6783f54f68095aec437e39fe2286e9398f6bf547ed3b29bcf10dcda15e4c7c6bb70a370a2c333a7a3c0663bb25341bbc289c955d183000df5d9439e0a')
+sha512sums=('cb38f447dff98a336ff17daf786fb2e45283c79dbdf436c55dabb9aa445abb829c6ebb285ed7df6b57bada40d36a520ee4436117bc6cf5a0518cf159b3c5c3e4')
export PBR_VERSION=$pkgver