The Enlightenment team are pleased to announce that Python-EFL 1.12.0 is now released and immediately available for download.
Download
tar.gz | http://download.enlightenment.org/rel/bindings/python/python-efl-1.12.0.tar.gz |
tar.bz2 | http://download.enlightenment.org/rel/bindings/python/python-efl-1.12.0.tar.bz2 |
md5sum | http://download.enlightenment.org/rel/bindings/python/python-efl-1.12.0.md5sum |
sha1sum | http://download.enlightenment.org/rel/bindings/python/python-efl-1.12.0.sha1sum |
For convenience the tarballs contain both the Cython sources and generated intermediary C sources, meaning you do not need Cython to compile the bindings. Full cython sources are also publicly accessible from our git repository at: https://git.enlightenment.org/bindings/python/python-efl.git/
More information about the python bindings can be found at: https://phab.enlightenment.org/w/projects/python_bindings_for_efl/
What’s New
No major changes have been made since the last 1.11 release. All the new features of efl and elementary 1.12 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)
Shortlog
Dave Andreoli (11):
- Make cython 0.21 happy
- Cython 0.21.1 is broken for py3, blacklisted.
- New 1.12 api: edje_object_part_text_input_hint_set/get
- New 1.12 API: elm_entry_input_hint_set/get
- New 1.12 API: elm_process_state_get
- Optimize the _set_properties_from_keyword_args() function.
- New 1.12 API: elm_panel_scrollable_set/get/content_size_set
- New 1.12 API: elm_fileselector_current_name_set/get
- New 1.12 API: edje_object_base_scale_get
- setup.py: do not fail when sphinx is not found
- New 1.12 enums: Input panel variations
Kai Huuhko (2):
- Examples: set hoversel text in a callback
- Elm.menu: Fix documentation for item_add parameters
For futher information, please head on over to the Enlightenment website.
Further Details
Enlightenment website