[arch-commits] Commit in python-designateclient/repos/community-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun Jul 17 20:25:53 UTC 2022


    Date: Sunday, July 17, 2022 @ 20:25:53
  Author: felixonmars
Revision: 1254350

archrelease: copy trunk to community-any

Added:
  python-designateclient/repos/community-any/PKGBUILD
    (from rev 1254349, python-designateclient/trunk/PKGBUILD)
Deleted:
  python-designateclient/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 20:25:33 UTC (rev 1254349)
+++ PKGBUILD	2022-07-17 20:25:53 UTC (rev 1254350)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-designateclient
-pkgver=4.5.1
-pkgrel=1
-pkgdesc="OpenStack DNS-as-a-Service - Client"
-arch=('any')
-url="https://docs.openstack.org/python-designateclient/latest/"
-license=('Apache')
-depends=('python-cliff' 'python-jsonschema' 'python-osc-lib' 'python-oslo-serialization'
-         'python-oslo-utils' 'python-pbr' 'python-keystoneauth1' 'python-requests' 'python-six'
-         'python-stevedore' 'python-debtcollector')
-checkdepends=('python-oslotest' 'python-requests-mock')
-source=("https://github.com/openstack/python-designateclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('cbbad697c20c0c4e7832cccb5b36fd7d0da1265e6de4e6426c819ac173b7c511d64bc3c807b9db135cc34796d9208abe181a3e097621467a90dad58054d7587e')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd python-designateclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-designateclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-designateclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-designateclient/repos/community-any/PKGBUILD (from rev 1254349, python-designateclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-17 20:25:53 UTC (rev 1254350)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-designateclient
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="OpenStack DNS-as-a-Service - Client"
+arch=('any')
+url="https://docs.openstack.org/python-designateclient/latest/"
+license=('Apache')
+depends=('python-cliff' 'python-jsonschema' 'python-osc-lib' 'python-oslo-serialization'
+         'python-oslo-utils' 'python-pbr' 'python-keystoneauth1' 'python-requests' 'python-six'
+         'python-stevedore' 'python-debtcollector')
+checkdepends=('python-oslotest' 'python-requests-mock')
+source=("https://github.com/openstack/python-designateclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('5dc726fd76db91665358dafe126db6cd35d6fc8dc0aad322168bde4a6ed48bfc0694f2c37c56c242c1fe955043bea82355ec3c5939d60b0ed9ee8a871c5e4185')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd python-designateclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-designateclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-designateclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list