Accepting request 653520 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/653520 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=75
This commit is contained in:
commit
9a7d6667f8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1335b70e36885bf1ae207ec1283a369b8fc3e080688046c1edb5a676edc11ce
|
||||
size 546368
|
3
pygobject-3.30.4.tar.xz
Normal file
3
pygobject-3.30.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dc1a1a444b82955e65b81c2a2511ecf8032404beba4ef1d48144168f2f64c43
|
||||
size 545424
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 2 10:20:18 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.30.4:
|
||||
+ gtk overrides: Fix rows getting inserted on the wrong level
|
||||
with TreeStore.insert_before/inster_after if parent=None.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 27 18:17:55 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.30.3:
|
||||
+ GValue: fall back to the custom C marshaller to support
|
||||
fundamental types. This makes GValue work with GstFraction.
|
||||
+ GValue: Work around wrong annotations for GVariant.
|
||||
+ Fix GObject attribute access during instance init which can
|
||||
lead to errors with __getattr__ implementations of subclasses.
|
||||
This lead to criticals when instantiating Gio.DBusProxy.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 09:44:44 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.30.2:
|
||||
+ tests: Fix some test with newer glib.
|
||||
+ overrides: Fix crash when using non-ascii text with
|
||||
Gtk.Builder.add_from_string/add_objects_from_string.
|
||||
+ Various meson/distutils build fixes for MSVC.
|
||||
+ foreign-cairo: Fix cairo marshalling not using the foreign
|
||||
converters in some cases.
|
||||
+ build: setup.py reproducible build fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 18:24:25 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%global __requires_exclude_from ^%{python2_sitearch}/gi/__init__.py|%{python3_sitearch}/gi/__init__.py$
|
||||
%define _name pygobject
|
||||
Name: python-gobject
|
||||
Version: 3.30.1
|
||||
Version: 3.30.4
|
||||
Release: 0
|
||||
Summary: Python bindings for GObject
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user