Opened 8 months ago

Closed 8 months ago

#18536 closed enhancement (fixed)

pygobject3-3.46.0 (Python module)

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (5)

comment:1 by Xi Ruoyao, 8 months ago

3.46.0 - 2023-09-10

  • build: Drop Python 3.7 support :mr:238
  • build: Require glib 2.64 and gobject-introspection 1.64 :mr:243
  • Add support for Python 3.12 (minor test fixes) :mr:247
  • Drop GTK 2 support (after being effectively unsupported for 12 years) :mr:182
  • meson: Require meson 0.56.0 :mr:220
  • meson: Set PYTHONPATH in devenv :mr:235
  • meson: define pycairo_dep in case pycairo=disabled :mr:242
  • meson: Use pycairo from target python before pkg-config :mr:223
  • Complete the PEP-451 implementation in gi.importer :mr:229
  • Replace usage of deprecated FFI closure API :mr:241
  • Fix invalid marshalling in some cases for boxed values, for example with Gtk.StyleContext.get_property() :mr:213
  • Consistent setting of enum and flag property :mr:192
  • Fix docstring for methods that return an array and have a length (out) argument :mr:249
  • overrides: Fix incompatibility for CssProvider.load_from_data() (GTK 4.10) :mr:231
  • overrides: Allow Gdk.{Color,RGBA} instances to be compared with other objects :mr:233
  • overrides: Add overrides for Gdk.FileList in Gdk-4.0 :mr:245
  • docs: Fix underline too short warning :mr:246
  • docs: Fix build failure due to extlinks with Sphinx 6 :mr:244
  • docs: List additional projects using PyGObject :mr:230
  • docs: Update Development Environment Docs :mr:232
  • docs: Update docs and code examples to GTK 4 :mr:215

comment:2 by Xi Ruoyao, 8 months ago

We should disable test_overrides_gtk.py or the test suite may fail early with a SIGTRAP: https://gitlab.gnome.org/GNOME/pygobject/-/issues/481.

OTOH I cannot reproduce the test_gdbus.py failure.

comment:3 by Douglas R. Reno, 8 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:4 by Douglas R. Reno, 8 months ago

I can still reproduce the test_gdbus.py failure on both my SysV and systemd systems, in both cases it times out

I'll update the instructions to disable test_overrides_gtk.py as well as test_gdbus.py.

comment:5 by Douglas R. Reno, 8 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.