Accepting request 429079 from GNOME:Factory
Update to 3.22.0 (forwarded request 428727 from dimstar) OBS-URL: https://build.opensuse.org/request/show/429079 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=64
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d261005d6fed6a92ac4c25f283792552f7dad865d1b7e0c03c2b84c04dbd745
|
||||
size 749748
|
3
pygobject-3.22.0.tar.xz
Normal file
3
pygobject-3.22.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08b29cfb08efc80f7a8630a2734dec65a99c1b59f1e5771c671d2e4ed8a5cbe7
|
||||
size 756820
|
@@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 14:58:45 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.22.0:
|
||||
+ Version bump only, no changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 14:14:13 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.92:
|
||||
+ Handle nullable filename parameters (bgo#770821).
|
||||
+ Fix list/hashtable enum <-> hash conversion on 64-bit big
|
||||
endian (bgo#770608).
|
||||
+ Allow passing sockets to io_add_watch on win32 (bgo#766396).
|
||||
+ Tests: Use dbus-run-session instead of dbus-launch to run tests
|
||||
(bgo#770798).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 25 16:01:45 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.91:
|
||||
+ Allow installing with pip (bgo#767988).
|
||||
+ Skip a test with older glib (bgo#740301).
|
||||
+ Fix a test with Python 3.1/3.2 (bgo#740324).
|
||||
+ tests: Use places kwarg for assertAlmostEqual (bgo#740337).
|
||||
+ Print exception if marshalling a signal argument fails
|
||||
(bgo#748198).
|
||||
+ overrides: allow treemodel sequence shorthands (bgo#766580).
|
||||
+ Remove pygobject-external.h (bgo#767084).
|
||||
+ Remove pygobject-private.h and rename pygobject.c to
|
||||
pygobject-object.c (bgo#767084).
|
||||
+ Merge pyglib-private.h into pyglib.h (bgo#767084).
|
||||
+ Remove pygi.h and pygi-private.h (bgo#767084).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 17 19:50:03 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Do not consider __init__.py for automatic dependency generation:
|
||||
this file is filled with large comments section but in fact not
|
||||
with dependencies (parsing it happens to add a typelib(Gtk) = 3.0
|
||||
dependency).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 7 18:35:00 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.0:
|
||||
+ gi: Add require_versions() function (bgo#761141).
|
||||
+ build: Do not enable code coverage based on lcov (bgo#764075).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 3 21:29:34 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@@ -18,6 +18,7 @@
|
||||
|
||||
# This figures in an error message
|
||||
%global __requires_exclude typelib\\(%%namespaces\\)
|
||||
%global __requires_exclude_from ^%{local_py_sitedir}/gi/__init__.py$
|
||||
%define build_for_python3 0
|
||||
|
||||
%if %{build_for_python3}
|
||||
@@ -39,10 +40,10 @@ Name: python-gobject
|
||||
Summary: Python bindings for GObject
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/Python
|
||||
Version: 3.20.1
|
||||
Version: 3.22.0
|
||||
Release: 0
|
||||
Url: https://wiki.gnome.org/Projects/PyGObject/
|
||||
Source: http://download.gnome.org/sources/pygobject/3.20/%{_name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/pygobject/3.22/%{_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,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 14:58:45 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.22.0:
|
||||
+ Version bump only, no changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 14:14:13 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.92:
|
||||
+ Handle nullable filename parameters (bgo#770821).
|
||||
+ Fix list/hashtable enum <-> hash conversion on 64-bit big
|
||||
endian (bgo#770608).
|
||||
+ Allow passing sockets to io_add_watch on win32 (bgo#766396).
|
||||
+ Tests: Use dbus-run-session instead of dbus-launch to run tests
|
||||
(bgo#770798).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 25 16:01:45 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.91:
|
||||
+ Allow installing with pip (bgo#767988).
|
||||
+ Skip a test with older glib (bgo#740301).
|
||||
+ Fix a test with Python 3.1/3.2 (bgo#740324).
|
||||
+ tests: Use places kwarg for assertAlmostEqual (bgo#740337).
|
||||
+ Print exception if marshalling a signal argument fails
|
||||
(bgo#748198).
|
||||
+ overrides: allow treemodel sequence shorthands (bgo#766580).
|
||||
+ Remove pygobject-external.h (bgo#767084).
|
||||
+ Remove pygobject-private.h and rename pygobject.c to
|
||||
pygobject-object.c (bgo#767084).
|
||||
+ Merge pyglib-private.h into pyglib.h (bgo#767084).
|
||||
+ Remove pygi.h and pygi-private.h (bgo#767084).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 17 19:50:03 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Do not consider __init__.py for automatic dependency generation:
|
||||
this file is filled with large comments section but in fact not
|
||||
with dependencies (parsing it happens to add a typelib(Gtk) = 3.0
|
||||
dependency).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 7 18:35:00 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.0:
|
||||
+ gi: Add require_versions() function (bgo#761141).
|
||||
+ build: Do not enable code coverage based on lcov (bgo#764075).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 3 21:29:34 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@@ -18,6 +18,7 @@
|
||||
|
||||
# This figures in an error message
|
||||
%global __requires_exclude typelib\\(%%namespaces\\)
|
||||
%global __requires_exclude_from ^%{local_py_sitedir}/gi/__init__.py$
|
||||
%define build_for_python3 1
|
||||
|
||||
%if %{build_for_python3}
|
||||
@@ -39,10 +40,10 @@ Name: python3-gobject
|
||||
Summary: Python bindings for GObject
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/Python
|
||||
Version: 3.20.1
|
||||
Version: 3.22.0
|
||||
Release: 0
|
||||
Url: https://wiki.gnome.org/Projects/PyGObject/
|
||||
Source: http://download.gnome.org/sources/pygobject/3.20/%{_name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/pygobject/3.22/%{_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
|
||||
|
Reference in New Issue
Block a user