pygobject: dependency change

2017-04-18 Thread Christoph Reiter
Hey release team! I've send a proposal for a dependency switch to distributor-l...@gnome.org and desktop-devel-l...@gnome.org: https://mail.gnome.org/archives/desktop-devel-list/2017-April/msg00065.html Any thoughts or objections? regards ___

pygobject 3.27.4

2018-02-13 Thread Christoph Reiter
News * tests: Fix tests under Wayland. :issue:`163` * tests: Make it possible to use pytest directly. * Reverted transfer-none boxed copy changes (:mr:`10`) due to regressions in gnome-music. :issue:`164` :mr:`23` ChangeLog =

pygobject 3.27.3

2018-02-10 Thread Christoph Reiter
News * Fix a 3.27.2 regression where functions return invalid boxed values. :mr:`16` (thanks to :user:`Mikhail Fludkov ` for providing a test) * tests: Make tests run without Gtk/Gdk installed. :mr:`17` (:user:`Mikhail Fludkov `) * tests: Remove dependency on ``localedef``.

pygobject 3.27.2

2018-02-07 Thread Christoph Reiter
News https://download.gnome.org/sources/pygobject/3.27/pygobject-3.27.2.news (159K) ChangeLog = https://download.gnome.org/sources/pygobject/3.27/pygobject-3.27.2.changes (24.8K) Download https://download.gnome.org/sources/pygobject/3.27/pygobject-3.27.2.tar.xz (970K)

pygobject 3.28.0

2018-03-12 Thread Christoph Reiter
News * GLib.Variant: Fix creation of guchar arrays from bytes (3.27.2 regression). :issue:`174` :mr:`30` ChangeLog = https://download.gnome.org/sources/pygobject/3.28/pygobject-3.28.0.changes (1.40K) Download

pygobject freeze break

2018-03-10 Thread Christoph Reiter
Hey, I'd like to request a freeze break for https://gitlab.gnome.org/GNOME/pygobject/merge_requests/30 thanks ___ release-team@gnome.org https://mail.gnome.org/mailman/listinfo/release-team Release-team lurker? Do NOT participate in discussions.

pygobject 3.28.2

2018-03-27 Thread Christoph Reiter
News * setup.py: Don't install the test C extension when it's built. :issue:`181` * setup.py: Always define PY_SSIZE_T_CLEAN. :issue:`185` * Fix __str__ return type of Gtk.TreePath with depth == 0. :issue:`143` * Fix a crash when setting a str property with a value containing surrogates.

pygobject 3.27.5

2018-03-01 Thread Christoph Reiter
News * Re-revert transfer-none boxed copy changes (:mr:`23`). Now with more fixes and tests. :mr:`24` (:user:`Mathieu Duponchelle `) * Add caching for boxed type lookup and try to avoid the import lock. :mr:`13` (:user:`Mikhail Fludkov `) ChangeLog =

[gobject-introspection] (2 commits) Created branch gnome-3-30

2018-09-12 Thread Christoph Reiter
The branch 'gnome-3-30' was created. Summary of new commits: ab2abd6... version bump 1f1dd7f... meson: Install warnlib ___ release-team@gnome.org https://mail.gnome.org/mailman/listinfo/release-team Release-team lurker? Do NOT participate in

[gobject-introspection] Created branch gnome-3-32

2019-03-07 Thread Christoph Reiter
The branch 'gnome-3-32' was created pointing to: 57410eb... version bump ___ release-team@gnome.org https://mail.gnome.org/mailman/listinfo/release-team Release-team lurker? Do NOT participate in discussions.

[gobject-introspection] Created branch gnome-3-34

2019-09-04 Thread Christoph Reiter
The branch 'gnome-3-34' was created pointing to: e452533... version bump ___ release-team@gnome.org https://mail.gnome.org/mailman/listinfo/release-team Release-team lurker? Do NOT participate in discussions.

pygobject freeze break request

2019-02-21 Thread Christoph Reiter via release-team
Hey, (re feature freeze) pygobject recently got two MRs for covering some more cairo type conversions with pycairo: * https://gitlab.gnome.org/GNOME/pygobject/merge_requests/111 * https://gitlab.gnome.org/GNOME/pygobject/merge_requests/112 The changes come with tests and they only add support

g-i freeze break

2019-03-08 Thread Christoph Reiter via release-team
Hey, Change in question: https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/142 https://gitlab.gnome.org/GNOME/glib/merge_requests/711 fixes some annotation on the glib 2.60 stable branch. Since the annotations are handled through g-i we'd need to update g-i for this to take