Hello community,

here is the log from the commit of package python-junos-eznc for 
openSUSE:Factory checked in at 2020-08-29 20:44:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-junos-eznc (Old)
 and      /work/SRC/openSUSE:Factory/.python-junos-eznc.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-junos-eznc"

Sat Aug 29 20:44:33 2020 rev:7 rq:830423 version:2.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-junos-eznc/python-junos-eznc.changes      
2020-08-24 15:09:26.930579607 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-junos-eznc.new.3399/python-junos-eznc.changes
    2020-08-29 20:44:53.249528729 +0200
@@ -1,0 +2,7 @@
+Fri Aug 28 15:56:45 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 2.5.3
+  Bugs fixed:
+  * vmhost single re based image upgrade is failing while reboot.
+
+-------------------------------------------------------------------

Old:
----
  python-junos-eznc-2.5.2.tar.gz

New:
----
  python-junos-eznc-2.5.3.tar.gz

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

Other differences:
------------------
++++++ python-junos-eznc.spec ++++++
--- /var/tmp/diff_new_pack.K5vwKB/_old  2020-08-29 20:44:54.113529090 +0200
+++ /var/tmp/diff_new_pack.K5vwKB/_new  2020-08-29 20:44:54.113529090 +0200
@@ -2,7 +2,7 @@
 # spec file for package python-junos-eznc
 #
 # Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2017, Martin Hauke <[email protected]>
+# Copyright (c) 2017-2020, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-junos-eznc
-Version:        2.5.2
+Version:        2.5.3
 Release:        0
 Summary:        Junos 'EZ' automation for non-programmers
 License:        Apache-2.0

++++++ python-junos-eznc-2.5.2.tar.gz -> python-junos-eznc-2.5.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-junos-eznc-2.5.2/lib/jnpr/junos/_version.py 
new/py-junos-eznc-2.5.3/lib/jnpr/junos/_version.py
--- old/py-junos-eznc-2.5.2/lib/jnpr/junos/_version.py  2020-08-21 
09:07:17.000000000 +0200
+++ new/py-junos-eznc-2.5.3/lib/jnpr/junos/_version.py  2020-08-25 
11:35:29.000000000 +0200
@@ -22,9 +22,9 @@
     # setup.py/versioneer.py will grep for the variable names, so they must
     # each be defined on a line of their own. _version.py will just call
     # get_keywords().
-    git_refnames = " (HEAD -> master, tag: 2.5.2)"
-    git_full = "6705a002e9909ece9d68048baf71ea31dbf8939e"
-    git_date = "2020-08-21 12:37:17 +0530"
+    git_refnames = " (HEAD -> master, tag: 2.5.3)"
+    git_full = "db3886c21d51f59ac550c1b87a9d44bdc98ee963"
+    git_date = "2020-08-25 15:05:29 +0530"
     keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
     return keywords
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-junos-eznc-2.5.2/lib/jnpr/junos/utils/sw.py 
new/py-junos-eznc-2.5.3/lib/jnpr/junos/utils/sw.py
--- old/py-junos-eznc-2.5.2/lib/jnpr/junos/utils/sw.py  2020-08-21 
09:07:17.000000000 +0200
+++ new/py-junos-eznc-2.5.3/lib/jnpr/junos/utils/sw.py  2020-08-25 
11:35:29.000000000 +0200
@@ -1056,7 +1056,7 @@
             if self._dev.facts["2RE"]:
                 cmd = E("other-routing-engine")
         elif all_re is True:
-            if vmhost is True:
+            if self._multi_RE is True and vmhost is True:
                 cmd.append(E("routing-engine", "both"))
             elif self._multi_RE is True and self._multi_VC is False:
                 cmd.append(E("both-routing-engines"))


Reply via email to