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
This commit is contained in:
parent
341b6065fb
commit
af78e3288b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d261005d6fed6a92ac4c25f283792552f7dad865d1b7e0c03c2b84c04dbd745
|
|
||||||
size 749748
|
|
3
pygobject-3.21.91.tar.xz
Normal file
3
pygobject-3.21.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:48d163ab8e8246b037897c5be37d9f2a8b27db9529defb0a914f5e063a50dc95
|
||||||
|
size 754740
|
@ -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
|
Tue May 3 21:29:34 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
# This figures in an error message
|
# This figures in an error message
|
||||||
%global __requires_exclude typelib\\(%%namespaces\\)
|
%global __requires_exclude typelib\\(%%namespaces\\)
|
||||||
|
%global __requires_exclude_from ^%{local_py_sitedir}/gi/__init__.py$
|
||||||
%define build_for_python3 0
|
%define build_for_python3 0
|
||||||
|
|
||||||
%if %{build_for_python3}
|
%if %{build_for_python3}
|
||||||
@ -39,10 +40,10 @@ Name: python-gobject
|
|||||||
Summary: Python bindings for GObject
|
Summary: Python bindings for GObject
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Version: 3.20.1
|
Version: 3.21.91
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://wiki.gnome.org/Projects/PyGObject/
|
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
|
# PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4
|
||||||
Patch1: pycompile-searchpath.patch
|
Patch1: pycompile-searchpath.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
@ -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
|
Tue May 3 21:29:34 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
# This figures in an error message
|
# This figures in an error message
|
||||||
%global __requires_exclude typelib\\(%%namespaces\\)
|
%global __requires_exclude typelib\\(%%namespaces\\)
|
||||||
|
%global __requires_exclude_from ^%{local_py_sitedir}/gi/__init__.py$
|
||||||
%define build_for_python3 1
|
%define build_for_python3 1
|
||||||
|
|
||||||
%if %{build_for_python3}
|
%if %{build_for_python3}
|
||||||
@ -39,10 +40,10 @@ Name: python3-gobject
|
|||||||
Summary: Python bindings for GObject
|
Summary: Python bindings for GObject
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Version: 3.20.1
|
Version: 3.21.91
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://wiki.gnome.org/Projects/PyGObject/
|
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
|
# PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4
|
||||||
Patch1: pycompile-searchpath.patch
|
Patch1: pycompile-searchpath.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Loading…
Reference in New Issue
Block a user