Package Release Info

thunarx-python-0.5.2-bp153.1.10

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

thunarx-python
thunarx-python-doc

Change Logs

* Sun Jan 31 2021 Marcel Kuehlhorn <tux93@opensuse.org>
- 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
* Mon Jun 08 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- add -fcommon to CFLAGS to work around gcc10 default changes
Version: 0.5.1-bp152.8.8
* Tue Mar 17 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- add thunarx-python-py3.8.diff to add missing "--embed" flag to
  python3-config
* Mon Feb 24 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- port reproducible.patch to python 3
* Mon Feb 10 2020 Tomá? Chvátal <tchvatal@suse.com>
- Do not pull in python-gtk as that is py2 only and this package
  now uses introspection and gtk3
* Wed Jan 15 2020 Maurizio Galli <maurizio.galli@gmail.com>
- Build against python 3
* Mon Jun 10 2019 Bernhard Wiedemann <bwiedemann@suse.com>
- Add reproducible.patch to override build date
  to make package build reproducible (boo#1047218)
Version: 0.5.1-bp151.2.3
* Fri Jun 15 2018 seife+obs@b1-systems.com
- 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
Version: 0.3.0-bp150.1.3
* Sat Feb 17 2018 seife+obs@b1-systems.com
- disable gnome-python BuildRequires (boo#1081189)
- ran spec-cleaner (but did not implement the braindead stuff)
  - remove %py_requires
* Fri Jul 14 2017 mailaender@opensuse.org
- SPDX.org compliant license
* Tue Apr 17 2012 gber@opensuse.org
- fix source URL
* Fri Oct 14 2011 gber@opensuse.org
- recommend -doc subpackage
* Fri Apr 01 2011 gber@opensuse.org
- 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
* Thu Mar 24 2011 gber@opensuse.org
- new package