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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 30 14:33:28 UTC 2021


    Date: Thursday, December 30, 2021 @ 14:33:27
  Author: felixonmars
Revision: 1088394

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-30 14:33:20 UTC (rev 1088393)
+++ PKGBUILD	2021-12-30 14:33:27 UTC (rev 1088394)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-designateclient
-pkgver=4.3.0
-pkgrel=2
-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
-}

Copied: python-designateclient/repos/community-any/PKGBUILD (from rev 1088393, python-designateclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-30 14:33:27 UTC (rev 1088394)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-designateclient
+pkgver=4.4.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=('452d8559ddbf77017e8a5c13f7c93f80a864bdfdf96c3de9b2d8f30761a1f7dfd0ae5a0778dc0eff1d86f45247c8cd0ac6b8224e6fe98efd9e3c3fdc619b1a1d')
+
+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