6 Commits

Author SHA256 Message Date
73e85baea9 Accepting request 1313604 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1313604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=106
2025-10-27 13:37:44 +00:00
836de60c77 Accepting request 1312171 from GNOME:Next
- Update to version 3.54.5:
  + Backport: GLib 2.86/GioUnix compatibility

OBS-URL: https://build.opensuse.org/request/show/1312171
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=172
2025-10-24 18:36:49 +00:00
e018c5c306 Accepting request 1307902 from GNOME:Factory
- Update to version 3.54.3:
  + Do not skip symbols both in Gio and in platform specific (forwarded request 1307609 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1307902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=105
2025-09-30 15:39:35 +00:00
697f69784e - Update to version 3.54.3:
+ Do not skip symbols both in Gio and in platform specific

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=170
2025-09-29 14:51:33 +00:00
0c9b24dff0 Accepting request 1305487 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 1304948 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1305487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=104
2025-09-24 13:21:49 +00:00
47614629e4 Scripted push from GNOME:Next
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=168
2025-09-17 15:53:53 +00:00
6 changed files with 68 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/pygobject.git</param>
<param name="revision">3.52.3</param>
<param name="revision">3.54.5</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

Binary file not shown.

3
pygobject-3.54.5.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68d423c42a99b0bbac5c750101202e2da98d26b2f63dd596c6801dea189ad4d1
size 3405836

View File

@@ -1,4 +1,4 @@
name: pygobject
version: 3.52.3
mtime: 1742148884
commit: 1c675e47a160662e5247a387dcd35e0d36b3c4d2
version: 3.54.5
mtime: 1760786024
commit: da2717480488ed93f1038ea106c7a9c394059e1d

View File

@@ -1,3 +1,61 @@
-------------------------------------------------------------------
Sat Oct 18 16:33:19 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.54.5:
+ Backport: GLib 2.86/GioUnix compatibility
-------------------------------------------------------------------
Sun Sep 28 21:33:10 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.54.3:
+ Do not skip symbols both in Gio and in platform specific
-------------------------------------------------------------------
Sat Sep 13 08:29:50 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.54.2:
+ Prefix platform specific symbols with platform name
-------------------------------------------------------------------
Fri Sep 12 15:03:18 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.54.1:
+ Excempt GioPlatform namespaces from required version check
-------------------------------------------------------------------
Mon Sep 8 06:23:08 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.54.0:
+ Fix compatibility with Python 3.14
+ Add platform specific symbols back to Gio module
+ Include docs from old GNOME wiki
+ Add override for `GLib.MainContext.query()`
+ Fix optional inout parameter marshalling
-------------------------------------------------------------------
Tue Sep 2 16:49:25 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.53.0:
+ Drop Python upper limit
+ Add `__enum|flags_values__` back to GEnum and GFlags
+ Fix asyncio event loop selector with Python 3.13
+ Support `Gtk.Template` on sub-classed Python classes
+ Use GI Repository singleton if GLib >= 2.85
+ Expose finish_func on function info to determine if a function
can be used as awaitable
+ Documentation updates
+ `ParamSpec` objects now return the expected enum type
+ Fix `Gio.ActionMap` override for `Gio.Application`
+ Fix regression for functions with multiple callbacks
+ Cleanup: callable argument cache
+ Format Python and C code
+ Fix compatibility with GLib 2.84
+ (chore) clean up array cache code
+ Added an option to skip automatic initialization of GTK and GDK
+ Add more variables to the .pc files
+ gobject.handler_block_by_func and friends now accept methods
+ set __module__ on gobject derived types
-------------------------------------------------------------------
Tue Apr 1 20:36:38 UTC 2025 - Christian Boltz <suse-beta@cboltz.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-gobject
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
# It produces a dependency cycle: avahi - gtk3-devel - python-dbus-python
#%%define gdk_real_package %%(rpm -q --qf '%%{NAME}' -f $(readlink %%{_libdir}/libgdk-3.so -f))
# This figures in an error message
%global __requires_exclude typelib\\(%%namespaces\\)
%global __requires_exclude typelib.*(namespace|GioWin32).*
%global __requires_exclude_from ^%{_libdir}/python.*/site-packages/gi/__init__.py$
%define _name pygobject
%define glib_version 2.80.0
@@ -34,7 +34,7 @@
%define libffi_version 3.0
%{?sle15_python_module_pythons}
Name: python-gobject
Version: 3.52.3
Version: 3.54.5
Release: 0
Summary: Python bindings for GObject
License: LGPL-2.1-or-later