File thunarx-python.changes of Package thunarx-python
-------------------------------------------------------------------
Sun Jan 31 17:07:58 UTC 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 8 08:08:17 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
- add -fcommon to CFLAGS to work around gcc10 default changes
-------------------------------------------------------------------
Tue Mar 17 08:14:09 UTC 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 17:11:18 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
- port reproducible.patch to python 3
-------------------------------------------------------------------
Mon Feb 10 15:02:48 UTC 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 14:48:27 UTC 2020 - Maurizio Galli <maurizio.galli@gmail.com>
- Build against python 3
-------------------------------------------------------------------
Mon Jun 10 19:25:08 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
- Add reproducible.patch to override build date
to make package build reproducible (boo#1047218)
-------------------------------------------------------------------
Fri Jun 15 09:07:53 UTC 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
-------------------------------------------------------------------
Sat Feb 17 11:17:31 UTC 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 19:54:38 UTC 2017 - mailaender@opensuse.org
- SPDX.org compliant license
-------------------------------------------------------------------
Tue Apr 17 19:15:13 UTC 2012 - gber@opensuse.org
- fix source URL
-------------------------------------------------------------------
Fri Oct 14 15:53:39 UTC 2011 - gber@opensuse.org
- recommend -doc subpackage
-------------------------------------------------------------------
Fri Apr 1 17:27:12 UTC 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 22:38:03 UTC 2011 - gber@opensuse.org
- new package