Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Kivy for openSUSE:Factory 
checked in at 2024-01-15 22:15:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Kivy (Old)
 and      /work/SRC/openSUSE:Factory/.python-Kivy.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Kivy"

Mon Jan 15 22:15:50 2024 rev:14 rq:1138498 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Kivy/python-Kivy.changes  2023-10-02 
20:08:50.207919195 +0200
+++ /work/SRC/openSUSE:Factory/.python-Kivy.new.21961/python-Kivy.changes       
2024-01-15 22:17:04.846114873 +0100
@@ -1,0 +2,138 @@
+Sat Jan 13 20:32:53 UTC 2024 - Dirk Müller <dmuel...@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
+
+-------------------------------------------------------------------

Old:
----
  kivy-2.2.1.tar.gz

New:
----
  kivy-2.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Kivy.spec ++++++
--- /var/tmp/diff_new_pack.CI6mMX/_old  2024-01-15 22:17:05.410135480 +0100
+++ /var/tmp/diff_new_pack.CI6mMX/_new  2024-01-15 22:17:05.410135480 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Kivy
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 %endif
 %define plainpython python
 Name:           python-Kivy
-Version:        2.2.1
+Version:        2.3.0
 Release:        0
 Summary:        Hardware-accelerated multitouch application library
 License:        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

++++++ kivy-2.2.1.tar.gz -> kivy-2.3.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-Kivy/kivy-2.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-Kivy.new.21961/kivy-2.3.0.tar.gz differ: 
char 12, line 1

Reply via email to