oci-python-sdk: Update to version 2.107.0

- Update from version 2.64.0 to 2.107.0
- Update of rootfile
- Changelog is too large to include here. For details look at the CHANGELOG.rst file in
   the source tarball.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka
2023-07-24 18:15:43 +02:00
committed by Michael Tremer
parent 148dca15f0
commit 9a7a910c61
2 changed files with 3685 additions and 229 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -24,7 +24,7 @@
include Config
VER = 2.64.0
VER = 2.107.0
THISAPP = oci-python-sdk-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = oci-python-sdk
PAK_VER = 3
PAK_VER = 4
DEPS = python3-certifi python3-click python3-circuitbreaker \
python3-cryptography python3-dateutil python3-pytz python3-six
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = 1c7b2b1980354865a2d48fc542fc83dbae53c284251341dc10e45f4b9a42dfc1aafb530b4871af1432fb1aaa89fdb15bf4cb6007ea7454da02c1b9c6793d10c0
$(DL_FILE)_BLAKE2 = e5299b00aa44b66ad08b11702be9b98c6255357f5e02e17cebc4a046d7703f7ac896fb512eb209879ee287b76a3072eb893cd263e7bd2988ecfa90daf0635352
install : $(TARGET)