From af78e3288b380b38bf0b5245950345cb05c5c4d067168488042695f1cf056455 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 8 Sep 2016 21:22:16 +0000 Subject: [PATCH] Accepting request 424995 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/424995 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=67 --- pygobject-3.20.1.tar.xz | 3 --- pygobject-3.21.91.tar.xz | 3 +++ python-gobject.changes | 32 ++++++++++++++++++++++++++++++++ python-gobject.spec | 5 +++-- python3-gobject.changes | 32 ++++++++++++++++++++++++++++++++ python3-gobject.spec | 5 +++-- 6 files changed, 73 insertions(+), 7 deletions(-) delete mode 100644 pygobject-3.20.1.tar.xz create mode 100644 pygobject-3.21.91.tar.xz diff --git a/pygobject-3.20.1.tar.xz b/pygobject-3.20.1.tar.xz deleted file mode 100644 index 0d15048..0000000 --- a/pygobject-3.20.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d261005d6fed6a92ac4c25f283792552f7dad865d1b7e0c03c2b84c04dbd745 -size 749748 diff --git a/pygobject-3.21.91.tar.xz b/pygobject-3.21.91.tar.xz new file mode 100644 index 0000000..90943ed --- /dev/null +++ b/pygobject-3.21.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d163ab8e8246b037897c5be37d9f2a8b27db9529defb0a914f5e063a50dc95 +size 754740 diff --git a/python-gobject.changes b/python-gobject.changes index 79b01cc..6e06577 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +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 diff --git a/python-gobject.spec b/python-gobject.spec index 040610f..eeb14a2 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -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.21.91 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.21/%{_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 diff --git a/python3-gobject.changes b/python3-gobject.changes index 79b01cc..6e06577 100644 --- a/python3-gobject.changes +++ b/python3-gobject.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +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 diff --git a/python3-gobject.spec b/python3-gobject.spec index 776dd16..f75ec8e 100644 --- a/python3-gobject.spec +++ b/python3-gobject.spec @@ -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.21.91 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.21/%{_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