Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-Kivy-devel | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 2.3.0 | Vendor: openSUSE |
Release: bp156.1.7 | Build date: Mon May 6 17:45:15 2024 |
Group: Unspecified | Build host: s390zl21 |
Size: 272469 | Source RPM: python-Kivy-2.3.0-bp156.1.7.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://kivy.org/ | |
Summary: Development files for python311-Kivy |
Kivy is a library for development of applications that make use of user interfaces, such as multi-touch apps. This package contains the headers and source files for extending kivy
Apache-2.0 AND MIT AND LGPL-2.1-or-later AND GPL-2.0-or-later AND GPL-3.0-only AND BSD-3-Clause
* Sat Jan 13 2024 Dirk Müller <dmueller@suse.com> - update to 2.3.0: * [:repo:`8298`]: core-providers (audio): removes deprecated status property * [:repo:`8299`]: core-providers (audio): removes deprecated filename property * [:repo:`8300`]: core-providers (window): Removes deprecated toggle_fullscreen method * [:repo:`8309`]: Add graphics with antialiasing: SmoothRectangle, SmoothEllipse, SmoothRoundedRectangle, SmoothQuad and SmoothTriangle * [:repo:`8313`]: Linux dependencies: Build libpng16 for freetype so can render colored emoji * [:repo:`8315`]: Remove the extra position added to undo list while using Shift key * [:repo:`8317`]: macOS dependencies: Build libpng16 for freetype, so can render colored emoji * [:repo:`8495`]: Honour multiline=True/False while pasting, Fix Scroll after backspace and undo. * [:repo:`8497`]: Added spanish layout json for the vkeyboard * [:repo:`8503`]: Pillow text provider: use get_bbox when get_size is not available. Allows latest versions of pillow to work along with older ones. * [:repo:`8459`]: Deprecate kivy.utils.interpolate and improve related docs * [:repo:`8206`]: Improved KV-lang parser error info when indentation is invalid * [:repo:`8301`]: Rework custom garden importer to avoid usage of imp module (removed in Python 3.12) * [:repo:`8357`]: Apply style fixes as suggested by new flake8 version * [:repo:`8443`]: Slow down no-response bot * [:repo:`8447`]: Remove bountysource link, as bountysource looks died. * [:repo:`8453`]: Update support-requests action * [:repo:`8459`]: Deprecate kivy.utils.interpolate and improve related docs * [:repo:`8428`]: Add balenalib/raspberrypi3-debian- python:3.11-bookworm to rpi builds for newer RPi OS * [:repo:`8276`]: Image: Fix stencil instructions leaking to user canvas.before/canvas instructions * [:repo:`8315`]: Remove the extra position added to undo list while using Shift key * [:repo:`8389`]: Fixes a regression that prevents the setting panel to load * [:repo:`8492`]: ColorWheel and ColorPicker: simplify, cleans up and add tests * [:repo:`8495`]: Honour multiline=True/False while pasting, Fix Scroll after backspace and undo. * [:repo:`8535`]: Fix text attributes not changing after the settings panel is opened * [:repo:`8345`]: Prevent apps from crashing when sys.stderr is None (pythonw and pyinstaller 5.7) * [:repo:`8383`]: Fix stencil operations when KIVY_WINDOW=x11 * [:repo:`8218`]: Remove redundant from kivy.base import EventLoop import causing crashes in window_sdl2 * [:repo:`8296`]: WindowSDL: Add opacity feature * [:repo:`8298`]: core-providers (audio): removes deprecated status property * [:repo:`8299`]: core-providers (audio): removes deprecated filename property * [:repo:`8300`]: core-providers (window): Removes deprecated toggle_fullscreen method * [:repo:`8342`]: Clipboard: fixes blank string being pasted into clipboard when using the default win32 backend * [:repo:`8435`]: Fixes markup [sup] followed by [sub] doesn't work (issue #8077) * [:repo:`8446`]: Window.mouse_pos is incorrect if the scale factor in Windows is not 100%. * [:repo:`8490`]: SetClipboardData requires a memory object allocated with GMEM_MOVEABLE (and locks) * [:repo:`8503`]: Pillow text provider: use get_bbox when get_size is not available. Allows latest versions of pillow to work along with older ones. * [:repo:`8510`]: New feature: Add limit_render_to_text_bbox to Label to limit text rendering to the text bounding box, improving Label alignments. * [:repo:`8511`]: PIL text provider: Ensure consistent text height to prevent text from bouncing when typing * [:repo:`8540`]: PIL text provider: Do not render text if font size is < 1 * [:repo:`8497`]: Added spanish layout json for the vkeyboard * [:repo:`8253`]: Update version to 2.3.0.dev0 for development * [:repo:`8310`]: pin Pillow version to 9.5.0 * [:repo:`8313`]: Linux dependencies: Build libpng16 for freetype so can render colored emoji * [:repo:`8317`]: macOS dependencies: Build libpng16 for freetype, so can render colored emoji * [:repo:`8326`]: Add support for Cython==3.x.x and increase cython_min version * [:repo:`8393`]: Add support for Python 3.12 (tests, wheels) * [:repo:`8505`]: Restrict the Pillow version to >=9.5.0,<11 * [:repo:`8513`]: Make sure build dependencies are installed for Kivy.app, and use default python version provided by create-osx-bundle.sh * [:repo:`8251`]: Ensures that jQuery is always installed (on newer sphinx versions is not the default) * [:repo:`8274`]: Add disclaimer to use RecycleView instead of ScrollView for large datasets * [:repo:`8303`]: Copy-edit to layouts.rst * [:repo:`8308`]: Copy edits: Standardize on spelling * [:repo:`8324`]: Fix linux dependencies build instructions * [:repo:`8347`]: RecycleDataAdapter: Fixed typo in class docstring * [:repo:`8349`]: ObjectProperty: Fixed ValueError message in "convert" method. * [:repo:`8377`]: Add doc for Selection handles. * [:repo:`8411`]: Removes broken support e-mail address in the README.md, and improve the support section * [:repo:`8440`]: Fix #8438: SyntaxWarnings during doc generation. * [:repo:`8442`]: Edit Contact Us page in docs * [:repo:`8464`]: Correct documentation of schedule_interval * [:repo:`8493`]: Correct ActionBar documentation * [:repo:`8514`]: Make doc structure consistent and up-to-date * [:repo:`8542`]: Happy new year! Updated copyright year to 2024 * [:repo:`8228`]: Added a flag to force the use of custom drawing line function. * [:repo:`8270`]: Allow Scale and Translate to take x, y and z as kwargs. Removes deprecated Scale().scale property. * [:repo:`8271`]: Fix SmoothLine rendering issues * [:repo:`8309`]: Add graphics with antialiasing: SmoothRectangle, SmoothEllipse, SmoothRoundedRectangle, SmoothQuad and SmoothTriangle * [:repo:`8374`]: Avoid multiple values for noadd in VertexInstruction * [:repo:`8375`]: Fix use of BoxShadow with canvas.add, canvas.insert and canvas.remove * [:repo:`8405`]: Introduce clear_stencil option in StencilPush, to allow disabling stencil clearing and improve GPU performance when using Stencil Instructions * [:repo:`8413`]: Expose new clear_stencil property in StencilPush * [:repo:`8415`]: Fix cgl_backend build with clang 16 * Sat Sep 30 2023 Ben Greiner <code@bnavigator.de> - Add Make sure the docs still build with both Tumbleweed and sle15_pythons_module_pythons in 15.5 - Move to PEP517 - Re-enable test suite: it has come a long way since the ancient nosetest times * Sun Aug 13 2023 Dirk Müller <dmueller@suse.com> - update to 2.2.1: * Limit stencil to inner instructions on Image widget * Increase timeout of httpbin tests to reduce risk of failures on CI runs * Ensures that jQuery is always installed * Fri Jun 02 2023 Daniel Donisa <daniel.donisa@suse.com> - Update to version 2.2.0, see https://github.com/kivy/kivy/blob/2.2.0/doc/sources/changelog.rst * Thu Aug 25 2022 Luigi Baldoni <aloisio@gmx.com> - Add setuptools module as build requirement * Wed Mar 23 2022 pgajdos@suse.com - python-mock is not required for build * Sun Mar 06 2022 Luigi Baldoni <aloisio@gmx.com> - Update to version 2.1.0, see changelog.rst * Thu Dec 10 2020 Luigi Baldoni <aloisio@gmx.com> - Update to version 2.0.0, see changelog.rst * Wed Apr 01 2020 Paolo Stivanin <info@paolostivanin.com> - Remove nose dep as we are not running the tests * Mon Oct 14 2019 Matej Cepl <mcepl@suse.com> - Replace %fdupes -s with plain %fdupes; hardlinks are better. * Fri Aug 09 2019 Ondřej Súkup <mimi.vx@gmail.com> - update to 1.11.1 , no upstream changelog * Tue Jun 04 2019 Tomáš Chvátal <tchvatal@suse.com> - Do not restrict the Cython dependency to work with new releases * Sat Jun 01 2019 Luigi Baldoni <aloisio@gmx.com> - Update to version 1.11.0 (see https://kivy.org/#changelog) * Thu Feb 21 2019 Todd R <toddrme2178@gmail.com> - Disable tests because they randomly timeout. * Sat Jul 14 2018 jengelh@inai.de - Trim redundancies from descriptions. * Sat Jul 07 2018 aloisio@gmx.com - Update to version 1.10.1 (see https://kivy.org/#changelog) - Converted to single-spec - Put documentation and examples into -doc subpackage - Dropped python-Kivy-rpmlintrc * Sat Mar 11 2017 sfalken@opensuse.org - Edited %files to explicitly package %{_docdir}/%{name} to clear unpackaged files builderror in openSUSE:Factory * Mon Feb 06 2017 jmatejek@suse.com - drop recommendation for obsolete GStreamer 0.10 (not necessary) and pycairo (not used at all) * Mon Jan 04 2016 boris@steki.net - updated to latest release 1.9.1 + a lot of changes VERY SMALL cherry picked list follows - move to SDL2 - implement Window.show_cursor for pygame and sdl2 - Adds kivy namespaces. - audio_sdl2: support sequenced formats - Initial support for rendering of SVG - hid input: default is inverted now, also the invertion function was wrong - add error logging for opengl - core/audio: new pure-python/pyobjus AVFoundation audio player - Added rpmlintrc file to filter out fsf address and python abi noise - removed patch python-Kivy-Cython-0.21.patch as it is in package * Mon Nov 10 2014 dimstar@opensuse.org - Replace python-imaging BuildRequires and Requires with python-Pillow: The code actually does 'from PIL import image', so pythom-imaging would not even work. * Thu Oct 16 2014 dimstar@opensuse.org - Add python-Kivy-Cython-0.21.patch: Fix build with Cython 0.21.
/usr/lib64/python3.11/site-packages/kivy/include/common_subset.h /usr/lib64/python3.11/site-packages/kivy/include/config.h /usr/lib64/python3.11/site-packages/kivy/include/gl2platform.h /usr/lib64/python3.11/site-packages/kivy/include/gl_redirect.h /usr/lib64/python3.11/site-packages/kivy/include/khrplatform.h /usr/lib64/python3.11/site-packages/kivy/tools/gles_compat/gl2.h /usr/share/doc/packages/python311-Kivy-devel /usr/share/doc/packages/python311-Kivy-devel/changelog.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:22:04 2024