Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package oci-cli for openSUSE:Factory checked 
in at 2025-04-15 16:48:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and      /work/SRC/openSUSE:Factory/.oci-cli.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oci-cli"

Tue Apr 15 16:48:17 2025 rev:70 rq:1269599 version:3.54.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-12-05 
17:14:02.555170648 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1907/oci-cli.changes        
2025-04-15 16:50:19.170135122 +0200
@@ -1,0 +2,593 @@
+Tue Apr  8 12:57:24 UTC 2025 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 3.54.1
+  * File Storage service
+      * Support for the Lustre File service
+        * ``oci lfs lustre-file-system change-compartment``
+        * ``oci lfs lustre-file-system create``
+        * ``oci lfs lustre-file-system delete``
+        * ``oci lfs lustre-file-system get``
+        * ``oci lfs lustre-file-system update``
+        * ``oci lfs lustre-file-system-collection list-lustre-file-systems``
+        * ``oci lfs work-request cancel``
+        * ``oci lfs work-request get``
+        * ``oci lfs work-request list``
+        * ``oci lfs work-request-error list``
+        * ``oci lfs work-request-log-entry list-work-request-logs``
+  * Data Science Service
+      * Support for ML Applications in the Data Science service
+        * ``oci data-science ml-app``
+        * ``oci data-science ml-app-implementation``
+        * ``oci data-science ml-app-implementation-version``
+        * ``oci data-science ml-app-instance``
+        * ``oci data-science ml-app-instance-view``
+  * Application Performance Monitoring Configuration Service
+      * Support for new Action end points to export and import configurations
+        * ``oci apm-config export-configuration copy``
+        * ``oci apm-config export-configuration export``
+        * ``oci apm-config export-configuration import``
+  * Ops Insights Service
+      * Support for ECPU compute model based Ops Insights Warehouses by adding
+        new compute-model field.
+        * ``oci opsi operations-insights-warehouses update --compute-model``
+        * ``oci opsi operations-insights-warehouses create --compute-model``
+  * Updated requests dependency to `>= 2.32.0` for python version `>3.7`, 
`2.31.0`
+    for `3.7` and `2.27.0` for `3.6` per: 
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32681.
+  * Updated Jinja2 dependency to `>=3.1.5` for python version `>=3.7` and 
`<3.0.0`
+    for `3.6` per: CVE-2024-56201 
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56201
+    and https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56326.
+  * Updated certifi dependency to `2025.1.31` per: 
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39689.
+- from version 3.54.0
+  * Compute Service
+    * Support for Host API feature in Compute service
+      * ``oci compute compute-host change-compartment``
+      * ``oci compute compute-host get``
+      * ``oci compute compute-host list``
+      * ``oci compute compute-host update``
+  * Stack Monitoring Service
+    * Support for a new Stack Monitoring configuration, enabling the automatic 
activation
+      of the Management Agent on Compute instance launch
+      * ``oci stack-monitoring config 
create-compute-auto-activate-plugin-config``
+      * ``oci stack-monitoring config 
update-compute-auto-activate-plugin-config``
+    * Support for importing telegraf/collectd resources
+      * ``oci stack-monitoring resource-task update-agent-receiver 
--handler-type,
+        --is-enable, --agent-id, --compartment-id, --receiver-properties``
+    * Support for updating the handler configuration for telegraf/collectd 
resources
+      * ``oci stack-monitoring resource-task update-resource-type-configs 
--handler-type,
+        --compartment-id, --resource-types-config``
+    * Support search monitored resource types based on source type and 
resource category
+      * ``oci stack-monitoring resource-type list --resource-category, 
--source-type``
+    * Support for adding Tags in Stack Monitoring Maintenance Window resource
+      * ``oci stack-monitoring maintenance-window create --defined-tags, 
--freeform-tags``
+      * ``oci stack-monitoring maintenance-window update --defined-tags, 
--freeform-tags``
+  * Generative AI Agent service
+    * Support for tools
+      * ``oci generative-ai-agent tool create``
+      * ``oci generative-ai-agent tool 
create-tool-function-calling-tool-config``
+      * ``oci generative-ai-agent tool create-tool-http-endpoint-tool-config``
+      * ``oci generative-ai-agent tool create-tool-rag-tool-config``
+      * ``oci generative-ai-agent tool create-tool-sql-tool-config``
+      * ``oci generative-ai-agent tool delete``
+      * ``oci generative-ai-agent tool get``
+      * ``oci generative-ai-agent tool list``
+      * ``oci generative-ai-agent tool update``
+      * ``oci generative-ai-agent tool 
update-tool-function-calling-tool-config``
+      * ``oci generative-ai-agent tool update-tool-http-endpoint-tool-config``
+      * ``oci generative-ai-agent tool update-tool-rag-tool-config``
+    * Support for metadata in data-source
+      * ``oci generative-ai-agent data-source update --metadata``
+      * ``oci generative-ai-agent data-source update-object-storage-ds  
--metadata``
+  * Generative AI Agent Runtime service
+    * Support for knowledge-base-metadata-summary
+      * ``oci generative-ai-agent-runtime knowledge-base-metadata-summary 
retrieve-metadata``
+  * Delegate Access Control service
+    * [BREAKING] Command to create worklog request has been renamed
+      * ``oci delegate-access-control work-request work-request-log-entry 
list-work-request-logs``
+        renamed to ``oci delegate-access-control work-request work-request-log 
list``
+  * Oracle Cloud VMware Solution service
+    * [BREAKING] Parameter list-error has been renamed to list
+      * ``oci ocvs work-request-error list-errors`` renamed to ``oci ocvs 
work-request-error list``
+- from version 3.53.0
+  * Managed Services for Mac Service
+    * Support for the Oracle Cloud Infrastructure - Managed Services for Mac 
service
+      * ``oci mngdmac``
+  * Compute Service
+    * Support for the Compute GPU Memory Cluster and Compute GPU Memory Fabric 
services
+          * ``oci compute compute-gpu-memory-cluster``
+          * ``oci compute compute-gpu-memory-fabric``
+  * GoldenGate Service
+    * Added new optional parameter --backup-schedule for scheduling 
customer-initiated
+      backups in the GoldenGate Service
+      * ``oci goldengate deployment create --backup-schedule``
+      * ``oci goldengate deployment update --backup-schedule``
+  * Network Service
+    * [BREAKING] Removed two optional parameters, monitor-ip and ip-anycast-id 
from the following commands
+      * ``oci network byoip-range create``
+      * ``oci network byoip-range update``
+  * Tenant Manager Control Plane Service
+    * [BREAKING] Renamed the oci organizations work-request-error list-errors 
command
+      * ``oci organizations work-request-error list``
+    * [BREAKING] Renamed the oci organizations work-request-log list command
+      * ``oci organizations work-request-log-entry list``
+- from version 3.52.1
+  * Data Safe Service
+    * Support for Sensitive column Analytics in Data Safe service
+      * ``oci data-safe sensitive-data-model list-sensitive-column-analytics``
+    * Support for Sensitive type group in Data Safe service APIs
+      * ``oci data-safe sensitive-type-group create``
+      * ``oci data-safe sensitive-type-group patch-grouped-sensitive-types``
+      * ``oci data-safe sensitive-data-model create 
--sensitive-type-group-ids-for-discovery``
+      * ``oci data-safe sensitive-type-group list-grouped-sensitive-types``
+      * ``oci data-safe sensitive-type-group update``
+      * ``oci data-safe sensitive-type-group-summary 
list-sensitive-type-groups``
+      * ``oci data-safe sensitive-data-model update 
--sensitive-type-group-ids-for-discovery``
+      * ``oci data-safe discovery-job create 
--sensitive-type-group-ids-for-discovery``
+      * ``oci data-safe sensitive-type-group get``
+      * ``oci data-safe sensitive-type-group change-compartment``
+      * ``oci data-safe sensitive-type-group delete``
+    * Support for Masking rerun from specific step in Data Safe service
+      * ``oci data-safe masking-policy mask-data --re-run-from-step``
+    * Support for Masking report errors & delete in Data Safe service
+      * ``oci data-safe masking-error-summary list-masking-errors``
+      * ``oci data-safe masking-report delete``
+    * Support for optional parameter in listing findings in security assessment
+      * ``oci data-safe security-assessment list-findings --field --scim-query 
--sort-by``
+  * Database Service
+    * Support for new optional parameter --vm-cluster-type in cloud vm cluster 
create
+      * ``oci db cloud-vm-cluster create --vm-cluster-type``
+    * Support for new optional parameter --vm-cluster-type in cloud vm cluster 
list
+      * ``oci db cloud-vm-cluster list --vm-cluster-type``
+    * Support for new optional parameter --db-system-id in database software 
image
+      * ``oci db database-software-image list --db-system-id``
+    * Support for new optional parameter --vm-cluster-type in vm cluster create
+      * ``oci db vm-cluster create --vm-cluster-type``
+    * Support for new optional parameter --vm-cluster-type in vm cluster list
+      * ``oci db vm-cluster list --vm-cluster-type``
+    * Support for new optional parameter in the Exadata Database Service on 
Dedicated Infrastructure service
+      * ``oci db application-vip create --ipv6-address``
+    * Support for new optional parameter ``--database-server-type`` and 
``--storage-server-type``
+      * ``oci db cloud-exa-infra create --database-server-type, 
--storage-server-type``
+      * ``oci db exadata-infrastructure create --database-server-type, 
--storage-server-type``
+    * Support for new optional parameter --shape in flex component list
+      * ``oci db flex-component list --shape``
+  * Data Science Service
+    * Support for optional parameter ``--category`` for following commands
+      * ``oci data-science model list --category``
+      * ``oci data-science model-version-set list --category``
+    * Support for model by reference via native API
+      * ``oci data-science model create-model-custom-metadatum-artifact``
+      * ``oci data-science model create-model-defined-metadatum-artifact``
+      * ``oci data-science model delete-model-custom-metadatum-artifact``
+      * ``oci data-science model delete-model-defined-metadatum-artifact``
+      * ``oci data-science model get-model-custom-metadatum-artifact-content``
+      * ``oci data-science model get-model-defined-metadatum-artifact-content``
+      * ``oci data-science model head-model-custom-metadatum-artifact``
+      * ``oci data-science model head-model-defined-metadatum-artifact``
+      * ``oci data-science model update-model-custom-metadatum-artifact``
+      * ``oci data-science model update-model-defined-metadatum-artifact``
+      * ``oci data-science register-model-artifact-reference-details 
register-model-artifact-reference``
+  * Mysql Database Service
+    * Support for scheduling cross-region DB system backups in the HeatWave 
Service.
+      * ``oci mysql db-system create --backup-policy='{"copypolicies": [{ 
"copytoregion": "$region_name",
+        "backupcopyretentionindays": $retention_in_days }]}'``
+      * ``oci mysql db-system update --backup-policy='{"copypolicies": [{ 
"copytoregion": "$region_name",
+        "backupcopyretentionindays": $retention_in_days }]}'``
+    * Support for new optional parameter in the HeatWave Service
+      * ``oci mysql backup copy --backup-copy-retention-in-days``
+  * Support for Pipelines in the OpenSearch service
+    * ``oci opensearch pipeline``
+  * Support for new Open Id Connect Multi Authentication command in the OKE 
Control Plane service
+    * ``oci ce cluster create --oidc-configuration-file``
+- from version 3.52.0
+  * File Storage service
+    * Support for User Quotas on FileSystem resource in the File Storage 
Service
+      * ``oci fs file-system create-quota-rule``
+      * ``oci fs file-system update-quota-rule``
+      * ``oci fs file-system delete-quota-rule``
+      * ``oci fs file-system get-quota-rule``
+      * ``oci fs file-system list-quota-rules``
+      * ``oci fs file-system toggle-quota-rules`
+  * Database service
+    * Support for long term retention backup at Autonomous Recovery Service 
("ZRCV").
+      * ``oci db backup create --retention-days <Retention value in days>
+        --retention-years <Retention value in years>``
+      * ``oci db backup list --backup-destination-type <Backup destination 
type>
+        --time-expiry-start <Start time of expiry> --time-expiry-end <End time 
of expiry>
+       --type <Backup type> --db-version <Database version>``
+      * ``oci db backup update --retention-days <Retention value in days>
+        --retention-years <Retention value in years>``
+    * Support for Subscription in the Exadata Database Service on Exascale 
Infrastructure
+      * ``oci db exascale-db-storage-vault --subscription-id``
+      * ``oci db exadb-vm-cluster create --subscription-id``
+      * ``oci db exascale-db-storage-vault 
change-exascale-db-storage-vault-subscription
+        --exascale-db-storage-vault-id --subscription-id``
+      * ``oci db exadb-vm-cluster change-exadb-vm-cluster-subscription 
--exadb-vm-cluster-id
+        --subscription-id``
+    * Support for Cluster Placement Group in the Exadata Database Service on 
Exascale Infrastructure
+      * ``oci db exascale-db-storage-vault create 
--cluster-placement-group-id``
+      * ``oci db exascale-db-storage-vault list --cluster-placement-group-id``
+      * ``oci db exadb-vm-cluster list --cluster-placement-group-id``
+    * Support for multiple standby databases for Autonomous Dataguard 
Association on ADB-D and ADB-D C@C
+      * ``oci db autonomous-container-database add 
--autonomous-container-database-id``
+      * ``oci db autonomous-container-database convert-standby 
--autonomous-container-database-id``
+      * ``oci db autonomous-container-database 
edit-autonomous-container-database-dataguard
+        --autonomous-container-database-id``
+      * ``oci db autonomous-container-database 
failover-autonomous-container-database-dataguard
+        --autonomous-container-database-id``
+      * ``oci db autonomous-container-database 
switchover-autonomous-container-database-dataguard
+        --autonomous-container-database-id ``
+      * ``oci db autonomous-container-database 
reinstate-autonomous-container-database-dataguard
+        --autonomous-container-database-id ``
+      * ``oci db autonomous-container-database-dataguard migrate 
--autonomous-container-database-id``
+  * Open Search service
+    * Support for upgrade major version of cluster in OpenSearch
+      * ``oci opensearch cluster upgrade --opensearch-cluster-id 
--desired-software-version
+        --original-cluster-display-name --upgrade-type --is-clone --endpoint``
+  * PSQL service
+    * Support for creating a backup copy
+      * ``oci psql backup backup-copy --backup-id --compartment-id``
+  * Tenant Manager Control Plane service
+    * [BREAKING] Changed the values accepted by the optional parameter 
--wait-for-state
+      in the create command
+      * ``oci organizations subscription-mapping create --wait-for-state <A 
value from
+        [CREATING, ACTIVE, INACTIVE, UPDATING, DELETING, DELETED, FAILED]>``
+  * PSQL service
+    * Added new optional parameter --config-type to list-configurations
+      * ``oci psql configuration-collection list-configurations --config-type``
+  * Compute Engine service
+    * Added new optional parameter --with-auth-context which reads the auth 
and profile attributes
+      from the execution context and appends them to the oci command arguments 
in the kubeconfig file
+      * ``oci ce cluster create-kubeconfig --with-auth-context``
+- from version 3.51.9
+  * Unsupported feature "COMMAND health check" feature for Container Instance 
Service has been removed,
+    There is no specific CLI change since the option is passed in by json blob 
( --containers [complex type])
+  * Support for Database Lifecycle Management
+    * ``oci dblm``
+  * Support for OCI cache service
+    * ``oci cache``
+  * Support for Bring Your Own DKIM Keys in OCI Email Delivery Service
+  * Support for Dataflow Steps and Storage Mounts in Pipelines in Data Science 
service
+    * ``oci data-science pipeline create 
--storage-mount-configuration-details-list``
+    * ``oci data-science pipeline update 
--storage-mount-configuration-details-list``
+  * Support for new Open Id Connect Multi Authentication command in the OKE 
Control Plane service
+    * ``oci ce cluster create --configuration-file``
+  * Support for the ZPR Security Attributes
+    * ``oci load balancer``
+  * Support for Reserve Private IP for Private IP and IPv6
+    * ``oci network ipv6 ipv6-vnic-detach <input-params>``
+    * ``oci network private-ip private-ip-vnic-detach <input- params>``
+  * Support for new optional parameters in the Private IP and IPv6 for Reserve 
Private IP
+    * ``oci network ipv6 create --lifetime``
+    * ``oci network private-ip create --lifetime``
+    * ``oci network ipv6 update --lifetime``
+    * ``oci network private-ip update --lifetime``
+  * Support for extra user-editable configuration parameters in the MySQL 
Heatwave Database service
+  * OS Management Hub service
+    * Support for rebooting of instances, groups and lifecycle stages
+      * ``oci os-management-hub lifecycle-stage reboot``
+      * ``oci os-management-hub managed-instance reboot``
+      * ``oci os-management-hub managed-instance-group reboot``
+    * Support for private and third party repositories
+      * ``oci os-management-hub software-source create-private-swsrc``
+      * ``oci os-management-hub software-source create-third-party-swsrc``
+      * ``oci os-management-hub software-source update-private-swsrc``
+      * ``oci os-management-hub software-source update-third-party-swsrc``
+    * Support for re-running work requests
+      * ``oci os-management-hub work-request rerun``
+    * Support for new commands for custom software sources
+      * ``oci os-management-hub software-source get-software-source-manifest``
+      * ``oci os-management-hub software-source 
update-software-source-manifest``
+      * ``oci os-management-hub software-source remove-packages``
+      * ``oci os-management-hub software-source replace-packages``
+      * ``oci os-management-hub software-source 
list-available-software-packages``
+      * ``oci os-management-hub software-source generate-metadata``
+    * Support for new commands for profiles
+      * ``oci os-management-hub profile list-available-software-sources``
+      * ``oci os-management-hub profile get-profile-version``
+      * ``oci os-management-hub profile detach-software-sources``
+      * ``oci os-management-hub profile attach-software-sources``
+      * ``oci os-management-hub profile attach-management-station``
+      * ``oci os-management-hub profile attach-managed-instance-group``
+      * ``oci os-management-hub profile attach-lifecycle-stage``
+      * ``oci os-management-hub profile create-windows-stand-alone-profile``
+    * Support for new commands for manages instances
+      * ``oci os-management-hub managed-instance 
associate-managed-instances-with-management-station``
+    * Support for new optional parameter
+      * ``oci os-management-hub managed-instance list --agent-version 
--management-station
+        --is-reboot-required --management-station-ne
++++ 296 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes
++++ and /work/SRC/openSUSE:Factory/.oci-cli.new.1907/oci-cli.changes

Old:
----
  oci-cli-3.50.2.tar.gz

New:
----
  oci-cli-3.54.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ oci-cli.spec ++++++
--- /var/tmp/diff_new_pack.gDJuKa/_old  2025-04-15 16:50:19.698156754 +0200
+++ /var/tmp/diff_new_pack.gDJuKa/_new  2025-04-15 16:50:19.702156918 +0200
@@ -36,7 +36,7 @@
 %global _sitelibdir %{%{pythons}_sitelib}
 
 Name:           oci-cli%{psuffix}
-Version:        3.50.2
+Version:        3.54.1
 Release:        0
 Summary:        Oracle Cloud Infrastructure CLI
 License:        Apache-2.0
@@ -47,12 +47,12 @@
 BuildRequires:  %{pythons}-PyJWT
 BuildRequires:  %{pythons}-PyYAML >= 5.4.1
 BuildRequires:  %{pythons}-arrow >= 1.0.0
-BuildRequires:  %{pythons}-certifi
+BuildRequires:  %{pythons}-certifi >= 2025.1.31
 BuildRequires:  %{pythons}-click >= 8.0.4
 BuildRequires:  %{pythons}-cryptography >= 3.2.1
 BuildRequires:  %{pythons}-devel
 BuildRequires:  %{pythons}-jmespath >= 0.10.0
-BuildRequires:  %{pythons}-oci-sdk >= 2.129.3
+BuildRequires:  %{pythons}-oci-sdk >= 2.149.2
 BuildRequires:  %{pythons}-pip
 BuildRequires:  %{pythons}-pyOpenSSL >= 22.1.0
 BuildRequires:  %{pythons}-python-dateutil >= 2.5.3
@@ -91,11 +91,11 @@
 %endif
 Requires:       %{pythons}-PyYAML >= 5.4.1
 Requires:       %{pythons}-arrow >= 1.0.0
-Requires:       %{pythons}-certifi
+Requires:       %{pythons}-certifi >= 2025.1.31
 Requires:       %{pythons}-click >= 8.0.4
 Requires:       %{pythons}-cryptography >= 3.2.1
 Requires:       %{pythons}-jmespath >= 0.10.0
-Requires:       %{pythons}-oci-sdk >= 2.129.3
+Requires:       %{pythons}-oci-sdk >= 2.149.2
 Requires:       %{pythons}-prompt_toolkit >= 3.0.38
 Requires:       %{pythons}-pyOpenSSL >= 22.1.0
 Requires:       %{pythons}-python-dateutil >= 2.5.3

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.gDJuKa/_old  2025-04-15 16:50:19.730158065 +0200
+++ /var/tmp/diff_new_pack.gDJuKa/_new  2025-04-15 16:50:19.734158230 +0200
@@ -1,5 +1,5 @@
-mtime: 1733407083
-commit: 8dc939aa629c674fe3e72bda9e4ea2ae640b545b516e27fe4e35bc2cc2c661e7
+mtime: 1744716072
+commit: d3e7fcbbe1e547c7ff31715864ba9af7efc01d7efbfb5892dcaf0be0f081e5bd
 url: https://src.opensuse.org/glaubitz/oci-cli.git
-revision: 8dc939aa629c674fe3e72bda9e4ea2ae640b545b516e27fe4e35bc2cc2c661e7
+revision: d3e7fcbbe1e547c7ff31715864ba9af7efc01d7efbfb5892dcaf0be0f081e5bd
 

++++++ build.specials.obscpio ++++++

++++++ oc_relax-python-depends.patch ++++++
--- /var/tmp/diff_new_pack.gDJuKa/_old  2025-04-15 16:50:19.818161671 +0200
+++ /var/tmp/diff_new_pack.gDJuKa/_new  2025-04-15 16:50:19.822161835 +0200
@@ -1,6 +1,6 @@
-diff -Nru oci-cli-3.50.2.orig/requirements.txt oci-cli-3.50.2/requirements.txt
---- oci-cli-3.50.2.orig/requirements.txt       2024-11-19 05:51:21.000000000 
+0100
-+++ oci-cli-3.50.2/requirements.txt    2024-12-05 12:30:34.895782410 +0100
+diff -Nru oci-cli-3.54.1.orig/requirements.txt oci-cli-3.54.1/requirements.txt
+--- oci-cli-3.54.1.orig/requirements.txt       2025-04-01 15:49:25.000000000 
+0200
++++ oci-cli-3.54.1/requirements.txt    2025-04-08 14:56:19.692427186 +0200
 @@ -2,51 +2,51 @@
  # 
(https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format),
  # you may need to use the --extra-index-url option instead.
@@ -8,18 +8,23 @@
 -appdirs==1.4.3
 +appdirs>=1.4.3
  arrow>=1.0.0
- certifi
+-certifi==2025.1.31
++certifi>=2025.1.31
  cffi>=1.9.1
 -click==8.0.4
 -coverage==4.5.2
 -cryptography>=3.2.1,<46.0.0
 -httpsig-cffi==15.0.0
--Jinja2==3.0.3; python_version == '3.6'
--Jinja2<3.1; python_version >= '3.7'
++click>=8.0.4
++coverage>=4.5.2
++cryptography>=3.2.1
++httpsig-cffi>=15.0.0
+ Jinja2<3.0.0; python_version == '3.6'
+ Jinja2>=3.1.5; python_version >= '3.7'
 -jmespath==0.10.0
 -ndg-httpsclient==0.4.2
 -mock==2.0.0
--oci==2.139.0
+-oci==2.149.2
 -packaging==20.2
 -pluggy==0.13.0
 -py==1.11.0
@@ -31,16 +36,10 @@
 -pytest==7.1.2; python_version >= '3.10'
 -pytest-cov==2.5.1
 -python-dateutil>=2.5.3,<3.0.0
-+click>=8.0.4
-+coverage>=4.5.2
-+cryptography>=3.2.1
-+httpsig-cffi>=15.0.0
-+Jinja2>=3.0.3; python_version == '3.6'
-+Jinja2; python_version >= '3.7'
 +jmespath>=0.10.0
 +ndg-httpsclient>=0.4.2
 +mock>=2.0.0
-+oci>=2.139.0
++oci>=2.149.2
 +packaging>=20.2
 +pluggy>=0.13.0
 +py>=1.11.0
@@ -53,9 +52,9 @@
 +pytest-cov>=2.5.1
 +python-dateutil>=2.5.3
  pytz>=2016.10
--requests==2.21.0; python_version == '3.6'
+-requests==2.27.0; python_version == '3.6'
 -requests==2.31.0; python_version == '3.7'
-+requests>=2.21.0; python_version == '3.6'
++requests>=2.27.0; python_version == '3.6'
 +requests>=2.31.0; python_version == '3.7'
  requests>=2.32.0; python_version > '3.7'
  six>=1.15.0
@@ -71,7 +70,6 @@
 -PyYAML>=5.4,<=6.0.1
 -docutils==0.15.2
 -prompt-toolkit==3.0.29; python_version == '3.6'
--prompt-toolkit>=3.0.38,<=3.0.43; python_version > '3.6'
 +sphinx>=3.3.0
 +sphinx-rtd-theme>=0.4.3
 +terminaltables>=3.1.10
@@ -84,30 +82,30 @@
 +PyYAML>=5.4
 +docutils>=0.15.2
 +prompt-toolkit>=3.0.29; python_version == '3.6'
-+prompt-toolkit>=3.0.38; python_version > '3.6'
+ prompt-toolkit>=3.0.38,<=3.0.43; python_version > '3.6'
  setuptools>70.0.0; python_version > '3.7'
 -setuptools==68.0.0; python_version == '3.7'
 -setuptools==59.6.0; python_version == '3.6'
-+setuptools>=68.0.0; python_version == '3.7'
++setuptools>=68.0.0; python_version >= '3.7'
 +setuptools>=59.6.0; python_version == '3.6'
  # this is required because of python 3.6 requests dependency version bound
--urllib3<=1.26.15
-+urllib3
-diff -Nru oci-cli-3.50.2.orig/setup.py oci-cli-3.50.2/setup.py
---- oci-cli-3.50.2.orig/setup.py       2024-11-19 05:51:21.000000000 +0100
-+++ oci-cli-3.50.2/setup.py    2024-12-05 12:22:45.025213713 +0100
+ urllib3<=1.26.15
+diff -Nru oci-cli-3.54.1.orig/setup.py oci-cli-3.54.1/setup.py
+--- oci-cli-3.54.1.orig/setup.py       2025-04-01 15:49:25.000000000 +0200
++++ oci-cli-3.54.1/setup.py    2025-04-08 14:57:00.250183179 +0200
 @@ -30,21 +30,21 @@
      readme = f.read()
  
  requires = [
--    'oci==2.139.0',
-+    'oci>=2.139.0',
+-    'oci==2.149.2',
++    'oci>=2.149.2',
      'arrow>=1.0.0',
-     'certifi',
+-    'certifi==2025.1.31',
 -    'click==8.0.4',
 -    'cryptography>=3.2.1,<46.0.0',
 -    'jmespath==0.10.0',
 -    'python-dateutil>=2.5.3,<3.0.0',
++    'certifi>=2025.1.31',
 +    'click>=8.0.4',
 +    'cryptography>=3.2.1',
 +    'jmespath>=0.10.0',

++++++ oci-cli-3.50.2.tar.gz -> oci-cli-3.54.1.tar.gz ++++++
++++ 56869 lines of diff (skipped)

Reply via email to