AutoBuild: updates-2025-03-12-00-19 started at 2025-03-12-00UTC (#11514)

* Add unbuilt updated pip packages to updates-2025-03-12-00-19

* Add unbuilt updated ruby gem packages to updates-2025-03-12-00-19

* Add built packages for linux/386 to updates-2025-03-12-00-19

* Add built packages for linux/amd64 to updates-2025-03-12-00-19

* Add built packages for linux/arm/v7 to updates-2025-03-12-00-19

---------

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-03-12 00:59:21 +00:00
committed by GitHub
parent 5da3d22a48
commit a1bf38f4b3
24 changed files with 491 additions and 217 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.52.0-#{CREW_PY_VER}"
version "3.52.1-#{CREW_PY_VER}"
license 'UPL-1.0'
compatibility 'aarch64 armv7l x86_64'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'afc2e8285dde0516178d31e3883ca45a44de6b61a8ed77aa9c412d1d856baae3',
armv7l: 'afc2e8285dde0516178d31e3883ca45a44de6b61a8ed77aa9c412d1d856baae3',
x86_64: 'dc672a7b1a69d31ace379032c5b58d51368ee9b0dcc864b441c1f4efd5b0a1de'
aarch64: '72f0a0320612ee35a09b242a11ec9ba7a81903a312f018da05cc44e01fcd8fbb',
armv7l: '72f0a0320612ee35a09b242a11ec9ba7a81903a312f018da05cc44e01fcd8fbb',
x86_64: '924d65cecb06cbe1100b8b1a1f03f0c7820ace321032e53790e5ca460c83bd09'
})
depends_on 'py3_arrow'