diff --git a/pygobject_stubs-2.14.0.tar.gz b/pygobject_stubs-2.14.0.tar.gz deleted file mode 100644 index d4d76e0..0000000 --- a/pygobject_stubs-2.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:614d4908a9ed6e9b821498059ab2e86736346c2fd75c0286ccb018cfcfd8ab23 -size 895790 diff --git a/pygobject_stubs-2.16.0.tar.gz b/pygobject_stubs-2.16.0.tar.gz new file mode 100644 index 0000000..787739c --- /dev/null +++ b/pygobject_stubs-2.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97574616e92ef458605f9520d8d9db4c2a131affcd12fdd51db0b42395291e9 +size 934833 diff --git a/python-gobject-stubs.changes b/python-gobject-stubs.changes index 6955737..f3d7ca7 100644 --- a/python-gobject-stubs.changes +++ b/python-gobject-stubs.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Dec 11 08:56:57 UTC 2025 - Atri Bhattacharya + +- Update to version 2.16.0: + + Remove FIXME when override function is typed. + + Improve type hints for Gst*. + + Fix: Gst module cannot reference itself. + + Fix: Add @staticmethod for override methods. +- Changes from version 2.15.0: + + New features: + - Add Gly. + - Add GlyGtk4. + - Add overridden function docstring. + + Add non-GI base classes. + + Allow stub for some special python methods. + + Improve type hints for: Adw, Gdk4, GdkPixbuf, GdkX11, GLib, + GObject, Gsk, GSound, Gst* Gtk4, Pango, PangoCairo, Spelling. + + Filter out private constants and fields. + + Fix: Correctly skip field if a method has the same name. + + Fix: skip closure/destroy arguments preceding current arg. +- Add BuildRequires: python-typing_extensions. + ------------------------------------------------------------------- Sat Nov 8 04:41:37 UTC 2025 - Atri Bhattacharya diff --git a/python-gobject-stubs.spec b/python-gobject-stubs.spec index 11c4d5a..bf11d71 100644 --- a/python-gobject-stubs.spec +++ b/python-gobject-stubs.spec @@ -25,7 +25,7 @@ %define psuffix %{?with_gtk3:-gtk3}%{!?with_gtk3:%{nil}} Name: %{pname}%{psuffix} -Version: 2.14.0 +Version: 2.16.0 Release: 0 Summary: Typing stubs for PyGObject License: LGPL-2.1-only @@ -43,6 +43,7 @@ BuildRequires: fdupes Requires: python-base >= 3.9 Requires: python-gobject Requires: python-gobject-Gdk +Requires: python-typing_extensions %if 0%{?with_gtk3} Conflicts: python-gobject-stubs %endif