Page MenuHomeFreeBSD

devel/py-oci: Update to 2.53.0
ClosedPublic

Authored by driesm on Dec 15 2021, 8:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 11, 10:12 AM
Unknown Object (File)
Fri, Jan 3, 8:21 PM
Unknown Object (File)
Dec 8 2024, 10:57 PM
Unknown Object (File)
Dec 5 2024, 12:21 PM
Unknown Object (File)
Dec 4 2024, 9:56 AM
Unknown Object (File)
Nov 21 2024, 6:34 AM
Unknown Object (File)
Nov 9 2024, 8:24 PM
Unknown Object (File)
Nov 1 2024, 6:16 PM
Subscribers

Details

Summary
devel/py-oci: Update to 2.53.0

 Changes:		https://github.com/oracle/oci-python-sdk/releases/tag/v2.53.0
 PR:			260429
 Approved by:		tbd (mentor)
 Differential Revision:	https://reviews.freebsd.org/D33482
Test Plan

Testport looks good.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

driesm added reviewers: philip, 0mp.
philip added inline comments.
devel/py-oci/Makefile
27

Is it known to break with 3.9+?

This revision is now accepted and ready to land.Dec 17 2021, 3:23 AM
driesm marked an inline comment as done.EditedDec 17 2021, 11:33 AM

Good question.

devel/py-oci/Makefile
27

Good question, this change was put in based on upstream setup.py where 3.10 is not shown as supported. It might work though I haven't checked that.

From PyPi: This is the Python SDK for Oracle Cloud Infrastructure. Python 3.6, 3.7, 3.8 and 3.9 are supported. (https://pypi.org/project/oci/)

This revision was automatically updated to reflect the committed changes.