py3_oci_cli-2025-08-06-00-24 — py3_oci_cli (#12348)

* Add unbuilt py3_oci_cli to py3_oci_cli-2025-08-06-00-24

* py3_oci_cli-2025-08-06-00-24: Build Run on linux/amd64.

* py3_oci_cli-2025-08-06-00-24: Build Run on linux/arm/v7.

* py3_oci_cli-2025-08-06-00-24: Package File Update Run on linux/amd64 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:
chromebrew-actions[bot]
2025-08-05 21:20:55 -04:00
committed by GitHub
parent 197cd53f8e
commit 164ff3ba32
3 changed files with 176 additions and 36 deletions

View File

@@ -3,16 +3,16 @@ require 'buildsystems/pip'
class Py3_oci_cli < Pip
description 'Command Line Interface for Oracle Cloud Infrastructure'
homepage 'https://github.com/oracle/oci-cli/'
version "3.63.2-#{CREW_PY_VER}"
version "3.63.3-#{CREW_PY_VER}"
license 'UPL-1.0'
compatibility 'aarch64 armv7l x86_64'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'dfb5d95e6305eea73271726cfc2fa72ba40cd032d091d8d67448c4158aec62f4',
armv7l: 'dfb5d95e6305eea73271726cfc2fa72ba40cd032d091d8d67448c4158aec62f4',
x86_64: '9bf99a5b6ed73355367dd92dd68472e82901844b19b0af897a99ebb16f6f5979'
aarch64: '1d2d7b074115fccdb6359efbea9a0dd37d12adaf389b67ea865ebea11c098363',
armv7l: '1d2d7b074115fccdb6359efbea9a0dd37d12adaf389b67ea865ebea11c098363',
x86_64: 'a5f971bc5fbed140021d71c7dbb32ac47660c3937584776332872944e6c244ad'
})
depends_on 'py3_arrow'