diff --git a/pygobject-3.34.0.tar.xz b/pygobject-3.34.0.tar.xz deleted file mode 100644 index 8568ad8..0000000 --- a/pygobject-3.34.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87e2c9aa785f352ef111dcc5f63df9b85cf6e05e52ff04f803ffbebdacf5271a -size 552268 diff --git a/pygobject-3.36.0.tar.xz b/pygobject-3.36.0.tar.xz new file mode 100644 index 0000000..8a5c47f --- /dev/null +++ b/pygobject-3.36.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8683d2dfb5baa9e501a9a64eeba5c2c1117eadb781ab1cd7a9d255834af6daef +size 555592 diff --git a/python-gobject.changes b/python-gobject.changes index a28385d..0eb8f8c 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Mar 8 21:03:05 UTC 2020 - Bjørn Lie + +- Update to version 3.36.0: + + This will be the last release supporting Python 2. + + pygobject-object: Avoid checking whether NULL is floating. + + Avoid various new glib deprecation warnings. + + Port to g_object_new_with_properties(). + + Drop Python 2 support on Windows. + + gtk overrides: Drop Menu, MenuItem for Gtk 4. + + Docs: + - Update openSUSE instructions. + - Add Gaphor to Who is Using PyGObject. + - Remove reference to a fixed bug. + ------------------------------------------------------------------- Fri Jan 31 21:56:03 UTC 2020 - Dominique Leuenberger diff --git a/python-gobject.spec b/python-gobject.spec index 419a75d..78b8e3e 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.34.0 +Version: 3.36.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.34/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/pygobject/3.36/%{_name}-%{version}.tar.xz BuildRequires: %{python_module cairo >= 1.11.1} BuildRequires: %{python_module cairo-devel}