Accepting request 795103 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/795103
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=117
This commit is contained in:
Dominique Leuenberger 2020-04-17 22:54:16 +00:00 committed by Git OBS Bridge
parent 733eaf790a
commit 528c54c8d2
4 changed files with 20 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87e2c9aa785f352ef111dcc5f63df9b85cf6e05e52ff04f803ffbebdacf5271a
size 552268

3
pygobject-3.36.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8683d2dfb5baa9e501a9a64eeba5c2c1117eadb781ab1cd7a9d255834af6daef
size 555592

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 8 21:03:05 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <dimstar@opensuse.org>

View File

@ -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}