diff --git a/pygobject-3.32.2.tar.xz b/pygobject-3.32.2.tar.xz deleted file mode 100644 index f677f24..0000000 --- a/pygobject-3.32.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c39ca2a28364b57fa00549c6e836346031e6b886c3ceabfd8ab4b4fed0a83611 -size 551868 diff --git a/pygobject-3.34.0.tar.xz b/pygobject-3.34.0.tar.xz new file mode 100644 index 0000000..8568ad8 --- /dev/null +++ b/pygobject-3.34.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e2c9aa785f352ef111dcc5f63df9b85cf6e05e52ff04f803ffbebdacf5271a +size 552268 diff --git a/python-gobject.changes b/python-gobject.changes index 4344fdf..d7fab6d 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Sep 9 15:37:58 CDT 2019 - mgorse@suse.com + +- Update to version 3.34.0: + + No changes since 3.33.1. + +------------------------------------------------------------------- +Sat Aug 31 09:06:02 CDT 2019 - mgorse@suse.com + +- Update to version 3.33.1: + + Make GLib.Variant.unpack a bit less costly. + + pygobject: ignore GParameter deprecations. + + pygobject-object: fix refcount of floating return values. + + pygi-info: remove some dead code. + ------------------------------------------------------------------- Mon Jun 24 07:05:38 UTC 2019 - Bjørn Lie diff --git a/python-gobject.spec b/python-gobject.spec index 2b0872c..fdab763 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -22,13 +22,13 @@ %global __requires_exclude_from ^%{python2_sitearch}/gi/__init__.py|%{python3_sitearch}/gi/__init__.py$ %define _name pygobject Name: python-gobject -Version: 3.32.2 +Version: 3.34.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.32/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/pygobject/3.34/%{_name}-%{version}.tar.xz BuildRequires: %{python_module cairo >= 1.11.1} BuildRequires: %{python_module cairo-devel}