Bug 243207 - devel/py-oci: update to 2.9.0
Summary: devel/py-oci: update to 2.9.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL: https://github.com/oracle/oci-python-...
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-01-09 09:02 UTC by Alessandro Sagratini
Modified: 2020-01-10 02:17 UTC (History)
1 user (show)

See Also:
ale_sagra: maintainer-feedback+


Attachments
Trivial update to version 2.9.0 for py-oci (1.05 KB, patch)
2020-01-09 09:02 UTC, Alessandro Sagratini
ale_sagra: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Sagratini 2020-01-09 09:02:08 UTC
Created attachment 210558 [details]
Trivial update to version 2.9.0 for py-oci

Added
 * Support for optionally specifying the corporate proxy field when creating Exadata infrastructure in the Database service
 * Support for maintenance windows, and rescheduling maintenance runs, on autonomous container databases in the Database service
 * Provide example on how to use key_content for python SDK configuration

Breaking
 * Field host_name in NodeDetails from database service is changed from optional to required

https://github.com/oracle/oci-python-sdk/releases/tag/v2.9.0
Comment 1 Automation User 2020-01-09 09:24:00 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/108035211
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-01-10 02:16:03 UTC
A commit references this bug:

Author: meta
Date: Fri Jan 10 02:15:47 UTC 2020
New revision: 522546
URL: https://svnweb.freebsd.org/changeset/ports/522546

Log:
  devel/py-oci: Update to 2.9.0

  Added
   * Support for optionally specifying the corporate proxy field when
     creating Exadata infrastructure in the Database service
   * Support for maintenance windows, and rescheduling maintenance runs,
     on autonomous container databases in the Database service
   * Provide example on how to use key_content for python SDK configuration

  Breaking
  * Field host_name in NodeDetails from database service is changed from
    optional to required

  PR:		243207
  Submitted by:	maintainer
  Relnotes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.9.0
  Sponsored by:	HAW International

Changes:
  head/devel/py-oci/Makefile
  head/devel/py-oci/distinfo
Comment 3 Koichiro Iwao freebsd_committer freebsd_triage 2020-01-10 02:17:09 UTC
Committed, thanks!