diff --git a/oc_relax-python-depends.patch b/oc_relax-python-depends.patch index 1d4682e..ec90752 100644 --- a/oc_relax-python-depends.patch +++ b/oc_relax-python-depends.patch @@ -1,6 +1,6 @@ -diff -Nru oci-cli-3.4.4.orig/requirements.txt oci-cli-3.4.4/requirements.txt ---- oci-cli-3.4.4.orig/requirements.txt 2022-01-25 23:44:54.000000000 +0100 -+++ oci-cli-3.4.4/requirements.txt 2022-01-26 23:22:59.554963706 +0100 +diff -Nru oci-cli-3.5.2.orig/requirements.txt oci-cli-3.5.2/requirements.txt +--- oci-cli-3.5.2.orig/requirements.txt 2022-02-22 21:05:11.000000000 +0100 ++++ oci-cli-3.5.2/requirements.txt 2022-02-25 12:31:26.897667065 +0100 @@ -2,40 +2,40 @@ # (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format), # you may need to use the --extra-index-url option instead. @@ -18,7 +18,7 @@ diff -Nru oci-cli-3.4.4.orig/requirements.txt oci-cli-3.4.4/requirements.txt -jmespath==0.10.0 -ndg-httpsclient==0.4.2 -mock==2.0.0 --oci==2.55.0 +-oci==2.58.0 -packaging==20.2 -pluggy==0.13.0 -py==1.10.0 @@ -37,7 +37,7 @@ diff -Nru oci-cli-3.4.4.orig/requirements.txt oci-cli-3.4.4/requirements.txt +jmespath>=0.10.0 +ndg-httpsclient>=0.4.2 +mock>=2.0.0 -+oci>=2.55.0 ++oci>=2.58.0 +packaging>=20.2 +pluggy>=0.13.0 +py>=1.10.0 @@ -73,15 +73,15 @@ diff -Nru oci-cli-3.4.4.orig/requirements.txt oci-cli-3.4.4/requirements.txt +pytest-forked>=1.0.2 +PyYAML>=5.4 +docutils>=0.15.2 -diff -Nru oci-cli-3.4.4.orig/setup.py oci-cli-3.4.4/setup.py ---- oci-cli-3.4.4.orig/setup.py 2022-01-25 23:44:54.000000000 +0100 -+++ oci-cli-3.4.4/setup.py 2022-01-26 23:22:32.402743241 +0100 +diff -Nru oci-cli-3.5.2.orig/setup.py oci-cli-3.5.2/setup.py +--- oci-cli-3.5.2.orig/setup.py 2022-02-22 21:05:11.000000000 +0100 ++++ oci-cli-3.5.2/setup.py 2022-02-25 12:32:04.138046108 +0100 @@ -29,22 +29,22 @@ readme = f.read() requires = [ -- 'oci==2.55.0', -+ 'oci>=2.55.0', +- 'oci==2.58.0', ++ 'oci>=2.58.0', 'arrow>=1.0.0', 'certifi', - 'click==7.1.2', diff --git a/oci-cli-3.4.4.tar.gz b/oci-cli-3.4.4.tar.gz deleted file mode 100644 index 17cb483..0000000 --- a/oci-cli-3.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95002c6cb3b06b15d1b0b57434e5ba46b00e75dc44ba81be0245d1f8da9297cc -size 2131937 diff --git a/oci-cli-3.5.2.tar.gz b/oci-cli-3.5.2.tar.gz new file mode 100644 index 0000000..a39ca6c --- /dev/null +++ b/oci-cli-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4935ba4045883786787eff1a8e3dd814752ae092163ec9680fe937c7f7d97a +size 2258099 diff --git a/oci-cli.changes b/oci-cli.changes index 421223a..320018c 100644 --- a/oci-cli.changes +++ b/oci-cli.changes @@ -1,3 +1,111 @@ +------------------------------------------------------------------- +Fri Feb 25 11:32:30 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 3.5.2 + * Support for Speech Service + * ``oci speech`` + * Support for Data Connectivity Management Service + * ``oci data-connectivity`` + * Support for Resource Profile, Sightings, Tactics, and Technique features + as a part of the Cloud Guard Service + * ``oci cloud-guard problem-endpoint-summary list-problem-endpoints`` + * ``oci cloud-guard resource-risk-score-aggregation + request-summarized-trend-resource-risk-scores`` + * ``oci cloud-guard resource-profile get`` + * ``oci cloud-guard resource-profile-endpoint-summary list-resource-profile-endpoints`` + * ``oci cloud-guard resource-profile-impacted-resource-summary + list-resource-profile-impacted-resources`` + * ``oci cloud-guard resource-profile-risk-score-aggregation-summary + request-summarized-top-trend-resource-profile-risk-scores`` + * ``oci cloud-guard resource-profile-summary list-resource-profiles`` + * ``oci cloud-guard resource-type-summary list-resource-types`` + * ``oci cloud-guard sighting get`` + * ``oci cloud-guard sighting-endpoint-summary list-sighting-endpoints`` + * ``oci cloud-guard sighting-impacted-resource-summary list-sighting-impacted-resources`` + * ``oci cloud-guard sighting-summary list-sightings`` + * ``oci cloud-guard tactic-summary list-tactics`` + * ``oci cloud-guard technique-summary list-techniques`` + * Support for disabling crash recovery to improve the performance + of large imports in the MySql Database service. + * ``oci mysql db-system clone --crash-recovery`` + * ``oci mysql db-system create --crash-recovery`` + * ``oci mysql db-system import --crash-recovery`` + * ``oci mysql db-system update --crash-recovery`` + * Support for customer managed encryption keys for secrets stored in Analytics service + * ``oci analytics analytics-instance set-kms-key`` + * Support for option --kms-key-id to specify customer managed vault key + ocid when creating an instance in the Analytics service + * ``oci analytics analytics-instance create --kms-key-id`` + * Bug in the object storage sync in windows which deletes unexpected local subfolders + `github issue #502 `_ +- from version 3.5.1 + * Support for the AI Vision service + * ``oci ai-vision`` + * Support for the Threat Intelligence service + * ``oci threat-intelligence`` + * Support for creation of NoSQL database tables with on-demand throughput + capacity in the NoSQL Database Cloud service + * New optional property ``capacityMode`` in ``oci nosql table create + --table-limits`` parameter + * Support for trace snapshots in the Application Performance Monitoring service + * ``oci apm-traces trace aggregated-snapshot get`` + * Support for auditing and alerts in the Data Safe service + * ``oci data-safe alert update`` + * Support for data discovery and data masking in the Data Safe service + * ``oci data-safe alert-policy-rule-collection list-alert-policy-rules`` + * ``oci data-safe audit-profile discover-audit-trails`` + * ``oci data-safe audit-profile-collection list-audit-profiles + --audit-collected-volume-greater-than-or-equal-to`` + * ``oci data-safe report-definition generate-report`` + * Support for documentation for pagination support in Logging Search service + * ``oci logging-search search-logs`` + * Support for Announcements Subscriptions feature + * ``oci announce announcement-subscription change-compartment`` + * ``oci announce announcement-subscription create`` + * ``oci announce announcement-subscription create-filter-group`` + * ``oci announce announcement-subscription delete`` + * ``oci announce announcement-subscription delete-filter-group`` + * ``oci announce announcement-subscription get`` + * ``oci announce announcement-subscription list`` + * ``oci announce announcement-subscription update-filter-group`` +- from version 3.5.0 + * Support for listing fast launch job configs in the Data Science service + * ``oci data-science fast-launch-job-config list`` + * Support for Subscription endpoints to Upgrade and Manage Payment + feature in the OSP Gateway service + * ``oci osp-gateway subscription-service subscription`` + * Support for --is-highly-available for clone and update db-system + in the MySQL Database service + * ``oci mysql db-system clone --is-highly-available`` + * ``oci mysql db-system update --is-highly-available`` + * Support for Storage Management in the Database Management service + * ``oci database-management tablespace`` + * ``oci database-management managed-database list-asm-properties`` + * [BREAKING] the command ``oci osp-gateway invoice`` has been changed to + ``oci osp-gateway invoice-service invoice`` in the OSP Gateway service + - from version 3.4.5 + * Support for the Console Dashboard service + * ``oci dashboard-service dashboard-group`` + * ``oci dashboard-service dashboard`` + * Support for fetching listings by image OCID in the Marketplace service + * ``oci marketplace listing list --image-id`` + * Container Engine for Kubernetes (OKE) Service + * Support for capacity reservation + * ``oci ce node-pool create --placement-configs`` + * ``oci ce node-pool update --placement-configs`` + * Support for Tagging features + * ``oci ce cluster create --defined-tags, --freeform-tags + --persistent-volume-defined-tags, --persistent-volume-freeform-tags, + --service-lb-defined-tags, --service-lb-freeform-tags`` + * ``oci ce cluster update --defined-tags, --freeform-tags`` + * ``oci ce node-pool create --defined-tags, --freeform-tags, + --node-defined-tags, --node-freeform-tags`` + * ``oci ce node-pool update --defined-tags, --freeform-tags, + --node-defined-tags, --node-freeform-tags`` +- Refresh patches for new version + + oc_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Wed Jan 26 22:27:10 UTC 2022 - John Paul Adrian Glaubitz diff --git a/oci-cli.spec b/oci-cli.spec index 5238c34..011fd79 100644 --- a/oci-cli.spec +++ b/oci-cli.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: oci-cli%{psuffix} -Version: 3.4.4 +Version: 3.5.2 Release: 0 Summary: Oracle Cloud Infrastructure CLI License: Apache-2.0 @@ -46,7 +46,7 @@ BuildRequires: python3-click >= 7.1.2 BuildRequires: python3-cryptography >= 3.2.1 BuildRequires: python3-devel BuildRequires: python3-jmespath >= 0.10.0 -BuildRequires: python3-oci-sdk >= 2.55.0 +BuildRequires: python3-oci-sdk >= 2.58.0 BuildRequires: python3-pyOpenSSL >= 19.1.0 BuildRequires: python3-python-dateutil >= 2.5.3 BuildRequires: python3-pytz >= 2016.10 @@ -83,7 +83,7 @@ Requires: python3-certifi Requires: python3-click >= 7.1.2 Requires: python3-cryptography >= 3.2.1 Requires: python3-jmespath >= 0.10.0 -Requires: python3-oci-sdk >= 2.55.0 +Requires: python3-oci-sdk >= 2.58.0 Requires: python3-pyOpenSSL >= 19.1.0 Requires: python3-python-dateutil >= 2.5.3 Requires: python3-pytz >= 2016.10