AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Do not pull in python-gtk as that is py2 only and this package now uses introspection and gtk3
- Update to version 0.5.2 * Add gitlab-ci for thunarx-python * Update configure.ac.in syntax * Remove checks with unused result * Remove check for unused sys/wait.h * Fix missing-prototypes * Fix g_list_find_custom usage * make distcheck now works ! * Update gtk-doc for thunarx-python * Fix compilation with python3.8 * fix compilation issues with gcc-10 * Scan extension directories only once - Remove reproducible.patch and thunarx-python-py3.8.diff * fixed upstream
- add -fcommon to CFLAGS to work around gcc10 default changes
- add thunarx-python-py3.8.diff to add missing "--embed" flag to python3-config
- port reproducible.patch to python 3
- Do not pull in python-gtk as that is py2 only and this package now uses introspection and gtk3
- Build against python 3
- Add reproducible.patch to override build date to make package build reproducible (boo#1047218)
- update to version 0.5.1: - Fix building docs with python3 (bxo#14199) - Updated to work with python3 or python2 - Improve extension path loading semantics to follow XDG recommendations - Updated to work with Thunarx-3 which requires uses gobject introspection and requires Gtk+3 and PyGObject3
- disable gnome-python BuildRequires (boo#1081189) - ran spec-cleaner (but did not implement the braindead stuff) - remove %py_requires
- SPDX.org compliant license
- fix source URL
- recommend -doc subpackage
- update to version 0.3.0: - look for python extensions in $XDG_DATA_DIR/thunarx-python/extensions rather than /usr/lib/thunarx-1/python. - fix PyCapsule support for the pygobject module - don't hard-code the docs directory in the Makefile.am files - use g_return_val_if_fail in override function instead of g_return_if_fail - updated documentation and moved examples to its own folder - removed the dependency on gnome-python2, there was no need for it - dropped obsolete thunarx-python-0.2.3-honor-docdir.patch and thunarx-python-0.2.3-return-value-from-nonvoid-func.patch
- new package