Hi Guys,
here's the new python-pivy version, that is the fallout of a FreeCAD
bug hunt on Leap 15.3, where switching to Draft Workbench resulted in
this TB for certain models:
in method 'SoAsciiText_string_set', argument 2 of type 'SoMFString *'
Traceback (most recent call last):
File "<string>", line 132, in Activated
File "/usr/lib64/FreeCAD/Mod/Draft/draftguitools/gui_snapper.py", line 1635, in show
self.setTrackers()
File "/usr/lib64/FreeCAD/Mod/Draft/draftguitools/gui_snapper.py", line 1679, in setTrackers
self.grid = trackers.gridTracker()
File "/usr/lib64/FreeCAD/Mod/Draft/draftguitools/gui_trackers.py", line 991, in __init__
self.text1.string = " "
File "/usr/lib64/python3.6/site-packages/pivy/coin.py", line 51917, in <lambda>
__setattr__ = lambda self, name, value: _swig_setattr(self, SoAsciiText, name, value)
File "/usr/lib64/python3.6/site-packages/pivy/coin.py", line 80, in _swig_setattr
return _swig_setattr_nondynamic(self, class_type, name, value, 0)
File "/usr/lib64/python3.6/site-packages/pivy/coin.py", line 69, in _swig_setattr_nondynamic
return method(self, value)
https://grabcad.com/library/freecad-surfaced-mouse-1
The real fix for this issue is building pivy with swig 4.0.2, so
could some kind soul enable swig 4.0.2 build (and use for build) from
this repo for 15.3, please.
- Update to 0.6.7:
* aiming at python3.10 support
- Remove upstreamed fix_python_installdir.patch
OBS-URL: https://build.opensuse.org/request/show/974387
OBS-URL: https://build.opensuse.org/package/show/science/python-pivy?expand=0&rev=23
No fun, but here we go
- Update to 0.6.5
- Unifying release for merge of FreeCAD/pivy and
bitbucket.org/coin3d/pivy repos
- change pivy.graphics API to follow pep8 naming scheme
suggestion.
- workaround for beveled text
- swig4.0 fix
- update to latest coin (additional fakeheaders)
- example Complex3dText: add license and shebang
this was unintentional removed at some point
- Remove Fix-issue-39-PyUnicode_AsUTF8-returns-const-char.patch
applied upstream
- 0001-Allow-using-SoQt-snapshots-with-stable-Coin-version.patch
adjusted
OBS-URL: https://build.opensuse.org/request/show/785160
OBS-URL: https://build.opensuse.org/package/show/science/python-pivy?expand=0&rev=15
- Update to 0.6.3
* qt5-support (qt4 not supported anymore)
- Update to 0.6.4
* bool(coin.SoGroup) -> True (also if group is empty) [same behaviour as py2]
* add graphics arrow object
* making it possible to compile with older coin version (without cmake) -> setup_old.py
* adding back qt4 compatibility (but tests are still qt5 depenent)
* added pivy.version
* some fixes
- %python_expand call to fdupes
OBS-URL: https://build.opensuse.org/request/show/640901
OBS-URL: https://build.opensuse.org/package/show/science/python-pivy?expand=0&rev=9