14
0

- 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
This commit is contained in:
2024-10-28 16:53:44 +00:00
committed by Git OBS Bridge
parent 0cd3655edd
commit 9a25543337
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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>