Changelog for
python-efl-doc-1.26.1-lp160.2.4.x86_64.rpm :
* Tue May 07 2024 Dirk Müller
- update to 1.26.1:
* rebuilt using Cython 0.29.34 to fix install on python 3.11
* Tue Mar 05 2024 Dominique Leuenberger - Use %patch -P N instead of deprecated %patchN.
* Mon Jan 22 2024 Dominique Leuenberger - Unconditionally BuildRequire setuptools: the build relies on it.
* Sat Dec 02 2023 Bernhard Wiedemann - Remove Sphinx .doctrees for reproducible builds
* Fri Sep 01 2023 Simon Lees - Fix Leap build by tweeking dependencies and disabling docs as they require newer tooling then Leap provides.
* Thu Aug 31 2023 Fridrich Strba - 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 2023 Simon Lees - Update to 1.26.0
* Sync with latest efl- Drop memory-allocation-error.patch fixed upstream
* Mon Jan 10 2022 Andreas Schwab - memory-allocation-error.patch: fix a memory allocation error
* Wed Feb 24 2021 Simon Lees - Fix conflicts and provides for docs packages
* Wed Feb 10 2021 Simon Lees - Only create docs and examples packages once
* Sun Nov 08 2020 Simon Lees - Update to 1.25.0
* Sync with the latest efl release
* Thu Jun 25 2020 Guillaume GARDET - Fix _constraints
* Fri Jun 12 2020 Simon Lees - Disable python2, broken on Leap and nothing uses it
* Tue May 26 2020 Simon Lees - Fix issues with docs conflicts
* Tue May 05 2020 Simon Lees - 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 2020 Simon Lees - Explicitly require python3-Sphinx due to the module way being now unresolvable.
* Fri Nov 08 2019 Simon Lees - Update to 1.23.0 in line with efl
* Sun Jul 07 2019 Jan Engelhardt - Fix a Group: line.- In descriptions, EFL needs to be camel cased because it is a proper noun (a name).
* Thu May 02 2019 Simon Lees - Update to 1.22.0 with efl
* Thu Feb 07 2019 Simon Lees - Update to 1.21.0 in line with efl
* Wed Oct 04 2017 avvissuAATTyandex.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 05 2017 sfleesAATTsuse.de- i586 builds are working again, reenable them- update the efl version requirement to be correct
* Wed Aug 23 2017 sfleesAATTsuse.de- Sync with efl 1.20
* Tue Jun 27 2017 lnusselAATTsuse.de- Exclude x86, cc1 uses too much memory atm
* Thu Jun 22 2017 sfleesAATTsuse.de- Add a _constraints file to fix out of mem issues
* Wed May 17 2017 sfleesAATTsuse.de- Update to 1.19.0
* changes in line with 1.19.X changes in efl
* Wed Aug 31 2016 sfleesAATTsuse.de- Another attempt at python3 - Removes python2 support
* Sat Nov 14 2015 simonAATTsimotek.net- 1.16.0 pre release will add full changes with release
* Fri Aug 21 2015 simonAATTsimotek.net- Add COPYING.
* AUTHORS to package
* Sat Aug 15 2015 simonAATTsimotek.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 07 2015 simonAATTsimotek.net- Bindings updated to efl 1.14.X
* Mon Feb 16 2015 simonAATTsimotek.net- Bindings updated to match efl 1.13.x
* Fri Jan 09 2015 simonAATTsimotek.net- Bindings updated to match efl 1.12.x
* Tue Sep 16 2014 simonAATTsimotek.net- bump to 1.11.0
*
* Re enabled cython building
*
* No new features upstream just following efl changes
* Mon Aug 18 2014 simonAATTsimotek.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 01 2014 sleep_walkerAATTsuse.cz- bump to 1.10.0 (but missing any short changelog)- correct all provides and obsoletes
* Wed Apr 09 2014 simonAATTsimotek.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 2013 sleep_walkerAATTsuse.cz- change to use pkgconfig dependencies- beutify spec a bit
* Mon Dec 09 2013 sleep_walkerAATTsuse.cz- let there by python-efl!