Ike Devolder pushed to branch main at Arch Linux / Packaging / Packages / awxkit


Commits:
9ea9ffbe by Ike Devolder at 2024-02-28T16:01:27+01:00
upgpkg: 23.9.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = awxkit
        pkgdesc = The official command line interface for Ansible AWX
-       pkgver = 23.8.0
+       pkgver = 23.9.0
        pkgrel = 1
        url = https://github.com/ansible/awx
        arch = any
@@ -19,10 +19,11 @@ pkgbase = awxkit
        depends = python-pyyaml
        depends = python-requests
        depends = python-setuptools
+       depends = python-websocket-client
        optdepends = jq: for formatting
        optdepends = python-cryptography: for cryptography support
        options = !emptydirs
-       source = 
awx::git+https://github.com/ansible/awx#tag=b0565e993769d2b24540c23e7776a2c19a89a0a8
+       source = 
awx::git+https://github.com/ansible/awx#tag=237adc6150012a1c58dbf19b5db220ecd26997e9
        sha512sums = SKIP
 
 pkgname = awxkit


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 pkgname=awxkit
 _pkgname=awx
-_commit=b0565e993769d2b24540c23e7776a2c19a89a0a8
-pkgver=23.8.0
+_commit=237adc6150012a1c58dbf19b5db220ecd26997e9
+pkgver=23.9.0
 pkgrel=1
 pkgdesc="The official command line interface for Ansible AWX"
 arch=('any')
@@ -15,6 +15,7 @@ depends=(
   'python-pyyaml'
   'python-requests'
   'python-setuptools'  # unreferenced, required in awxkit/cli/client.py
+  'python-websocket-client'
 )
 makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 
'python-setuptools-scm' 'python-wheel')
 checkdepends=(
@@ -39,9 +40,6 @@ build() {
 
 check() {
     local deselected=(
-      # NOTE: deselect tests that require python-websocket-client
-      --deselect test/test_ws.py::test_explicit_hostname
-      --deselect test/test_ws.py::test_urlparsing
       # Python 3.11 test failure https://github.com/ansible/awx/issues/13820
       --deselect 
test/cli/test_options.py::TestOptions::test_actions_with_primary_key
     )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/awxkit/-/commit/9ea9ffbe523663cabde69d183f0d7809257d1ba6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/awxkit/-/commit/9ea9ffbe523663cabde69d183f0d7809257d1ba6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to