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

Felix Yan felixonmars at archlinux.org
Tue Aug 4 08:25:13 UTC 2020


    Date: Tuesday, August 4, 2020 @ 08:25:12
  Author: felixonmars
Revision: 668754

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-04 08:25:09 UTC (rev 668753)
+++ PKGBUILD	2020-08-04 08:25:12 UTC (rev 668754)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-designateclient
-pkgver=4.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=('1f0b3cc0edadd7de245ceba2e72056927f3d7d91a86d751389cde1702f7950b4eb93b2243292a786aecfa108bb0a032072f39d250c05513eeb937538d0227de8')
-
-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 668752, python-designateclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-04 08:25:12 UTC (rev 668754)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-designateclient
+pkgver=4.1.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=('465fc07965edf8ac0e27ea52fd835760fb3a6c451db1b4690c6636a2829d0d74c7d22513c3f57e1ecb913919fa216c8b57acb83cf24a97730837102164d3027a')
+
+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