17
0

- update to 1.6.2:

* Do not call PyEval_InitThreads(); not needed since Python 3.7
  * Fixed PyOtherSideQtRCImporter for submodule imports

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyotherside?expand=0&rev=21
This commit is contained in:
2025-09-29 20:50:59 +00:00
committed by Git OBS Bridge
parent 2985eb43ba
commit edde4c178b
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Sep 29 20:50:20 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.6.2:
* Do not call PyEval_InitThreads(); not needed since Python 3.7
* Fixed PyOtherSideQtRCImporter for submodule imports
-------------------------------------------------------------------
Thu Jun 20 13:03:59 UTC 2024 - Dirk Müller <dmueller@suse.com>