Pip package updates (#10758)

* Pip3 updates

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* UUtils coreutils => 0.0.28 (#10757)

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update py3_setuptools, fix python buildsystem.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2024-11-19 02:18:53 -05:00
committed by GitHub
parent 44c38e1257
commit 0b5ffcfe42
53 changed files with 535 additions and 1773 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.50.0-#{CREW_PY_VER}"
version "3.50.1-#{CREW_PY_VER}"
license 'UPL-1.0'
compatibility 'x86_64 aarch64 armv7l'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '15476d2ea3101de60c0ec03568b83bb6b1f09b97c0126894dcceb137ee02599a',
armv7l: '15476d2ea3101de60c0ec03568b83bb6b1f09b97c0126894dcceb137ee02599a',
x86_64: '27af7e1481470c3c41d4fbffd0f9ec12d11f4f1c972457442e61ea2c9dfd131c'
aarch64: 'aea7801273c509279094424aaf02306df40c4041f0d021a470d5c844f4da3bd5',
armv7l: 'aea7801273c509279094424aaf02306df40c4041f0d021a470d5c844f4da3bd5',
x86_64: '94e1393274fa5f3a92b1554e61b9c897273d39480de442279a030a161b14e4e2'
})
depends_on 'py3_arrow'