mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
ansible -> 13.5.0-py3.14 in updater-ansible-13.5.0-py3.14 — ansible: 13.4.0-py3.14 → 13.5.0-py3.14 (#15168)
* ansible -> 13.5.0-py3.14 in updater-ansible-13.5.0-py3.14 * updater-ansible-13.5.0-py3.14: Package File Update Run on linux/386 container. * updater-ansible-13.5.0-py3.14: Package File Update Run on linux/amd64 container. * updater-ansible-13.5.0-py3.14: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
dfba768d98
commit
6167be3a4b
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -3,25 +3,25 @@ require 'buildsystems/pip'
|
||||
class Ansible < Pip
|
||||
description 'Ansible is a radically simple IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs.'
|
||||
homepage 'https://www.ansible.com/'
|
||||
version "13.4.0-#{CREW_PY_VER}"
|
||||
version "13.5.0-#{CREW_PY_VER}"
|
||||
license 'GPL-3'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '85ec48532ed0719141e5dfc0810b19a791d37a726d2110e7139d040d21b1bd37',
|
||||
armv7l: '85ec48532ed0719141e5dfc0810b19a791d37a726d2110e7139d040d21b1bd37',
|
||||
i686: '45de1378029aeaa328f852d2fb917a4622c0b3c3b1b9c1529dfdc973c1fe4e63',
|
||||
x86_64: 'c20d79cfd515329bc83335e783905f5d960f681a32fcd49613734e5be3c708fb'
|
||||
aarch64: '8020eada7ffc2dca4056dd0bbd9bb68871f7f6e28aa8ecc15df8ba4244049fbe',
|
||||
armv7l: '8020eada7ffc2dca4056dd0bbd9bb68871f7f6e28aa8ecc15df8ba4244049fbe',
|
||||
i686: '9e1c3766f5b7504d640ae238504589d2794abf96c40ecb6f16dbe484e5bd0cd9',
|
||||
x86_64: 'bfb8bd87666470ed7f795ba2107883e3baafffca6825452eac8edbb41e58333c'
|
||||
})
|
||||
|
||||
depends_on 'xdg_base'
|
||||
depends_on 'py3_cryptography'
|
||||
depends_on 'py3_pyyaml'
|
||||
depends_on 'py3_packaging'
|
||||
depends_on 'py3_jinja2'
|
||||
depends_on 'python3' => :build
|
||||
depends_on 'py3_packaging'
|
||||
depends_on 'py3_pyyaml'
|
||||
depends_on 'python3' => :logical
|
||||
depends_on 'xdg_base'
|
||||
|
||||
no_source_build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user