17
0

- Update to version 0.4.7

* Fix to work with python3.11 new bound method behavior
  * Fix test_wire_super.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wirerope?expand=0&rev=6
This commit is contained in:
2023-02-20 08:15:26 +00:00
committed by Git OBS Bridge
parent 30a22ec9b4
commit 6534c6431c
4 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 20 08:12:39 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to version 0.4.7
* Fix to work with python3.11 new bound method behavior
* Fix test_wire_super.
-------------------------------------------------------------------
Tue Oct 11 17:16:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>