Hello community,

here is the log from the commit of package python-pywinrm for openSUSE:Factory 
checked in at 2019-11-27 13:51:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pywinrm (Old)
 and      /work/SRC/openSUSE:Factory/.python-pywinrm.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pywinrm"

Wed Nov 27 13:51:03 2019 rev:3 rq:745108 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pywinrm/python-pywinrm.changes    
2018-12-24 11:42:55.657370431 +0100
+++ /work/SRC/openSUSE:Factory/.python-pywinrm.new.26869/python-pywinrm.changes 
2019-11-27 13:51:05.684482010 +0100
@@ -1,0 +2,25 @@
+Sun Nov  3 14:20:27 UTC 2019 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 0.4.0
+  * Ensure server_cert_validation=ignore supersedes
+    ca_trust_path/env overrides.
+  * Added deprecated warnings if CA trusts defined by environment
+    variables are used.
+  * Set minimum version of requests-credssp to support Kerberos
+    auth over CredSSP and other changes.
+  * Added proxy support where it can be defined within the
+    application, with the ability to specify the proxy within the
+    application.
+  * Fix for shell not setting all environment variables.
+  * Fix session clixml encoding on Python 3.
+  * Protocol.close_shell(shell_id) will now close the session(and
+    TCP connections) to the Windows machine. close_session option
+    has been added in case of leaving the session alone.
+  * Add a function to send input to a running process.
+- Use tarball from github instead of pypi
+- Drop not longer needed file LICENSE (it's part of the upstream
+  tarball
+- Add %{python_module kerberos} to BuildRequires since it's used
+  in some tests
+
+-------------------------------------------------------------------

Old:
----
  LICENSE
  pywinrm-0.3.0.tar.gz

New:
----
  pywinrm-0.4.0.tar.gz

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

Other differences:
------------------
++++++ python-pywinrm.spec ++++++
--- /var/tmp/diff_new_pack.Ta0gvZ/_old  2019-11-27 13:51:06.436481386 +0100
+++ /var/tmp/diff_new_pack.Ta0gvZ/_new  2019-11-27 13:51:06.436481386 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pywinrm
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pywinrm
-Version:        0.3.0
+Version:        0.4.0
 Release:        0
 Summary:        Python library for Windows Remote Management
 License:        MIT
 Group:          Development/Languages/Python
 URL:            http://github.com/diyan/pywinrm/
-Source:         
https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-%{version}.tar.gz
-Source1:        https://raw.githubusercontent.com/diyan/pywinrm/master/LICENSE
+Source:         
https://github.com/diyan/pywinrm/archive/v%{version}.tar.gz#/pywinrm-%{version}.tar.gz
+BuildRequires:  %{python_module kerberos}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests >= 2.9.1}
@@ -56,8 +56,6 @@
 
 %prep
 %setup -q -n pywinrm-%{version}
-# FIXME - License should be included in the pypi tarball
-cp %{SOURCE1} .
 
 %build
 %python_build

++++++ pywinrm-0.3.0.tar.gz -> pywinrm-0.4.0.tar.gz ++++++
++++ 2672 lines of diff (skipped)


Reply via email to