Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package linode-cli for openSUSE:Factory 
checked in at 2022-05-05 23:06:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linode-cli (Old)
 and      /work/SRC/openSUSE:Factory/.linode-cli.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linode-cli"

Thu May  5 23:06:57 2022 rev:2 rq:975089 version:5.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/linode-cli/linode-cli.changes    2022-03-17 
17:01:33.821688356 +0100
+++ /work/SRC/openSUSE:Factory/.linode-cli.new.1538/linode-cli.changes  
2022-05-05 23:07:32.913643819 +0200
@@ -1,0 +2,6 @@
+Tue May 03 12:52:14 UTC 2022 - romb...@apache.org
+
+- Update to version 5.19.0:
+  * Make LKE test work through version rotations
+
+-------------------------------------------------------------------

Old:
----
  linode-cli-5.17.1.tar.gz

New:
----
  linode-cli-5.19.0.tar.gz

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

Other differences:
------------------
++++++ linode-cli.spec ++++++
--- /var/tmp/diff_new_pack.PJ3T16/_old  2022-05-05 23:07:34.397645672 +0200
+++ /var/tmp/diff_new_pack.PJ3T16/_new  2022-05-05 23:07:34.401645677 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package linode-cli
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define cli_name    linode-cli
 %bcond_without python2
 
 Name:           linode-cli
-Version:        5.17.1
+Version:        5.19.0
 Release:        0
 Summary:        The Linode command-line interface
 License:        BSD-3-Clause
@@ -28,21 +29,21 @@
 Source1:        openapi.yaml
 # PATCH-FIX-OPENSUSE 0001-Remove-shebang-from-non-executable-files.patch
 Patch:          0001-Remove-shebang-from-non-executable-files.patch
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module terminaltables}
-BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module terminaltables}
+BuildRequires:  python-rpm-macros
 %if %{with python2}
-BuildRequires:  python2-future
 BuildRequires:  python-enum34
+BuildRequires:  python2-future
 %endif
-Requires:       python-terminaltables
-Requires:       python-requests
 Requires:       python-PyYAML
+Requires:       python-requests
+Requires:       python-terminaltables
 %ifpython2
-Requires:       python2-future
 Requires:       python-enum34
+Requires:       python2-future
 %endif
 Requires(post): update-alternatives
 Requires(postun):update-alternatives

++++++ _service ++++++
--- /var/tmp/diff_new_pack.PJ3T16/_old  2022-05-05 23:07:34.437645722 +0200
+++ /var/tmp/diff_new_pack.PJ3T16/_new  2022-05-05 23:07:34.441645726 +0200
@@ -5,7 +5,7 @@
     <param name="exclude">.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
-    <param name="revision">5.17.1</param>
+    <param name="revision">5.19.0</param>
     <param name="changesgenerate">enable</param>
     <!-- ensure parity with `osc service runall download_file` -->
     <param name="submodules">disable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.PJ3T16/_old  2022-05-05 23:07:34.461645752 +0200
+++ /var/tmp/diff_new_pack.PJ3T16/_new  2022-05-05 23:07:34.465645757 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/linode/linode-cli.git</param>
-              <param 
name="changesrevision">18148c01d6469c6ae181da1fef67f65e0fe6c4d9</param></service></servicedata>
+              <param 
name="changesrevision">17d061ff4fd91aa2ac7b882bb4b3791a4d23dff7</param></service></servicedata>
 (No newline at EOF)
 

++++++ linode-cli-5.17.1.tar.gz -> linode-cli-5.19.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linode-cli-5.17.1/test/lke/clusters.bats 
new/linode-cli-5.19.0/test/lke/clusters.bats
--- old/linode-cli-5.17.1/test/lke/clusters.bats        2022-02-09 
14:36:23.000000000 +0100
+++ new/linode-cli-5.19.0/test/lke/clusters.bats        2022-04-19 
16:57:46.000000000 +0200
@@ -21,20 +21,21 @@
 }
 
 @test "it should deploy an lke cluster" {
+    local lke_version=$(linode-cli lke versions-list --text --no-headers | 
head -1)
     run linode-cli lke cluster-create \
         --region us-east \
         --label cli-test-1 \
         --node_pools.type g6-standard-1 \
         --node_pools.count 1 \
         --node_pools.disks '[{"type":"ext4","size":1024}]' \
-        --k8s_version 1.21 \
+        --k8s_version $lke_version \
         --text \
         --delimiter "," \
         --no-headers \
         --format 'label,region,k8s_version' \
         --no-defaults
 
-    assert_output --regexp "cli-test-1,us-east,1.21"
+    assert_output --regexp "cli-test-1,us-east,$lke_version"
 }
 
 @test "it should remove all lke clusters" {

++++++ openapi.yaml ++++++
++++ 1675 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/linode-cli/openapi.yaml
++++ and /work/SRC/openSUSE:Factory/.linode-cli.new.1538/openapi.yaml

Reply via email to