Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyserial for openSUSE:Factory
checked in at 2021-01-25 18:22:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyserial (Old)
and /work/SRC/openSUSE:Factory/.python-pyserial.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyserial"
Mon Jan 25 18:22:29 2021 rev:18 rq:865255 version:3.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyserial/python-pyserial.changes
2019-04-19 18:36:53.799071438 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyserial.new.28504/python-pyserial.changes
2021-01-25 18:22:30.152333078 +0100
@@ -1,0 +2,45 @@
+Wed Jan 20 08:06:12 UTC 2021 - Adrian Schr??ter <[email protected]>
+
+- update to version 3.5:
+ New Features:
+ [#411] Add a backend for Silicon Labs CP2110/4 HID-to-UART bridge. (depends
on hid module)
+
+ Improvements:
+ [#315] Use absolute import everywhere
+ [#354] Make ListPortInfo hashable
+ [#372] threaded: "write" returns byte count
+ [#400] Add bytesize and stopbits argument parser to tcp_serial_redirect
+ [#408] loop: add out_waiting
+ [#495] list_ports_linux: Correct "interface" property on Linux hosts
+ [#500] Remove Python 3.2 and 3.3 from test
+ [#261, #285, #296, #320, #333, #342, #356, #358, #389, #397, #510] doc
updates
+ miniterm: add CTRL+T Q as alternative to exit
+ miniterm: suspend function key changed to CTRL-T Z
+ add command line tool entries pyserial-miniterm (replaces miniterm.py) and
pyserial-ports (runs serial.tools.list_ports).
+ python -m serial opens miniterm (use w/o args and it will print port list
too) [experimental]
+
+ Bugfixes:
+ [#371] Don't open port if self.port is not set while entering context manager
+ [#437, #502] refactor: raise new instances for PortNotOpenError and
SerialTimeoutException
+ [#261, #263] list_ports: set default name attribute
+ [#286] fix: compare only of the same type in list_ports_common.ListPortInfo
+ rfc2217/close(): fix race-condition
+ [#305] return b'' when connection closes on rfc2217 connection
+ [#386] rfc2217/close(): fix race condition
+ Fixed flush_input_buffer() for situations where the remote end has closed
the socket.
+ [#441] reset_input_buffer() can hang on sockets
+ examples: port_publisher python 3 fixes
+ [#324] miniterm: Fix miniterm constructor exit_character and menu_character
+ [#326] miniterm: use exclusive access for native serial ports by default
+ [#497] miniterm: fix double use of CTRL-T + s use z for suspend instead
+ [#443, #444] examples: refactor wx example, use Bind to avoid deprecated
warnings, IsChecked, unichr
+ [#265] posix: fix PosixPollSerial with timeout=None and add cancel support
+ [#290] option for low latency mode on linux
+ [#335] Add support to xr-usb-serial ports
+ [#494] posix: Don't catch the SerialException we just raised
+ [#519] posix: Fix custom baud rate to not temporarily set 38400 baud rates
on linux
+ [#509 #518] list_ports: use hardcoded path to library on osx
+ [#542] list_ports_osx: kIOMasterPortDefault no longer exported on Big Sur
+ [#545, #545] list_ports_osx: getting USB info on BigSur/AppleSilicon
+
+-------------------------------------------------------------------
Old:
----
pyserial-3.4.tar.gz
New:
----
pyserial-3.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyserial.spec ++++++
--- /var/tmp/diff_new_pack.qMRlVs/_old 2021-01-25 18:22:30.816334025 +0100
+++ /var/tmp/diff_new_pack.qMRlVs/_new 2021-01-25 18:22:30.820334031 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pyserial
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyserial
-Version: 3.4
+Version: 3.5
Release: 0
Summary: Python Serial Port Extension
License: Python-2.0
@@ -76,8 +76,8 @@
%install
%python_install
-mv %{buildroot}%{_bindir}/miniterm.py %{buildroot}%{_bindir}/miniterm
-%python_clone -a %{buildroot}%{_bindir}/miniterm
+%python_clone -a %{buildroot}%{_bindir}/pyserial-miniterm
+%python_clone -a %{buildroot}%{_bindir}/pyserial-ports
rm documentation/_build/doctrees/environment.pickle
%{python_expand sed -i '1{/#!/d}'
%{buildroot}%{$python_sitelib}/serial/tools/miniterm.py
@@ -88,15 +88,18 @@
%python_exec test/run_all_tests.py
%post
-%python_install_alternative miniterm
+%python_install_alternative pyserial-miniterm
+%python_install_alternative pyserial-ports
%preun
-%python_uninstall_alternative miniterm
+%python_uninstall_alternative pyserial-miniterm
+%python_uninstall_alternative pyserial-ports
%files %{python_files}
%license LICENSE.txt
%doc CHANGES.rst README.rst
-%python_alternative miniterm
+%python_alternative pyserial-miniterm
+%python_alternative pyserial-ports
%{python_sitelib}/serial/
%{python_sitelib}/pyserial-%{version}-py*.egg-info
++++++ pyserial-3.4.tar.gz -> pyserial-3.5.tar.gz ++++++
++++ 3608 lines of diff (skipped)