From 976b39ac6e0f0a3427451e408dae5e5a1ccfcdf3 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Tue, 26 Sep 2023 15:24:09 +0200 Subject: [PATCH] python3-gobject3: Update to version 3.46.0-1 - IPFire-3.x - Update from version 3.42.2-2 to 3.46.0-1 - Changelog 3.46.0 build: Drop Python 3.7 support !238 build: Require glib 2.64 and gobject-introspection 1.64 !243 Add support for Python 3.12 (minor test fixes) !247 Drop GTK 2 support (after being effectively unsupported for 12 years) !182 meson: Require meson 0.56.0 !220 meson: Set PYTHONPATH in devenv !235 meson: define pycairo_dep in case pycairo=disabled !242 meson: Use pycairo from target python before pkg-config !223 Complete the PEP-451 implementation in gi.importer !229 Replace usage of deprecated FFI closure API !241 Fix invalid marshalling in some cases for boxed values, for example with Gtk.StyleContext.get_property() !213 Consistent setting of enum and flag property !192 Fix docstring for methods that return an array and have a length (out) argument !249 overrides: Fix incompatibility for CssProvider.load_from_data() (GTK 4.10) !231 overrides: Allow Gdk.{Color,RGBA} instances to be compared with other objects !233 overrides: Add overrides for Gdk.FileList in Gdk-4.0 !245 docs: Fix underline too short warning !246 docs: Fix build failure due to extlinks with Sphinx 6 !244 docs: List additional projects using PyGObject !230 docs: Update Development Environment Docs !232 docs: Update docs and code examples to GTK 4 !215 3.44.1 Fix tests with glib 2.76 !240 3.44.0 No changes compared to 3.43.1 3.43.1 Note: PyGObject is in need of more maintainers, please read https://www.bassi.io/articles/2022/12/02/on-pygobject/ Note: This is an unstable release. Drop support for Python 3.6 !184 meson: bump minimum version to 0.53.0 and update subprojects !227 gimodule: fix floating state of python objects created with g_object_new !129 Gtk.Template: Accept PathLike objects as a filename !195 info: Show which type/object callables are bound to !194 IntrospectionModule: handle two threads loading type at same time !149 Port to Py_TRASHCAN_BEGIN !226 Other cleanups/improvements: !181 !173 This release also includes all changes from 3.42.1 and 3.42.2 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- python3-gobject3/python3-gobject3.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3-gobject3/python3-gobject3.nm b/python3-gobject3/python3-gobject3.nm index 50518fea5..0cef4c1e7 100644 --- a/python3-gobject3/python3-gobject3.nm +++ b/python3-gobject3/python3-gobject3.nm @@ -5,9 +5,9 @@ name = python3-gobject3 version = %{ver_major}.%{ver_minor} -ver_major = 3.42 -ver_minor = 2 -release = 2 +ver_major = 3.46 +ver_minor = 0 +release = 1 thisapp = pygobject-%{version} groups = Development/Tools -- 2.39.5