forked from pool/python-efl
- update to 1.26.1: * rebuilt using Cython 0.29.34 to fix install on python 3.11 * Sync with the latest efl release OBS-URL: https://build.opensuse.org/request/show/1172493 OBS-URL: https://build.opensuse.org/package/show/X11:Enlightenment:Factory/python-efl?expand=0&rev=37
258 lines
8.6 KiB
Plaintext
258 lines
8.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue May 7 16:28:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.26.1:
|
|
* rebuilt using Cython 0.29.34 to fix install on python 3.11
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 5 13:40:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 22 08:30:21 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Unconditionally BuildRequire setuptools: the build relies on it.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 2 10:09:44 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Remove Sphinx .doctrees for reproducible builds
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 1 12:18:58 UTC 2023 - Simon Lees <sflees@suse.de>
|
|
|
|
- Fix Leap build by tweeking dependencies and disabling docs as
|
|
they require newer tooling then Leap provides.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 31 21:46:49 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Use Cython to regenerate files during the build
|
|
- Build documentation using sphinx-build since Sphinx 7+ dropped
|
|
the integration with setuptools
|
|
- Added patch:
|
|
* cython3.patch
|
|
+ Explicite declaration of functions as noexcept:
|
|
in Cython 3+, default swallowing of Python exception is
|
|
deprecated and the new default is to propagate them.
|
|
Generation of files is ending up in error on exception
|
|
mismatch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 21 01:10:27 UTC 2023 - Simon Lees <sflees@suse.de>
|
|
|
|
- Update to 1.26.0
|
|
* Sync with latest efl
|
|
- Drop memory-allocation-error.patch fixed upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 10 14:29:25 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
|
|
|
- memory-allocation-error.patch: fix a memory allocation error
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 24 23:02:40 UTC 2021 - Simon Lees <sflees@suse.de>
|
|
|
|
- Fix conflicts and provides for docs packages
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 10 04:15:45 UTC 2021 - Simon Lees <sflees@suse.de>
|
|
|
|
- Only create docs and examples packages once
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 8 23:12:46 UTC 2020 - Simon Lees <sflees@suse.de>
|
|
|
|
- Update to 1.25.0
|
|
* Sync with the latest efl release
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 25 09:25:48 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Fix _constraints
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 12 13:43:29 UTC 2020 - Simon Lees <sflees@suse.de>
|
|
|
|
- Disable python2, broken on Leap and nothing uses it
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 26 05:32:31 UTC 2020 - Simon Lees <sflees@suse.de>
|
|
|
|
- Fix issues with docs conflicts
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 5 05:05:02 UTC 2020 - Simon Lees <sflees@suse.de>
|
|
|
|
- Update to 1.24.0
|
|
* As always new features of EFL have been ported and the usual
|
|
has been done in fixing bugs, optimizing speed and improve
|
|
documentation. (see **ChangeLog** in the tarball for the
|
|
full list of changes)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 23 12:33:05 UTC 2020 - Simon Lees <sflees@suse.de>
|
|
|
|
- Explicitly require python3-Sphinx due to the module way being
|
|
now unresolvable.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 8 03:49:38 UTC 2019 - Simon Lees <sflees@suse.de>
|
|
|
|
- Update to 1.23.0 in line with efl
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 7 22:40:48 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Fix a Group: line.
|
|
- In descriptions, EFL needs to be camel cased because it is a
|
|
proper noun (a name).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 2 00:20:10 UTC 2019 - Simon Lees <sflees@suse.de>
|
|
|
|
- Update to 1.22.0 with efl
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 7 04:52:51 UTC 2019 - Simon Lees <sflees@suse.de>
|
|
|
|
- Update to 1.21.0 in line with efl
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 4 21:51:44 UTC 2017 - avvissu@yandex.by
|
|
|
|
- Build with Python2 on Fedora and Mageia
|
|
- Build on ix86 (add the -O0 optimization to flags)
|
|
- Fix build on Fedora and Mageia
|
|
- Use a single spec file (build with Python2 and Python3)
|
|
- Spec file cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 5 09:25:42 UTC 2017 - sflees@suse.de
|
|
|
|
- i586 builds are working again, reenable them
|
|
- update the efl version requirement to be correct
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 23 00:44:16 UTC 2017 - sflees@suse.de
|
|
|
|
- Sync with efl 1.20
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 27 13:07:06 UTC 2017 - lnussel@suse.de
|
|
|
|
- Exclude x86, cc1 uses too much memory atm
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 22 08:39:03 UTC 2017 - sflees@suse.de
|
|
|
|
- Add a _constraints file to fix out of mem issues
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 17 03:15:04 UTC 2017 - sflees@suse.de
|
|
|
|
- Update to 1.19.0
|
|
* changes in line with 1.19.X changes in efl
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 31 05:57:39 UTC 2016 - sflees@suse.de
|
|
|
|
- Another attempt at python3 - Removes python2 support
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 14 20:11:42 UTC 2015 - simon@simotek.net
|
|
|
|
- 1.16.0 pre release will add full changes with release
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 21 11:47:45 UTC 2015 - simon@simotek.net
|
|
|
|
- Add COPYING.* AUTHORS to package
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 15 23:14:25 UTC 2015 - simon@simotek.net
|
|
|
|
- Bindings update to efl 1.15.x
|
|
Fixes:
|
|
|
|
elm.Entry: Fixed name of the callback_rejected_del function
|
|
Fixed build on OSX
|
|
Fixed build when ecore-x is not available
|
|
Fixed module init from embedded interpreter
|
|
|
|
Changes:
|
|
|
|
Elm: Unify modules into a monolithic module
|
|
|
|
Additions:
|
|
|
|
elm.Configuration.transition_duration_factor
|
|
elm.Window.autohide
|
|
elm.ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN
|
|
elm.Entry.callback_context_open_add/del
|
|
elm.ELM_FOCUS_MOVE_POLICY_KEY_ONLY
|
|
elm.Object.focus_move_policy
|
|
elm.Scrollable.wheel_disabled
|
|
evas.Textblock.obstacle_add
|
|
evas.Textblock.obstacle_del
|
|
evas.Textblock.obstacles_update
|
|
evas.EVAS_CALLBACK_CANVA_VIEWPORT_RESIZE
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 7 11:18:59 UTC 2015 - simon@simotek.net
|
|
|
|
- Bindings updated to efl 1.14.X
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 16 01:18:18 UTC 2015 - simon@simotek.net
|
|
|
|
- Bindings updated to match efl 1.13.x
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 9 05:14:00 UTC 2015 - simon@simotek.net
|
|
|
|
- Bindings updated to match efl 1.12.x
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 16 04:47:41 UTC 2014 - simon@simotek.net
|
|
|
|
- bump to 1.11.0
|
|
** Re enabled cython building **
|
|
|
|
No new features upstream just following efl changes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 18 06:13:17 UTC 2014 - simon@simotek.net
|
|
|
|
- Disabled Cython with env var for this release as the upstream tar was broken.
|
|
It was missing .pxd files this has been fixed for the next release.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 1 20:42:02 UTC 2014 - sleep_walker@suse.cz
|
|
|
|
- bump to 1.10.0 (but missing any short changelog)
|
|
- correct all provides and obsoletes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 9 02:20:26 UTC 2014 - simon@simotek.net
|
|
|
|
- version 1.9.0
|
|
Release Notes:
|
|
No major changes have been made since the last 1.8 release. All the new
|
|
features of efl and elementary 1.9 has been ported and the usual has been
|
|
done in fixing bugs and optimizing speed. (see **changes.html** in the
|
|
tarball for the full list of changes)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 17 00:23:57 UTC 2013 - sleep_walker@suse.cz
|
|
|
|
- change to use pkgconfig dependencies
|
|
- beutify spec a bit
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 9 15:39:20 UTC 2013 - sleep_walker@suse.cz
|
|
|
|
- let there by python-efl!
|