17
0

Compare commits

4 Commits

Author SHA256 Message Date
e83297db22 Accepting request 1245142 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1245142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylink-square?expand=0&rev=5
2025-02-11 20:32:05 +00:00
643d4cc542 - update to 1.4.0:
* @hkpeprah: Added Power Trace APIs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylink-square?expand=0&rev=9
2025-02-04 16:26:04 +00:00
924e69c3dd Accepting request 1218842 from devel:languages:python
- 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/request/show/1218842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylink-square?expand=0&rev=4
2024-10-29 13:34:59 +00:00
9a25543337 - 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
2024-10-28 16:53:44 +00:00
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:736cf9e0272e87cdca1189f632f8d511e8f079c0ab96252fc331189490253ac3
size 165868

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98d80f380bebf0f723f4620063ee397263ab027ec731259ba407b179d7bd1f37
size 169921

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 4 16:25:57 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.4.0:
* @hkpeprah: Added Power Trace APIs.
-------------------------------------------------------------------
Mon Oct 28 16:52:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pylink-square
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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 @@
%{?sle15_python_module_pythons}
Name: python-pylink-square
Version: 1.2.0
Version: 1.4.0
Release: 0
Summary: Python interface for SEGGER J-Link
License: Apache-2.0