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-04-13 23:18:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vncdotool (Old)
and /work/SRC/openSUSE:Factory/.python-vncdotool.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vncdotool"
Mon Apr 13 23:18:43 2026 rev:9 rq:1346286 version:1.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vncdotool/python-vncdotool.changes
2026-03-30 18:34:11.726323007 +0200
+++
/work/SRC/openSUSE:Factory/.python-vncdotool.new.21863/python-vncdotool.changes
2026-04-13 23:19:28.189567824 +0200
@@ -1,0 +2,19 @@
+Sun Apr 12 22:04:12 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.3.0:
+ * Fix functional test suite (@phahn)
+ * Python 3.12 is supported, Python 3.7 support removed (@phahn)
+ * Improve documentation (@phahn)
+ * Improve PEP-484 type hinting (@phahn)
+ * Fix mouse dragging (@phahn)
+ * Improve special key handling, fix key-down/key-up discrepancy
+ with force_caps (@phahn, #270)
+ * Allow specifying a format with captureScreen (@erjiang, #293)
+ * Allow input literal - via client.keyPress with minus keyword
+ * Fix: typefile and pastefile now accept - as filename for
+ stdin
+ * Switch from pycryptodomex to cryptography.io (@geofft, #278)
+ * Remove transitive dependency zope.interface
+ * Bump minimum Pillow version to 10.0.1
+
+-------------------------------------------------------------------
Old:
----
vncdotool-1.2.0.tar.gz
New:
----
vncdotool-1.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-vncdotool.spec ++++++
--- /var/tmp/diff_new_pack.C8a0jb/_old 2026-04-13 23:19:28.677587968 +0200
+++ /var/tmp/diff_new_pack.C8a0jb/_new 2026-04-13 23:19:28.677587968 +0200
@@ -19,7 +19,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-vncdotool
-Version: 1.2.0
+Version: 1.3.0
Release: 0
Summary: Command line VNC client
License: MIT
@@ -32,15 +32,15 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: alts
-Requires: python-Pillow
-Requires: python-Twisted
-Requires: python-pycryptodomex
+Requires: python-Pillow >= 10.0.1
+Requires: python-Twisted >= 22.10.0
+Requires: python-cryptography >= 41.0.7
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module Pillow}
-BuildRequires: %{python_module Twisted}
+BuildRequires: %{python_module Pillow >= 10.0.1}
+BuildRequires: %{python_module Twisted >= 22.10.0}
+BuildRequires: %{python_module cryptography >= 41.0.7}
BuildRequires: %{python_module pexpect}
-BuildRequires: %{python_module pycryptodomex}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
@@ -72,7 +72,7 @@
%pytest -k 'not functional'
%files %{python_files}
-%doc README.rst
+%doc CHANGELOG.rst README.rst
%license LICENSE.txt
%python_alternative %{_bindir}/vncdo
%python_alternative %{_bindir}/vncdotool
++++++ vncdotool-1.2.0.tar.gz -> vncdotool-1.3.0.tar.gz ++++++
++++ 1843 lines of diff (skipped)