Accepting request 696524 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/696524 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=76
This commit is contained in:
commit
7321356dbd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dc1a1a444b82955e65b81c2a2511ecf8032404beba4ef1d48144168f2f64c43
|
||||
size 545424
|
3
pygobject-3.32.1.tar.xz
Normal file
3
pygobject-3.32.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32c99def94b8dea5ce9e4bc99576ef87591ea779b4db77cfdca7af81b76d04d8
|
||||
size 551708
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 15:15:44 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.32.1:
|
||||
+ tests/gimarshallingtestsextra.c/h: relicense to LGPLv2.1+.
|
||||
+ meson: add ``tests`` option for disabling tests.
|
||||
+ meson: tests: pass ``--quiet`` to g-ir-scanner.
|
||||
+ Fix a crash when marshalling a GError to Python fails.
|
||||
+ Fix leak of transfer-full/container C arrays.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 13:01:45 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.32.0:
|
||||
+ No changes since 3.31.4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 16:51:38 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.31.4:
|
||||
+ docs: document GObject.Object.weak_ref().
|
||||
+ cairo:
|
||||
- Add cairo pattern foreign struct support.
|
||||
- Add cairo_matrix_t converter to GValue.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 21:49:27 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.31.3:
|
||||
+ Speed up destruction of boxed types and
|
||||
GObject.Value.set_value() calls. This makes appending to a
|
||||
Gtk.TreeModel nearly twice as fast for example.
|
||||
+ Allow passing None for boolean parameters.
|
||||
+ meson: Install .egg-info directory to arch'd dir.
|
||||
+ gtk overrides: raise in case Gtk.Window is instantiated after
|
||||
gtk_init failed.
|
||||
+ gio overrides: Warn when creating various dbus types without a
|
||||
constructor.
|
||||
+ tests:
|
||||
- Fix tests with glib 2.59.x.
|
||||
- Fix test_atoms failing in some environments.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 10:48:12 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.31.2:
|
||||
+ GLib.Variant.keys: correctly raise TypeError for non-dict
|
||||
types.
|
||||
+ GLib.Variant: implement __bool__ for maybe types.
|
||||
+ cairo: Fix GValue converters in case of NULL.
|
||||
+ setup.py: Print an install command hint when pkg-config is
|
||||
missing.
|
||||
+ pygi-info: wrap g_union_info_get_alignment().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 2 10:20:18 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-gobject
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,13 +22,14 @@
|
||||
%global __requires_exclude_from ^%{python2_sitearch}/gi/__init__.py|%{python3_sitearch}/gi/__init__.py$
|
||||
%define _name pygobject
|
||||
Name: python-gobject
|
||||
Version: 3.30.4
|
||||
Version: 3.32.1
|
||||
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.30/%{_name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/pygobject/3.32/%{_name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: %{python_module cairo >= 1.11.1}
|
||||
BuildRequires: %{python_module cairo-devel}
|
||||
BuildRequires: %{python_module devel}
|
||||
@ -132,7 +133,7 @@ find %{buildroot} "(" -name '*.la' -or -name '*.a' ")" -delete
|
||||
%doc NEWS
|
||||
%doc examples/
|
||||
%{python_sitearch}/gi/
|
||||
%{python_sitearch}/PyGObject-%{version}-py*.egg-info
|
||||
%{python_sitearch}/PyGObject-%{version}*-py*.egg-info
|
||||
# Lives in cairo subpackage
|
||||
%exclude %{python_sitearch}/gi/_gi_cairo*.so
|
||||
# Lives in Gdk subpackage
|
||||
|
Loading…
Reference in New Issue
Block a user