Accepting request 795247 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 795103 from iznogood) OBS-URL: https://build.opensuse.org/request/show/795247 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=81
This commit is contained in:
commit
ab12724dc0
@ -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
3
pygobject-3.36.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8683d2dfb5baa9e501a9a64eeba5c2c1117eadb781ab1cd7a9d255834af6daef
|
||||||
|
size 555592
|
@ -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>
|
Fri Jan 31 21:56:03 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
%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.34.0
|
Version: 3.36.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.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 >= 1.11.1}
|
||||||
BuildRequires: %{python_module cairo-devel}
|
BuildRequires: %{python_module cairo-devel}
|
||||||
|
Loading…
Reference in New Issue
Block a user