[arch-commits] Commit in python-neutronclient/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 14 22:54:00 UTC 2022


    Date: Monday, February 14, 2022 @ 22:54:00
  Author: felixonmars
Revision: 1133274

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-14 22:53:49 UTC (rev 1133273)
+++ PKGBUILD	2022-02-14 22:54:00 UTC (rev 1133274)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-neutronclient
-pkgver=7.7.0
-pkgrel=1
-pkgdesc="OpenStack Networking (Neutron) Client"
-arch=('any')
-url="https://docs.openstack.org/python-neutronclient/latest/"
-license=('Apache')
-depends=('python-pbr' 'python-cliff' 'python-debtcollector' 'python-iso8601' 'python-netaddr'
-         'python-osc-lib' 'python-oslo-i18n' 'python-oslo-log' 'python-oslo-serialization'
-         'python-oslo-utils' 'python-os-client-config' 'python-keystoneauth1'
-         'python-keystoneclient' 'python-requests' 'python-simplejson')
-checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock')
-source=("https://github.com/openstack/python-neutronclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('12322e9f8c5adc55cbe4c35223ff8ba653d54924b33646fbc4515082073f67f4e700e9d1ae494fc4c440f6ed0fcfee1e4213708cfc72bd449d63402eb950777f')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd python-neutronclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-neutronclient-$pkgver
-  # https://salsa.debian.org/openstack-team/clients/python-neutronclient/-/blob/debian/ussuri/debian/rules
-  stestr run 'neutronclient\.tests\.unit\.(?!(.*osc\.v2\.fwaas\.test_firewallrule\.TestShowFirewallRule\.test_show_filtered_by_id_or_name.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestListFirewallRule\.test_list_with_long_option.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestCreateFirewallRule\.test_create_with_no_options.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestCreateFirewallRule\.test_create_with_all_params_protocol_any.*))'
-}
-
-package() {
-  cd python-neutronclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-neutronclient/repos/community-any/PKGBUILD (from rev 1133273, python-neutronclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-14 22:54:00 UTC (rev 1133274)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-neutronclient
+pkgver=7.8.0
+pkgrel=1
+pkgdesc="OpenStack Networking (Neutron) Client"
+arch=('any')
+url="https://docs.openstack.org/python-neutronclient/latest/"
+license=('Apache')
+depends=('python-pbr' 'python-cliff' 'python-debtcollector' 'python-iso8601' 'python-netaddr'
+         'python-osc-lib' 'python-oslo-i18n' 'python-oslo-log' 'python-oslo-serialization'
+         'python-oslo-utils' 'python-os-client-config' 'python-keystoneauth1'
+         'python-keystoneclient' 'python-requests' 'python-simplejson')
+checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock')
+source=("https://github.com/openstack/python-neutronclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('a6f80d67f16cc8a9f7febf630e7c1ebdbcc643dd132805f913dc0d686cf38bc786925ee5e5da324c83f112369cc1875cf9d6758d2337f77b905164ede2fabbc4')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd python-neutronclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-neutronclient-$pkgver
+  # https://salsa.debian.org/openstack-team/clients/python-neutronclient/-/blob/debian/ussuri/debian/rules
+  stestr run 'neutronclient\.tests\.unit\.(?!(.*osc\.v2\.fwaas\.test_firewallrule\.TestShowFirewallRule\.test_show_filtered_by_id_or_name.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestListFirewallRule\.test_list_with_long_option.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestCreateFirewallRule\.test_create_with_no_options.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestCreateFirewallRule\.test_create_with_all_params_protocol_any.*))'
+}
+
+package() {
+  cd python-neutronclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list