Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pylink-square for
openSUSE:Factory checked in at 2026-04-09 16:09:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylink-square (Old)
and /work/SRC/openSUSE:Factory/.python-pylink-square.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pylink-square"
Thu Apr 9 16:09:33 2026 rev:6 rq:1345304 version:2.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pylink-square/python-pylink-square.changes
2025-02-11 21:32:25.537566011 +0100
+++
/work/SRC/openSUSE:Factory/.python-pylink-square.new.21863/python-pylink-square.changes
2026-04-09 16:22:36.753250832 +0200
@@ -1,0 +2,30 @@
+Wed Apr 8 22:24:56 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.0.1:
+ * @diggit: Fixed typo in exception name raised when
+ `JLINKARM_SelectUSB` fails.
+ * Python 2 is no longer supported.
+ * @concatime: File paths are now encoded using `os.fsencode()`
+ to support UTF-8 file paths.
+ * `jtag_store_instruction` - To send an instruction to the JTAG
+ device.
+ * `jtag_store_data` - To send data to the JTAG device (TDO).
+ * `jtag_get_device_info` - To get information about a JTAG
+ device on the scan chain.
+ * `jtag_read` / `jtag_read{8,16,32}` - To read data from a JTAG
+ device (from the input buffer / TDI).
+ * `jtag_sync_bits` / `jtag_sync_bytes` - To force a flush of
+ the output buffer.
+ * @hkpeprah: Fixed a bug where `.flash()` raised a
+ `JLinkEraseException`, now raises a
+ * `JLinkFlashException()` as expected.
+ * @omrisarig13: Fixed broken links in `README.md`.
+ * @karl-rainlabs: Fixed incorrect decorator around JTAG APIs.
+ * @bbrown1867: Temporary library copying is now determined
+ dynamically based on the version of the SDK in use.
+ Previously, the default behaviour would always
+ copy the library, which would fail if custom devices and
+ functions were in use via XML files in the same directory
+ as the SDK.
+
+-------------------------------------------------------------------
Old:
----
pylink-square-1.4.0.tar.gz
New:
----
pylink_square-2.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pylink-square.spec ++++++
--- /var/tmp/diff_new_pack.MrS40z/_old 2026-04-09 16:22:37.373276273 +0200
+++ /var/tmp/diff_new_pack.MrS40z/_new 2026-04-09 16:22:37.373276273 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pylink-square
#
-# 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
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-pylink-square
-Version: 1.4.0
+Version: 2.0.1
Release: 0
Summary: Python interface for SEGGER J-Link
License: Apache-2.0
URL: http://www.github.com/Square/pylink
-Source:
https://files.pythonhosted.org/packages/source/p/pylink-square/pylink-square-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/p/pylink-square/pylink_square-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -46,9 +46,7 @@
Python interface for SEGGER J-Link.
%prep
-%setup -q -n pylink-square-%{version}
-sed -i 's/assertEquals/assertEqual/g' tests/unit/test_library.py
-sed -i 's/\.called_once_with/.assert_called_once_with/g'
tests/unit/test_jlink.py
+%setup -q -n pylink_square-%{version}
%build
%pyproject_wheel