commit oci-cli for openSUSE:Factory
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 2021-05-23 00:06:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oci-cli (Old) and /work/SRC/openSUSE:Factory/.oci-cli.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "oci-cli" Sun May 23 00:06:14 2021 rev:6 rq:894935 version:2.24.5 Changes: -------- --- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes 2021-05-15 23:17:27.948433757 +0200 +++ /work/SRC/openSUSE:Factory/.oci-cli.new.2988/oci-cli.changes 2021-05-23 00:06:20.058559711 +0200 @@ -1,0 +2,12 @@ +Thu May 20 16:16:13 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de> + +- Update to version 2.24.5 + * Support for Object storage configuration source in the + Resource Manager service + * Support for spark-submit compatible options in the Data Flow service + * Fixed: Wait for state parameter for the following commands were + returning an error on valid states + * Fixed list commands in Artifacts service +- Refresh oc_relax-python-depends.patch + +------------------------------------------------------------------- Old: ---- v2.24.4.tar.gz New: ---- oci-cli-2.24.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oci-cli.spec ++++++ --- /var/tmp/diff_new_pack.88ii1R/_old 2021-05-23 00:06:20.582556923 +0200 +++ /var/tmp/diff_new_pack.88ii1R/_new 2021-05-23 00:06:20.586556902 +0200 @@ -1,5 +1,5 @@ # -# spec file for package oci-cli-test +# spec file for package oci-cli # # Copyright (c) 2021 SUSE LLC # @@ -28,16 +28,17 @@ %bcond_with test %endif Name: oci-cli%{psuffix} -Version: 2.24.4 +Version: 2.24.5 Release: 0 Summary: Oracle Cloud Infrastructure CLI License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/cli.htm -Source: https://github.com/oracle/oci-cli/archive/v%{version}.tar.gz +Source: https://github.com/oracle/oci-cli/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: oc_relax-python-depends.patch Patch1: oc_name-defaults_file-parameter.patch BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildRequires: python3-PyJWT BuildRequires: python3-PyYAML >= 5.4.1 BuildRequires: python3-arrow >= 0.14.7 @@ -46,7 +47,7 @@ BuildRequires: python3-cryptography >= 3.3.2 BuildRequires: python3-devel BuildRequires: python3-jmespath >= 0.9.4 -BuildRequires: python3-oci-sdk >= 2.38.2 +BuildRequires: python3-oci-sdk >= 2.38.3 BuildRequires: python3-pyOpenSSL >= 18.0.0 BuildRequires: python3-python-dateutil >= 2.5.3 BuildRequires: python3-pytz >= 2016.10 @@ -84,7 +85,7 @@ Requires: python3-click >= 6.7 Requires: python3-cryptography >= 3.3.2 Requires: python3-jmespath >= 0.10.0 -Requires: python3-oci-sdk >= 2.38.2 +Requires: python3-oci-sdk >= 2.38.3 Requires: python3-pyOpenSSL >= 18.0.0 Requires: python3-python-dateutil >= 2.5.3 Requires: python3-pytz >= 2016.10 @@ -102,25 +103,23 @@ functionality. %prep -%setup -q -n oci-cli-%{version} -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 # Fix includes sed -i 's/from oci._vendor //' src/oci_cli/*.py services/container_engine/src/oci_cli_container_engine/*.py services/object_storage/src/oci_cli_object_storage/object_storage_transfer_manager/*.py services/dts/src/oci_cli_dts/physical_appliance_control_plane/client/*.py services/dts/src/oci_cli_dts/*.py tests/*.py sed -i 's/oci\._vendor\.//' src/oci_cli/*.py services/dts/src/oci_cli_dts/*.py services/container_engine/src/oci_cli_container_engine/*.py tests/*.py tests/vcr_mods/*.py %build -python3 setup.py build +%python3_build -%check %if %{with test} +%check export PYTHONDONTWRITEBYTECODE=1 export PYTHONPATH=%{buildroot}%{python3_sitelib} py.test -s tests/unit %endif %install -python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-scripts=%{_bindir} +%python3_install %fdupes %{buildroot}%{python3_sitelib} %files ++++++ oc_relax-python-depends.patch ++++++ --- /var/tmp/diff_new_pack.88ii1R/_old 2021-05-23 00:06:20.606556795 +0200 +++ /var/tmp/diff_new_pack.88ii1R/_new 2021-05-23 00:06:20.606556795 +0200 @@ -1,14 +1,14 @@ -diff -Nru oci-cli-2.24.4.orig/requirements.txt oci-cli-2.24.4/requirements.txt ---- oci-cli-2.24.4.orig/requirements.txt 2021-05-11 22:38:54.000000000 +0200 -+++ oci-cli-2.24.4/requirements.txt 2021-05-14 13:21:01.440182907 +0200 -@@ -2,41 +2,40 @@ +diff -Nur oci-cli-2.24.5/requirements.txt new/requirements.txt +--- oci-cli-2.24.5/requirements.txt 2021-05-19 01:47:14.000000000 +0200 ++++ new/requirements.txt 2021-05-20 18:19:50.801629082 +0200 +@@ -2,41 +2,41 @@ # (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-forma...), # you may need to use the --extra-index-url option instead. -appdirs==1.4.3 -arrow==0.17.0 -+appdirs>=1.4.3 -+arrow>=0.17.0 ++appdirs~=1.4.3 ++arrow~=0.17.0 certifi cffi>=1.9.1 -click==6.7 @@ -20,7 +20,7 @@ -jmespath==0.10.0 -ndg-httpsclient==0.4.2 -mock==2.0.0 --oci==2.38.2 +-oci==2.38.3 -packaging==20.2 -pluggy==0.13.0 -py==1.10.0 @@ -30,30 +30,31 @@ -pyparsing==2.2.0 -pytest==3.2.3 -pytest-cov==2.5.1 -+click>=6.7 -+coverage>=4.5.2 -+cryptography>=3.3.2 -+httpsig-cffi>=15.0.0 -+Jinja2>=2.11.3 -+jmespath>=0.10.0 -+ndg-httpsclient>=0.4.2 -+mock>=2.0.0 -+oci>=2.38.2 -+packaging>=20.2 -+pluggy>=0.13.0 -+py>=1.10.0 -+pyasn1>=0.2.3 -+pyOpenSSL>=19.1.0 -+pycparser>=2.20 -+pyparsing>=2.2.0 -+pytest>=3.2.3 -+pytest-cov>=2.5.1 ++click~=6.7 ++configparser~=4.0.2 ++coverage~=4.5.2 ++cryptography~=3.3.2 ++httpsig-cffi~=15.0.0 ++Jinja2~=2.11.3 ++jmespath~=0.10.0 ++ndg-httpsclient~=0.4.2 ++mock~=2.0.0 ++oci~=2.38.3 ++packaging~=20.2 ++pluggy~=0.13.0 ++py~=1.10.0 ++pyasn1~=0.2.3 ++pyOpenSSL~=19.1.0 ++pycparser~=2.20 ++pyparsing~=2.2.0 ++pytest~=3.2.3 ++pytest-cov~=2.5.1 python-dateutil>=2.5.3,<3.0.0 pytz>=2016.10 -requests==2.21.0 -retrying==1.3.3 -+requests>=2.21.0 -+retrying>=1.3.3 ++requests~=2.21.0 ++retrying~=1.3.3 setuptools<45 -six==1.14.0 -sphinx==1.6.4 @@ -65,35 +66,36 @@ -pytest-xdist==1.22.2 -pytest-forked==1.0.2 -PyYAML==5.4.1 -+six>=1.14.0 -+sphinx>=1.6.4 -+sphinx-rtd-theme>=0.2.5b1 -+terminaltables>=3.1.0 -+tox>=3.23.0 -+vcrpy>=1.13.0 -+virtualenv>=16.7.10 -+pytest-xdist>=1.22.2 -+pytest-forked>=1.0.2 -+PyYAML>=5.4.1 -diff -Nru oci-cli-2.24.4.orig/setup.py oci-cli-2.24.4/setup.py ---- oci-cli-2.24.4.orig/setup.py 2021-05-11 22:38:54.000000000 +0200 -+++ oci-cli-2.24.4/setup.py 2021-05-14 13:21:19.100333555 +0200 -@@ -30,24 +30,23 @@ ++six~=1.14.0 ++sphinx~=1.6.4 ++sphinx-rtd-theme~=0.2.5b1 ++terminaltables~=3.1.0 ++tox~=3.23.0 ++vcrpy~=1.13.0 ++virtualenv~=16.7.10 ++pytest-xdist~=1.22.2 ++pytest-forked~=1.0.2 ++PyYAML~=5.4.1 +diff -Nur oci-cli-2.24.5/setup.py new/setup.py +--- oci-cli-2.24.5/setup.py 2021-05-19 01:47:14.000000000 +0200 ++++ new/setup.py 2021-05-20 18:19:50.801629082 +0200 +@@ -30,24 +30,24 @@ readme = f.read() requires = [ -- 'oci==2.38.2', +- 'oci==2.38.3', - 'arrow==0.17.0', -+ 'oci>=2.38.2', -+ 'arrow>=0.17.0', ++ 'oci~=2.38.3', ++ 'arrow~=0.17.0', 'certifi', - 'click==6.7', - 'configparser==4.0.2', - 'cryptography==3.3.2', - 'jmespath==0.10.0', -+ 'click>=6.7', -+ 'cryptography>=3.3.2', -+ 'jmespath>=0.10.0', ++ 'click~=6.7', ++ 'configparser~=4.0.2', ++ 'cryptography~=3.3.2', ++ 'jmespath~=0.10.0', 'python-dateutil>=2.5.3,<3.0.0', 'pytz>=2016.10', - 'retrying==1.3.3', @@ -101,16 +103,16 @@ - 'terminaltables==3.1.0', - 'pyOpenSSL==19.1.0', - 'PyYAML==5.4.1' -+ 'retrying>=1.3.3', -+ 'six>=1.14.0', -+ 'terminaltables>=3.1.0', -+ 'pyOpenSSL>=19.1.0', -+ 'PyYAML>=5.4.1' ++ 'retrying~=1.3.3', ++ 'six~=1.14.0', ++ 'terminaltables~=3.1.0', ++ 'pyOpenSSL~=19.1.0', ++ 'PyYAML~=5.4.1' ] extras = { - 'db': ['cx_Oracle==7.0'] -+ 'db': ['cx_Oracle>=7.0'] ++ 'db': ['cx_Oracle~=7.0'] } fips_libcrypto_file = os.getenv("OCI_CLI_FIPS_LIBCRYPTO_FILE")
participants (1)
-
Source-Sync