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

Felix Yan felixonmars at archlinux.org
Wed Jun 9 13:57:43 UTC 2021


    Date: Wednesday, June 9, 2021 @ 13:57:43
  Author: felixonmars
Revision: 960139

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-09 13:57:26 UTC (rev 960138)
+++ PKGBUILD	2021-06-09 13:57:43 UTC (rev 960139)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-neutronclient
-pkgver=7.4.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=('fb716e9340c0ed518fbd141528c9748c340e78c9c589a0b5d8559028eb31c2bcc11326e347c5a0285176f4c1983be0ead0d22ff33f907004be20d741444884ea')
-
-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 960138, python-neutronclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-09 13:57:43 UTC (rev 960139)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-neutronclient
+pkgver=7.5.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=('e167622ac2862c703d7eeb49561634aad3f0174f4ff0178dc0f5dbc38f41a1b972535ae1807a11b5ebee522278e5b00b5d03436a5877f1413f4920d2e3b48657')
+
+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