diff --git a/pygobject-3.42.2.tar.xz b/pygobject-3.42.2.tar.xz deleted file mode 100644 index cdb73a6..0000000 --- a/pygobject-3.42.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ade8695e2a7073849dd0316d31d8728e15e1e0bc71d9ff6d1c09e86be52bc957 -size 558724 diff --git a/pygobject-3.44.0.tar.xz b/pygobject-3.44.0.tar.xz new file mode 100644 index 0000000..0be40b9 --- /dev/null +++ b/pygobject-3.44.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6863d6a3b70d9ace4c36a9901d39e42c8801d11309ca2a8b3459d1c24e34b7f +size 559572 diff --git a/python-gobject.changes b/python-gobject.changes index e32ec14..d1e36f2 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Mar 19 09:09:22 UTC 2023 - Bjørn Lie + +- Update to version 3.44.0: + + No changes compared to 3.43.1 + +------------------------------------------------------------------- +Fri Feb 24 17:30:28 UTC 2023 - Bjørn Lie + +- Update to version 3.43.1: + + Drop support for Python 3.6 + + meson: bump minimum version to 0.53.0 and update subprojects + + gimodule: fix floating state of python objects created with + g_object_new + + Gtk.Template: Accept PathLike objects as a filename + + info: Show which type/object callables are bound to + + IntrospectionModule: handle two threads loading type at same + time + + Port to Py_TRASHCAN_BEGIN + + Other cleanups/improvements + ------------------------------------------------------------------- Fri Jul 22 10:00:02 UTC 2022 - Bjørn Lie diff --git a/python-gobject.spec b/python-gobject.spec index 0c0e8a3..66b6062 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -1,7 +1,7 @@ # # spec file for package python-gobject # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,13 +29,13 @@ %global __requires_exclude_from ^%{_libdir}/python.*/site-packages/gi/__init__.py$ %define _name pygobject Name: python-gobject -Version: 3.42.2 +Version: 3.44.0 Release: 0 Summary: Python bindings for GObject License: LGPL-2.1-or-later Group: Development/Languages/Python URL: https://wiki.gnome.org/Projects/PyGObject/ -Source0: https://download.gnome.org/sources/pygobject/3.42/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/pygobject/3.44/%{_name}-%{version}.tar.xz BuildRequires: %{python_module devel} BuildRequires: %{python_module pycairo >= 1.16.0}