Accepting request 1072913 from GNOME:Next

New stable release

OBS-URL: https://build.opensuse.org/request/show/1072913
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=142
This commit is contained in:
Dominique Leuenberger 2023-03-20 12:48:27 +00:00 committed by Git OBS Bridge
parent 148ffdbbe6
commit 48f1403665
4 changed files with 27 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ade8695e2a7073849dd0316d31d8728e15e1e0bc71d9ff6d1c09e86be52bc957
size 558724

3
pygobject-3.44.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6863d6a3b70d9ace4c36a9901d39e42c8801d11309ca2a8b3459d1c24e34b7f
size 559572

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Mar 19 09:09:22 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.44.0:
+ No changes compared to 3.43.1
-------------------------------------------------------------------
Fri Feb 24 17:30:28 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

View File

@ -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}