Bug 267350 - devel/py-oci: update to 2.86.0
Summary: devel/py-oci: update to 2.86.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: Nuno Teixeira
URL: https://github.com/oracle/oci-python-...
Keywords:
Depends on:
Blocks: 267371
  Show dependency treegraph
 
Reported: 2022-10-26 05:17 UTC by Alessandro Sagratini
Modified: 2022-10-26 19:27 UTC (History)
3 users (show)

See Also:


Attachments
trivial update of Makefile and distinfo (2.96 KB, patch)
2022-10-26 05:17 UTC, Alessandro Sagratini
ale_sagra: maintainer-approval+
Details | Diff
trivial update of Makefile and distinfo (1.12 KB, patch)
2022-10-26 18:18 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 2022-10-26 05:17:58 UTC
Created attachment 237636 [details]
trivial update of Makefile and distinfo
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-10-26 14:52:32 UTC
Uploaded patch also updates devel/oci-cli, could you upload patch only to devel/py-oci?

Sugested create a new PR for devel/oci-cli update.

Cheers
Comment 2 Alessandro Sagratini 2022-10-26 14:56:25 UTC
Fair, the main issue with that approach is that devel/oci-cli depends on devel/py-oci update: how do committers make sure patches are committed in the right order?
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-10-26 16:04:05 UTC
You can use "Depends on" or "Blocks" in PR fields.

https://bugs.freebsd.org/bugzilla/page.cgi?id=fields.html#dependson
https://bugs.freebsd.org/bugzilla/page.cgi?id=fields.html#blocked

That way, committer will respect that order.
Comment 4 Alessandro Sagratini 2022-10-26 18:18:40 UTC
Created attachment 237660 [details]
trivial update of Makefile and distinfo
Comment 5 Alessandro Sagratini 2022-10-26 18:21:56 UTC
cool, thanks for clarifying! I updated this bug report to only contain devel/py-oci patch and created https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267371 one to get devel/oci-cli updated
Comment 6 commit-hook freebsd_committer freebsd_triage 2022-10-26 19:27:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2dadafe17d10cfe581f94a41de5b9912f15a390f

commit 2dadafe17d10cfe581f94a41de5b9912f15a390f
Author:     Alessandro Sagratini <ale_sagra@hotmail.com>
AuthorDate: 2022-10-26 19:25:12 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-10-26 19:25:12 +0000

    devel/py-oci: Update to 2.86.0

    ChangeLog: https://github.com/oracle/oci-python-sdk/releases/tag/v2.86.0

    PR:             267350

 devel/py-oci/Makefile | 2 +-
 devel/py-oci/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 7 Nuno Teixeira freebsd_committer freebsd_triage 2022-10-26 19:27:53 UTC
Committed, thanks!