Hello community,

here is the log from the commit of package python-pywbem for openSUSE:Factory 
checked in at 2020-04-09 23:14:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pywbem (Old)
 and      /work/SRC/openSUSE:Factory/.python-pywbem.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pywbem"

Thu Apr  9 23:14:10 2020 rev:12 rq:791759 version:0.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pywbem/python-pywbem.changes      
2020-04-05 20:52:36.669129000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pywbem.new.3248/python-pywbem.changes    
2020-04-09 23:14:11.586200739 +0200
@@ -1,0 +2,17 @@
+Mon Apr  6 11:50:43 UTC 2020 - Adam Majer <[email protected]>
+
+- Update to 0.17.0:
+  - Dev: Fixed installation of Jupyter Notebook on Python 3.4 by defining
+    the appropriate minimum versions of the ipython package,
+    per Python version. (See issue #2135)
+  - Changed the HTTPS support of pywbem.WBEMListener from using
+    the deprecated ssl.wrap_socket() function to using the
+    ssl.SSLContext class that was introduced in Python 2.7.9.
+    This causes more secure SSL settings to be used.
+    (See issue #2002)
+  - Renamed all sub-modules within the pywbem namespace so they are
+    now private (i.e. with a leading underscore).
+    This has been done for consistency with the upcoming 1.0.0
+    version of pywbem (See issue #1925)
+
+-------------------------------------------------------------------

Old:
----
  pywbem-0.16.0.tar.gz

New:
----
  pywbem-0.17.0.tar.gz

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

Other differences:
------------------
++++++ python-pywbem.spec ++++++
--- /var/tmp/diff_new_pack.Ci9D46/_old  2020-04-09 23:14:12.582201315 +0200
+++ /var/tmp/diff_new_pack.Ci9D46/_new  2020-04-09 23:14:12.586201317 +0200
@@ -17,15 +17,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
-%global         modname pywbem
 Name:           python-pywbem
-Version:        0.16.0
+Version:        0.17.0
 Release:        0
 Summary:        Python module for making CIM operation calls using the WBEM 
protocol
 License:        LGPL-2.1-or-later
 Group:          System/Management
 URL:            https://pywbem.github.io/
-Source0:        
https://github.com/pywbem/%{modname}/archive/%{version}.tar.gz#/%{modname}-%{version}.tar.gz
+Source0:        
https://github.com/pywbem/pywbem/archive/%{version}.tar.gz#/pywbem-%{version}.tar.gz
 BuildRequires:  %{python_module FormEncode}
 BuildRequires:  %{python_module M2Crypto}
 BuildRequires:  %{python_module PyYAML}
@@ -67,7 +66,7 @@
 protocol to query and update managed objects.
 
 %prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n pywbem-%{version}
 %autopatch -p1
 
 %build

++++++ pywbem-0.16.0.tar.gz -> pywbem-0.17.0.tar.gz ++++++
++++ 58615 lines of diff (skipped)


Reply via email to