Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 73e85baea9 | |||
| 836de60c77 | |||
| e018c5c306 | |||
| 697f69784e | |||
| 0c9b24dff0 | |||
| 47614629e4 |
2
_service
2
_service
@@ -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>
|
||||
|
||||
BIN
pygobject-3.52.3.obscpio
LFS
BIN
pygobject-3.52.3.obscpio
LFS
Binary file not shown.
3
pygobject-3.54.5.obscpio
Normal file
3
pygobject-3.54.5.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68d423c42a99b0bbac5c750101202e2da98d26b2f63dd596c6801dea189ad4d1
|
||||
size 3405836
|
||||
@@ -1,4 +1,4 @@
|
||||
name: pygobject
|
||||
version: 3.52.3
|
||||
mtime: 1742148884
|
||||
commit: 1c675e47a160662e5247a387dcd35e0d36b3c4d2
|
||||
version: 3.54.5
|
||||
mtime: 1760786024
|
||||
commit: da2717480488ed93f1038ea106c7a9c394059e1d
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user