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

Felix Yan felixonmars at gemini.archlinux.org
Sat Dec 4 00:21:00 UTC 2021


    Date: Saturday, December 4, 2021 @ 00:21:00
  Author: felixonmars
Revision: 1064956

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-04 00:20:50 UTC (rev 1064955)
+++ PKGBUILD	2021-12-04 00:21:00 UTC (rev 1064956)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-neutronclient
-pkgver=7.6.0
-pkgrel=3
-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=('4dfc0ab0b4ebf056df50c66e6e1357ba6e76e76f0dfaf6906f610fb56ea607326782605c51ef706f4df264b11c6bd04cfb03224677f30451266beffbacf8babd')
-
-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-staging-any/PKGBUILD (from rev 1064955, python-neutronclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-04 00:21:00 UTC (rev 1064956)
@@ -0,0 +1,35 @@
+# 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
+}



More information about the arch-commits mailing list