AutoBuild: updates-2025-02-19-00-18 started at 2025-02-19-00UTC (#11363)

* Add unbuilt updated pip packages to updates-2025-02-19-00-18

* Add built packages for linux/386 to updates-2025-02-19-00-18

* Add built packages for linux/amd64 to updates-2025-02-19-00-18

* Add built packages for linux/arm/v7 to updates-2025-02-19-00-18

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-02-19 00:54:50 +00:00
committed by GitHub
parent 7290cf380b
commit c1e496d65e
15 changed files with 189 additions and 118 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.51.7-#{CREW_PY_VER}"
version "3.51.8-#{CREW_PY_VER}"
license 'UPL-1.0'
compatibility 'aarch64 armv7l x86_64'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '2421b86754fc1b202ababbd6377f5be2840a5ffc88251b6ec794514186c7a346',
armv7l: '2421b86754fc1b202ababbd6377f5be2840a5ffc88251b6ec794514186c7a346',
x86_64: 'ec9870f0772984e73eb7fb2878fd2f44b900c9c5740eff3ada52e94a52562b05'
aarch64: 'eb8d4e9173c18b9eaaffaebf012b9bd3ec77a46aaa77f7d29fa3e0dc127f743c',
armv7l: 'eb8d4e9173c18b9eaaffaebf012b9bd3ec77a46aaa77f7d29fa3e0dc127f743c',
x86_64: 'c3d8b8871f570e45a5cfdf1b3142ed08a9aa8d72721d0106ed6bc494074279ac'
})
depends_on 'py3_arrow'