From 9a25543337fe20d6581328b5b411f92b57a3ece4eee29baca9232d43f2260f20 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Oct 2024 16:53:44 +0000 Subject: [PATCH] - update to 1.3.0: * @gtowers-dukosi: Added API method `set_script_file()` to specify a Script File to be loaded. * @FletcherD: Fixed a bug in `load_library()` on Linux where a 32-bit library was being incorrectly loaded on ARM64-based Linux machines. * Unit tests are now compatible with Python 3.12. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylink-square?expand=0&rev=7 --- pylink-square-1.2.0.tar.gz | 3 --- pylink-square-1.3.0.tar.gz | 3 +++ python-pylink-square.changes | 11 +++++++++++ python-pylink-square.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pylink-square-1.2.0.tar.gz create mode 100644 pylink-square-1.3.0.tar.gz diff --git a/pylink-square-1.2.0.tar.gz b/pylink-square-1.2.0.tar.gz deleted file mode 100644 index 41393a2..0000000 --- a/pylink-square-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:736cf9e0272e87cdca1189f632f8d511e8f079c0ab96252fc331189490253ac3 -size 165868 diff --git a/pylink-square-1.3.0.tar.gz b/pylink-square-1.3.0.tar.gz new file mode 100644 index 0000000..e20674d --- /dev/null +++ b/pylink-square-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe5a0a148cdcd234387c73cbc1c6c2ffb84a8ba96f183f0285d9946f5f9533a +size 166431 diff --git a/python-pylink-square.changes b/python-pylink-square.changes index 919e095..be529d3 100644 --- a/python-pylink-square.changes +++ b/python-pylink-square.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 28 16:52:53 UTC 2024 - Dirk Müller + +- update to 1.3.0: + * @gtowers-dukosi: Added API method `set_script_file()` to + specify a Script File to be loaded. + * @FletcherD: Fixed a bug in `load_library()` on Linux where a + 32-bit library was being incorrectly loaded on ARM64-based + Linux machines. + * Unit tests are now compatible with Python 3.12. + ------------------------------------------------------------------- Tue Mar 26 11:23:05 UTC 2024 - Daniel Garcia diff --git a/python-pylink-square.spec b/python-pylink-square.spec index 2ad6cd3..0efe994 100644 --- a/python-pylink-square.spec +++ b/python-pylink-square.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pylink-square -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Python interface for SEGGER J-Link License: Apache-2.0