Hello community,

here is the log from the commit of package python-pypsexec for openSUSE:Factory 
checked in at 2020-12-16 11:00:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pypsexec (Old)
 and      /work/SRC/openSUSE:Factory/.python-pypsexec.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pypsexec"

Wed Dec 16 11:00:23 2020 rev:2 rq:855891 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pypsexec/python-pypsexec.changes  
2019-01-11 14:04:45.955843709 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pypsexec.new.2328/python-pypsexec.changes    
    2020-12-16 11:00:23.331564079 +0100
@@ -2 +2 @@
-Tue Jan  8 17:10:04 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+Mon Dec 14 14:09:21 UTC 2020 - Martin Hauke <mar...@gmx.de>
@@ -4 +4,12 @@
-- Use noun phrase in summary.
+- Update to version 0.2.0
+  * Breaking change where processes are run as the native
+    architecture bitness, e.g. 64-bit on 64-bit OS' and 32-bit on
+    32-bit OS'
+    This changes the old behaviour of always running as a 32-bit
+    process. Any application relying on running with 32-bit paths
+    will need to set wow64=True on run_executable() to restore the
+    older behaviour.
+  * Dropped support for Python 2.6 and Python 3.4.
+  * Updated the PAExec executable to 1.27.
+  * Handle non-ASCII characters when enumerating the services on
+    the remote host.

Old:
----
  python-pypsexec-0.1.0.tar.gz

New:
----
  python-pypsexec-0.2.0.tar.gz

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

Other differences:
------------------
++++++ python-pypsexec.spec ++++++
--- /var/tmp/diff_new_pack.R9APRx/_old  2020-12-16 11:00:25.347566060 +0100
+++ /var/tmp/diff_new_pack.R9APRx/_new  2020-12-16 11:00:25.347566060 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pypsexec
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pypsexec
-Version:        0.1.0
+Version:        0.2.0
 Release:        0
-Summary:        Python library to run commands on a remote Windows host using 
SMB/RPC
+Summary:        Run commands on a remote Windows host using SMB/RPC
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/jborean93/pypsexec
-#Source:         
https://files.pythonhosted.org/packages/source/p/pypsexec/pypsexec-%%{version}.tar.gz
 Source:         
https://github.com/jborean93/pypsexec/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
@@ -55,7 +53,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_version}
+%pytest
 
 %files %{python_files}
 %license LICENSE

++++++ python-pypsexec-0.1.0.tar.gz -> python-pypsexec-0.2.0.tar.gz ++++++
++++ 7804 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to