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

Felix Yan felixonmars at archlinux.org
Thu May 27 15:06:12 UTC 2021


    Date: Thursday, May 27, 2021 @ 15:06:12
  Author: felixonmars
Revision: 949048

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-27 15:06:01 UTC (rev 949047)
+++ PKGBUILD	2021-05-27 15:06:12 UTC (rev 949048)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-designateclient
-pkgver=4.2.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=('1093bde8dd488329874223373b321dfcd11e3a9bebbd7fe9b0e31e6a816b2d11c707bfb8362671f4a00699c603607bdefeae7ea25a99b1084f2ee9913df4c519')
-
-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 949047, python-designateclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-27 15:06:12 UTC (rev 949048)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-designateclient
+pkgver=4.3.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=('d150d1ffe54854f9a4ceaa5d2fd950e10b15fe4995e017a911e38b94f01534e3f536d85331b5a26aa3952936d2caca67d8621f0e558c0a390db824b8acc8aa20')
+
+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