Accepting request 695615 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/695615 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=106
This commit is contained in:
parent
fe400c4ed7
commit
1294c1d7ee
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2dc1a1a444b82955e65b81c2a2511ecf8032404beba4ef1d48144168f2f64c43
|
|
||||||
size 545424
|
|
3
pygobject-3.32.0.tar.xz
Normal file
3
pygobject-3.32.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83f4d7e59fde6bc6b0d39c5e5208574802f759bc525a4cb8e7265dfcba45ef29
|
||||||
|
size 551516
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Sun Dec 2 10:20:18 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-gobject
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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$
|
%global __requires_exclude_from ^%{python2_sitearch}/gi/__init__.py|%{python3_sitearch}/gi/__init__.py$
|
||||||
%define _name pygobject
|
%define _name pygobject
|
||||||
Name: python-gobject
|
Name: python-gobject
|
||||||
Version: 3.30.4
|
Version: 3.32.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for GObject
|
Summary: Python bindings for GObject
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://wiki.gnome.org/Projects/PyGObject/
|
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 >= 1.11.1}
|
||||||
BuildRequires: %{python_module cairo-devel}
|
BuildRequires: %{python_module cairo-devel}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
@ -132,7 +133,7 @@ find %{buildroot} "(" -name '*.la' -or -name '*.a' ")" -delete
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
%doc examples/
|
%doc examples/
|
||||||
%{python_sitearch}/gi/
|
%{python_sitearch}/gi/
|
||||||
%{python_sitearch}/PyGObject-%{version}-py*.egg-info
|
%{python_sitearch}/PyGObject-%{version}*-py*.egg-info
|
||||||
# Lives in cairo subpackage
|
# Lives in cairo subpackage
|
||||||
%exclude %{python_sitearch}/gi/_gi_cairo*.so
|
%exclude %{python_sitearch}/gi/_gi_cairo*.so
|
||||||
# Lives in Gdk subpackage
|
# Lives in Gdk subpackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user