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

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

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

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

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

* Add built packages for linux/arm/v7 to updates-2025-03-19-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-19 01:05:31 +00:00
committed by GitHub
parent 56adf64d30
commit 8404599f4f
21 changed files with 649 additions and 159 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.1-#{CREW_PY_VER}"
version "3.53.0-#{CREW_PY_VER}"
license 'UPL-1.0'
compatibility 'aarch64 armv7l x86_64'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '72f0a0320612ee35a09b242a11ec9ba7a81903a312f018da05cc44e01fcd8fbb',
armv7l: '72f0a0320612ee35a09b242a11ec9ba7a81903a312f018da05cc44e01fcd8fbb',
x86_64: '924d65cecb06cbe1100b8b1a1f03f0c7820ace321032e53790e5ca460c83bd09'
aarch64: '1229348cb29be433627ae859b68193683e9c63d63cfbe5d2a4ca5f203e173ec3',
armv7l: '1229348cb29be433627ae859b68193683e9c63d63cfbe5d2a4ca5f203e173ec3',
x86_64: '247f602e137c9aacba6034ead1368fb75771136dd5b39ec6947b363c4ae8dae2'
})
depends_on 'py3_arrow'