Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-designateclient
Commits: 631fa3c3 by Felix Yan at 2025-01-20T15:07:23+08:00 upgpkg: 6.1.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-designateclient pkgdesc = OpenStack DNS-as-a-Service - Client - pkgver = 6.0.1 - pkgrel = 3 + pkgver = 6.1.0 + pkgrel = 1 url = https://docs.openstack.org/python-designateclient/latest/ arch = any license = Apache @@ -21,7 +21,7 @@ pkgbase = python-designateclient depends = python-requests depends = python-stevedore depends = python-debtcollector - source = git+https://github.com/openstack/python-designateclient.git#commit=23faa146e9eee1a86cbd82fdac90ed3257aaf236 - sha512sums = SKIP + source = git+https://github.com/openstack/python-designateclient.git#tag=6.1.0 + sha512sums = d676ac0c1b76a0a2226b5e61e15a95054ddf02e15ad156c15cd4c04c45d311b4a591b3c49e666567ca9ecbb41eb67d559b7b185d606c4389ee6122dc3680f9ef pkgname = python-designateclient ===================================== PKGBUILD ===================================== @@ -2,9 +2,8 @@ # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> pkgname=python-designateclient -pkgver=6.0.1 -_commit=23faa146e9eee1a86cbd82fdac90ed3257aaf236 -pkgrel=3 +pkgver=6.1.0 +pkgrel=1 pkgdesc="OpenStack DNS-as-a-Service - Client" arch=('any') url="https://docs.openstack.org/python-designateclient/latest/" @@ -15,8 +14,8 @@ depends=('python-cliff' 'python-jsonschema' 'python-osc-lib' 'python-oslo-serial makedepends=('git') checkdepends=('python-oslo-config' 'python-oslotest' 'python-subunit' 'python-requests-mock' 'python-stestr') -source=("git+https://github.com/openstack/python-designateclient.git#commit=$_commit") -sha512sums=('SKIP') +source=("git+https://github.com/openstack/python-designateclient.git#tag=$pkgver") +sha512sums=('d676ac0c1b76a0a2226b5e61e15a95054ddf02e15ad156c15cd4c04c45d311b4a591b3c49e666567ca9ecbb41eb67d559b7b185d606c4389ee6122dc3680f9ef') build() { cd python-designateclient View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-designateclient/-/commit/631fa3c37f5dccbab506359fcbbf30f94a815eb0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-designateclient/-/commit/631fa3c37f5dccbab506359fcbbf30f94a815eb0 You're receiving this email because of your account on gitlab.archlinux.org.