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
F167236691: D33482.id100098.diff
Thu, Aug 20, 5:37 AM
Unknown Object (File)
Tue, Aug 18, 6:07 AM
Unknown Object (File)
Mon, Aug 17, 6:19 PM
Unknown Object (File)
Sun, Aug 16, 7:33 PM
Unknown Object (File)
Sat, Aug 15, 7:47 PM
Unknown Object (File)
Sat, Aug 15, 7:47 PM
Unknown Object (File)
Fri, Aug 14, 6:33 PM
Unknown Object (File)
Thu, Aug 13, 3:34 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.