Package Release Info

python-pivy-0.6.7-bp154.2.3.1

Update Info: openSUSE-2022-10162
Available in Package Hub : 15 SP4 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-pivy

Change Logs

* Mon May 02 2022 Hans-Peter Jansen <hpj@urpla.net>
- Update to 0.6.7:
  * aiming at python3.10 support
- Remove upstreamed fix_python_installdir.patch
* Mon Mar 14 2022 Dominique Leuenberger <dimstar@opensuse.org>
- Fix one more case where sed env python was replaced with
  python38 instead of python3.8.
* Fri Mar 11 2022 Dominique Leuenberger <dimstar@opensuse.org>
- Fix name of python interpreter executables (python3.8 instead of
  python38).
* Wed Feb 23 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to 0.6.6:
  * finalizing cmake support
  * adding bindings to SoGeo*
- Drop 0001-Allow-using-SoQt-snapshots-with-stable-Coin-version.patch
- Use arch specific directory, add fix_python_installdir.patch
- Use cmake for building, drop
  0002-Fix-the-qmake-executable-name.patch.
Version: 0.6.5-bp152.2.1
* Thu May 07 2020 Atri Bhattacharya <badshah400@gmail.com>
- Use correct macro %{python_version} instead of %{py_ver} to
  pack egg-info file.
- Drop macro definitions needed for obsolete openSUSE versions.
* Sat Mar 14 2020 Hans-Peter Jansen <hpj@urpla.net>
- 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
* Mon May 13 2019 Christophe Giboudeaux <christophe@krop.fr>
- Add 0001-Allow-using-SoQt-snapshots-with-stable-Coin-version.patch
  This will allow using SoQt snapshots with stable Coin releases.
- Add 0002-Fix-the-qmake-executable-name.patch. The qmake executable
  is called qmake-qt5 for openSUSE.
- Run spec-cleaner
* Mon Feb 04 2019 Wolfgang Bauer <wbauer@tmo.at>
- Add Fix-issue-39-PyUnicode_AsUTF8-returns-const-char.patch to fix
  build in Factory
* Tue Oct 09 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- 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
Version: 0.6.2-bp150.2.3
* Wed Jan 03 2018 dev@stellardeath.org
- Fix build failure when using more than one python version:
  swig wrapper files were only generated the first time and
  and then kept for subsequent builds.
* Sat Dec 16 2017 badshah400@gmail.com
- Convert specfile to python-singlespec: fixes build failures in
  Factory. Doesn't build against python2 for unknown reasons, so
  turn off python2 modules until this is fixed.
- Use fdupes (added to BuildRequires) to link duplicate files.
* Thu Sep 14 2017 kkaempf@suse.com
- update to 0.6.2
  * builds for python3 (linux: 3.4, 3.5, 3.6; win: 3.5, 3.6)
    or python2 (2.7)
  * uses pyside instead of pyqt for soqt4 bindings
  * has many fixes (especially for FreeCAD)
- switch to github.com/FreeCAD/pivy, coin3d.org is dead
* Sat May 05 2012 asterios.dramis@gmail.com
- Initial release (version 0.5.0hg.609).