File python-pygccxml.changes of Package python-pygccxml
-------------------------------------------------------------------
Fri Oct 16 20:19:30 UTC 2020 - andy great <andythe_great@pm.me>
- Update to version 2.0.1.
* Minor description and doc updates for release uploads
* Drop support for GCC-XML.
* Drop all the demangled name attributes
* Drop declarations.class_t.USE_DEMANGLED_AS_NAME
* Drop support for Python 2.6, Python 2.7, Python 3.2, Python 3.3,
Python 3.4.
* Add support for Python 3.5, Python 3.6, Python 3.7, Python 3.8.
* Deprecated all the i_depend_on_them methods from the
declaration_t class hierarchy. Instead of using
decl.i_depend_on_them(), please use the
declarations.get_dependencies_from_decl(decl) function from the
declarations module, which returns the same result.
* Add support for -std=c++17 and -std=c++2a flags
* Add g++ and gcc to better support gnu compilers on windows
- Skip testing as pygccxml configuration file need compiler_path.
-------------------------------------------------------------------
Fri Dec 11 00:38:32 UTC 2009 - alexandre@exatati.com.br
- Fixed Require tag in spec file (removed old and left gccxml).
-------------------------------------------------------------------
Thu Dec 10 22:28:57 UTC 2009 - alexandre@exatati.com.br
- Initial package (1.0.0) for openSUSE.