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 2024-07-28 17:19:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and      /work/SRC/openSUSE:Factory/.oci-cli.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oci-cli"

Sun Jul 28 17:19:20 2024 rev:68 rq:1189831 version:3.44.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-07-22 
17:15:34.171433583 +0200
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1882/oci-cli.changes        
2024-07-28 17:19:52.156814179 +0200
@@ -1,0 +2,9 @@
+Thu Jul 25 10:16:22 UTC 2024 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 3.44.3
+  * Support for calling Oracle Cloud Infrastructure services in the 
me-abudhabi-2 region
+- Refresh patches for new version
+  * oc_relax-python-depends.patch
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------

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

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  oci-cli-3.44.3.tar.gz

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

Other differences:
------------------
++++++ oci-cli.spec ++++++
--- /var/tmp/diff_new_pack.fkmmHN/_old  2024-07-28 17:19:52.728837044 +0200
+++ /var/tmp/diff_new_pack.fkmmHN/_new  2024-07-28 17:19:52.728837044 +0200
@@ -36,7 +36,7 @@
 %global _sitelibdir %{%{pythons}_sitelib}
 
 Name:           oci-cli%{psuffix}
-Version:        3.44.2
+Version:        3.44.3
 Release:        0
 Summary:        Oracle Cloud Infrastructure CLI
 License:        Apache-2.0
@@ -52,7 +52,7 @@
 BuildRequires:  %{pythons}-cryptography >= 3.2.1
 BuildRequires:  %{pythons}-devel
 BuildRequires:  %{pythons}-jmespath >= 0.10.0
-BuildRequires:  %{pythons}-oci-sdk >= 2.129.2
+BuildRequires:  %{pythons}-oci-sdk >= 2.129.3
 BuildRequires:  %{pythons}-pip
 BuildRequires:  %{pythons}-pyOpenSSL >= 22.1.0
 BuildRequires:  %{pythons}-python-dateutil >= 2.5.3
@@ -95,7 +95,7 @@
 Requires:       %{pythons}-click >= 8.0.4
 Requires:       %{pythons}-cryptography >= 3.2.1
 Requires:       %{pythons}-jmespath >= 0.10.0
-Requires:       %{pythons}-oci-sdk >= 2.129.2
+Requires:       %{pythons}-oci-sdk >= 2.129.3
 Requires:       %{pythons}-prompt_toolkit >= 3.0.38
 Requires:       %{pythons}-pyOpenSSL >= 22.1.0
 Requires:       %{pythons}-python-dateutil >= 2.5.3

++++++ _scmsync.obsinfo ++++++
mtime: 1721902719
commit: e505499637952d4c369f090c14df58d0ea53681ee7524aeb2d3375abc410c3a7
url: https://src.opensuse.org/glaubitz/oci-cli.git
revision: e505499637952d4c369f090c14df58d0ea53681ee7524aeb2d3375abc410c3a7

++++++ oc_relax-python-depends.patch ++++++
--- /var/tmp/diff_new_pack.fkmmHN/_old  2024-07-28 17:19:52.784839282 +0200
+++ /var/tmp/diff_new_pack.fkmmHN/_new  2024-07-28 17:19:52.788839441 +0200
@@ -1,7 +1,7 @@
-diff -Nru oci-cli-3.44.2.orig/requirements.txt oci-cli-3.44.2/requirements.txt
---- oci-cli-3.44.2.orig/requirements.txt       2024-07-09 10:10:47.000000000 
+0200
-+++ oci-cli-3.44.2/requirements.txt    2024-07-17 15:27:22.316700780 +0200
-@@ -2,48 +2,48 @@
+diff -Nru oci-cli-3.44.3.orig/requirements.txt oci-cli-3.44.3/requirements.txt
+--- oci-cli-3.44.3.orig/requirements.txt       2024-07-16 09:07:19.000000000 
+0200
++++ oci-cli-3.44.3/requirements.txt    2024-07-25 12:16:02.559485192 +0200
+@@ -2,45 +2,45 @@
  # 
(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 @@
 -jmespath==0.10.0
 -ndg-httpsclient==0.4.2
 -mock==2.0.0
--oci==2.129.2
+-oci==2.129.3
 -packaging==20.2
 -pluggy==0.13.0
 -py==1.11.0
@@ -26,10 +26,6 @@
 -pyOpenSSL>=17.5.0,<25.0.0
 -pycparser==2.20
 -pyparsing==2.2.0
--pytest==4.6.10; python_version <= '3.9'
--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
@@ -38,7 +34,7 @@
 +jmespath>=0.10.0
 +ndg-httpsclient>=0.4.2
 +mock>=2.0.0
-+oci>=2.129.2
++oci>=2.129.3
 +packaging>=20.2
 +pluggy>=0.13.0
 +py>=1.11.0
@@ -46,64 +42,59 @@
 +pyOpenSSL>=17.5.0
 +pycparser>=2.20
 +pyparsing>=2.2.0
-+pytest>=4.6.10; python_version <= '3.9'
+ pytest==4.6.10; python_version <= '3.9'
+-pytest==7.1.2; python_version >= '3.10'
+-pytest-cov==2.5.1
+-python-dateutil>=2.5.3,<3.0.0
 +pytest>=7.1.2; python_version >= '3.10'
 +pytest-cov>=2.5.1
 +python-dateutil>=2.5.3
  pytz>=2016.10
--requests==2.21.0; python_version == '3.6'
+ requests==2.21.0; python_version == '3.6'
 -requests==2.31.0; python_version > '3.6'
-+requests>=2.21.0; python_version == '3.6'
 +requests>=2.31.0; python_version > '3.6'
  six>=1.15.0
 -sphinx==3.3.0
 -sphinx-rtd-theme==0.4.3
 -terminaltables==3.1.10
 -tox==3.23.0
--vcrpy==1.13.0; python_version <= '3.9'
++sphinx>=3.3.0
++sphinx-rtd-theme>=0.4.3
++terminaltables>=3.1.10
++tox>=3.23.0
+ vcrpy==1.13.0; python_version <= '3.9'
 -vcrpy==4.2.1; python_version >= '3.10'
 -virtualenv==20.13.0
 -pytest-xdist==1.22.2
 -pytest-forked==1.0.2
 -PyYAML>=5.4,<=6.0.1
 -docutils==0.15.2
--prompt-toolkit==3.0.29; python_version == '3.6'
-+sphinx>=3.3.0
-+sphinx-rtd-theme>=0.4.3
-+terminaltables>=3.1.10
-+tox>=3.23.0
-+vcrpy>=1.13.0; python_version <= '3.9'
 +vcrpy>=4.2.1; python_version >= '3.10'
 +virtualenv>=20.13.0
 +pytest-xdist>=1.22.2
 +pytest-forked>=1.0.2
 +PyYAML>=5.4
 +docutils>=0.15.2
-+prompt-toolkit>=3.0.29; python_version == '3.6'
+ prompt-toolkit==3.0.29; python_version == '3.6'
  prompt-toolkit>=3.0.38,<=3.0.43; python_version > '3.6'
  setuptools>65.5.1; python_version > '3.6'
--setuptools==59.6.0; python_version == '3.6'
-+setuptools>=59.6.0; python_version == '3.6'
- # this is required because of python 3.6 requests dependency version bound
- urllib3<=1.26.15
-diff -Nru oci-cli-3.44.2.orig/setup.py oci-cli-3.44.2/setup.py
---- oci-cli-3.44.2.orig/setup.py       2024-07-09 10:10:47.000000000 +0200
-+++ oci-cli-3.44.2/setup.py    2024-07-17 15:24:28.993043047 +0200
+diff -Nru oci-cli-3.44.3.orig/setup.py oci-cli-3.44.3/setup.py
+--- oci-cli-3.44.3.orig/setup.py       2024-07-16 09:07:19.000000000 +0200
++++ oci-cli-3.44.3/setup.py    2024-07-25 12:12:13.974765186 +0200
 @@ -30,18 +30,18 @@
      readme = f.read()
  
  requires = [
--    'oci==2.129.2',
-+    'oci>=2.129.2',
+-    'oci==2.129.3',
++    'oci>=2.129.3',
      'arrow>=1.0.0',
      'certifi',
 -    'click==8.0.4',
 -    'cryptography>=3.2.1,<43.0.0',
--    'jmespath==0.10.0',
--    'python-dateutil>=2.5.3,<3.0.0',
 +    'click>=8.0.4',
 +    'cryptography>=3.2.1',
-+    'jmespath>=0.10.0',
+     'jmespath==0.10.0',
+-    'python-dateutil>=2.5.3,<3.0.0',
 +    'python-dateutil>=2.5.3',
      'pytz>=2016.10',
      'six>=1.15.0',

++++++ oci-cli-3.44.2.tar.gz -> oci-cli-3.44.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oci-cli-3.44.2/CHANGELOG.rst 
new/oci-cli-3.44.3/CHANGELOG.rst
--- old/oci-cli-3.44.2/CHANGELOG.rst    2024-07-09 10:10:47.000000000 +0200
+++ new/oci-cli-3.44.3/CHANGELOG.rst    2024-07-16 09:07:19.000000000 +0200
@@ -6,6 +6,12 @@
 
 The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.
 
+3.44.3 - 2024-07-16
+-------------------
+Added
+~~~~~
+* Support for calling Oracle Cloud Infrastructure services in the 
me-abudhabi-2 region
+
 3.44.2 - 2024-07-09
 -------------------
 Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oci-cli-3.44.2/requirements.txt 
new/oci-cli-3.44.3/requirements.txt
--- old/oci-cli-3.44.2/requirements.txt 2024-07-09 10:10:47.000000000 +0200
+++ new/oci-cli-3.44.3/requirements.txt 2024-07-16 09:07:19.000000000 +0200
@@ -14,7 +14,7 @@
 jmespath==0.10.0
 ndg-httpsclient==0.4.2
 mock==2.0.0
-oci==2.129.2
+oci==2.129.3
 packaging==20.2
 pluggy==0.13.0
 py==1.11.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oci-cli-3.44.2/setup.py new/oci-cli-3.44.3/setup.py
--- old/oci-cli-3.44.2/setup.py 2024-07-09 10:10:47.000000000 +0200
+++ new/oci-cli-3.44.3/setup.py 2024-07-16 09:07:19.000000000 +0200
@@ -30,7 +30,7 @@
     readme = f.read()
 
 requires = [
-    'oci==2.129.2',
+    'oci==2.129.3',
     'arrow>=1.0.0',
     'certifi',
     'click==8.0.4',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oci-cli-3.44.2/src/oci_cli/version.py 
new/oci-cli-3.44.3/src/oci_cli/version.py
--- old/oci-cli-3.44.2/src/oci_cli/version.py   2024-07-09 10:10:47.000000000 
+0200
+++ new/oci-cli-3.44.3/src/oci_cli/version.py   2024-07-16 09:07:19.000000000 
+0200
@@ -2,4 +2,4 @@
 # Copyright (c) 2016, 2021, Oracle and/or its affiliates.  All rights reserved.
 # This software is dual-licensed to you under the Universal Permissive License 
(UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 
as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either 
license.
 
-__version__ = '3.44.2'
+__version__ = '3.44.3'

Reply via email to