Accepting request 332926 from GNOME:Factory
Update to 3.18.0 (forwarded request 332842 from dimstar) OBS-URL: https://build.opensuse.org/request/show/332926 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=56
This commit is contained in:
commit
fc0f5b7ea1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de620e00fe7ecb788aa2dc0d664e41f71b8e718e728168e8d982cf193a9e7e64
|
||||
size 725544
|
3
pygobject-3.18.0.tar.xz
Normal file
3
pygobject-3.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c3ba1112d3713cd5c86260312bfeb0de1f84f18808e51072c50b29d46156dc9
|
||||
size 727888
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 07:35:55 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.18.0:
|
||||
+ Stable release, no changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 10:10:50 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.17.90:
|
||||
+ Allow passing unicode lists to GStrv properties on Python 2
|
||||
(bgo#744745).
|
||||
+ Avoid a silent long to int truncation (bgo#749698).
|
||||
+ Handle gtype marshalling (bgo#749696).
|
||||
+ pygi-foreign-cairo.c: fix include for py3cairo.h (bgo#746742).
|
||||
+ tests: Silence various error messages and warnings
|
||||
(bgo#751156).
|
||||
+ Fix test regression when xdg-user-dirs is not installed
|
||||
(bgo#751299).
|
||||
+ Explicitly check if an override exists instead of ImportError
|
||||
(bgo#749532).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 15 18:42:42 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.17.1:
|
||||
+ Add gi.PyGIWarning used when import version is not specified
|
||||
(bgo#727379).
|
||||
+ Remove Gdk.Rectangle alias with newer gobject-introspection and
|
||||
GTK+ (bgo#749625).
|
||||
+ Field setters: Remove unneeded type/range checks and unused
|
||||
code (bgo#746985).
|
||||
+ pygi-argument: Remove unused imports/includes (bgo#746985).
|
||||
+ Improve test coverage for field setters/getters (bgo#746985).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 15 09:58:22 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -39,10 +39,10 @@ Name: python-gobject
|
||||
Summary: Python bindings for GObject
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/Python
|
||||
Version: 3.16.2
|
||||
Version: 3.18.0
|
||||
Release: 0
|
||||
Url: https://wiki.gnome.org/Projects/PyGObject/
|
||||
Source: http://download.gnome.org/sources/pygobject/3.16/%{_name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/pygobject/3.18/%{_name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4
|
||||
Patch1: pycompile-searchpath.patch
|
||||
BuildRequires: fdupes
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 07:35:55 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.18.0:
|
||||
+ Stable release, no changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 10:10:50 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.17.90:
|
||||
+ Allow passing unicode lists to GStrv properties on Python 2
|
||||
(bgo#744745).
|
||||
+ Avoid a silent long to int truncation (bgo#749698).
|
||||
+ Handle gtype marshalling (bgo#749696).
|
||||
+ pygi-foreign-cairo.c: fix include for py3cairo.h (bgo#746742).
|
||||
+ tests: Silence various error messages and warnings
|
||||
(bgo#751156).
|
||||
+ Fix test regression when xdg-user-dirs is not installed
|
||||
(bgo#751299).
|
||||
+ Explicitly check if an override exists instead of ImportError
|
||||
(bgo#749532).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 15 18:42:42 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.17.1:
|
||||
+ Add gi.PyGIWarning used when import version is not specified
|
||||
(bgo#727379).
|
||||
+ Remove Gdk.Rectangle alias with newer gobject-introspection and
|
||||
GTK+ (bgo#749625).
|
||||
+ Field setters: Remove unneeded type/range checks and unused
|
||||
code (bgo#746985).
|
||||
+ pygi-argument: Remove unused imports/includes (bgo#746985).
|
||||
+ Improve test coverage for field setters/getters (bgo#746985).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 15 09:58:22 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -39,10 +39,10 @@ Name: python3-gobject
|
||||
Summary: Python bindings for GObject
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/Python
|
||||
Version: 3.16.2
|
||||
Version: 3.18.0
|
||||
Release: 0
|
||||
Url: https://wiki.gnome.org/Projects/PyGObject/
|
||||
Source: http://download.gnome.org/sources/pygobject/3.16/%{_name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/pygobject/3.18/%{_name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4
|
||||
Patch1: pycompile-searchpath.patch
|
||||
BuildRequires: fdupes
|
||||
|
Loading…
Reference in New Issue
Block a user