Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-vncdotool for
openSUSE:Factory checked in at 2026-03-30 18:31:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vncdotool (Old)
and /work/SRC/openSUSE:Factory/.python-vncdotool.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vncdotool"
Mon Mar 30 18:31:09 2026 rev:8 rq:1343510 version:1.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vncdotool/python-vncdotool.changes
2025-06-13 18:48:33.522503592 +0200
+++
/work/SRC/openSUSE:Factory/.python-vncdotool.new.1999/python-vncdotool.changes
2026-03-30 18:34:11.726323007 +0200
@@ -1,0 +2,28 @@
+Sun Mar 29 18:39:31 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.2.0:
+ * fixes for api.shutdown and disconnect raise exceptions, #256
+- update to 1.1.0:
+ * Huge thanks to @pmhahn for single handedly driving conversion
+ to modern Python3, as well
+ * as cleaning up a ton of outstanding issues.
+ * [BREAKING] drop python 2.x support, thanks @pmhahn
+ * Use built-in Unittest and mock for testing
+ * PEP-484 type hinting
+ * Doc improvements
+ * Test for byte handling
+ * Internal implementation of DES replaced by PyCrotodomeX
+ * Support for Apple Remote Desktop (ARD)
+ * Support for pseudo-encoding LastRec
+ * Support for Extended QEMU Key Events
+ * Support IPv6 addresses for server connection
+ * Bugfix, use configured log outputs over stdout
+ * Bugfix, handle invalid password
+ * Bugfixes for loggingproxy
+- remove obsolete patches:
+ * remove-nose.patch
+ * fix-mocking.patch
+ * python-vncdotool-no-mock.patch
+ * py311-compat.patch
+
+-------------------------------------------------------------------
Old:
----
fix-mocking.patch
py311-compat.patch
python-vncdotool-no-mock.patch
remove-nose.patch
vncdotool-1.0.0.tar.gz
New:
----
vncdotool-1.2.0.tar.gz
----------(Old B)----------
Old: * remove-nose.patch
* fix-mocking.patch
* python-vncdotool-no-mock.patch
Old: * python-vncdotool-no-mock.patch
* py311-compat.patch
Old: * fix-mocking.patch
* python-vncdotool-no-mock.patch
* py311-compat.patch
Old:- remove obsolete patches:
* remove-nose.patch
* fix-mocking.patch
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-vncdotool.spec ++++++
--- /var/tmp/diff_new_pack.0ZTXtY/_old 2026-03-30 18:34:12.546357291 +0200
+++ /var/tmp/diff_new_pack.0ZTXtY/_new 2026-03-30 18:34:12.546357291 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-vncdotool
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,12 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-vncdotool
-Version: 1.0.0
+Version: 1.2.0
Release: 0
Summary: Command line VNC client
License: MIT
URL: https://github.com/sibson/vncdotool
Source:
https://files.pythonhosted.org/packages/source/v/vncdotool/vncdotool-%{version}.tar.gz
-Patch0: remove-nose.patch
-Patch1: fix-mocking.patch
-# https://github.com/sibson/vncdotool/issues/218
-Patch2: python-vncdotool-no-mock.patch
-# gh#python/cpython#88852
-Patch3: py311-compat.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -40,11 +34,13 @@
Requires: alts
Requires: python-Pillow
Requires: python-Twisted
+Requires: python-pycryptodomex
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module Twisted}
BuildRequires: %{python_module pexpect}
+BuildRequires: %{python_module pycryptodomex}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
@@ -72,6 +68,7 @@
%python_libalternatives_reset_alternative vnclog
%check
+rm -rf tests/functional
%pytest -k 'not functional'
%files %{python_files}
++++++ vncdotool-1.0.0.tar.gz -> vncdotool-1.2.0.tar.gz ++++++
++++ 7001 lines of diff (skipped)