Package Release Info

python-gobject2-2.28.7-1.27

Update Info: Base Release
Available in Package Hub : 15 SP3 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-gobject2-devel

Change Logs

* Wed Dec 13 2017 dimstar@opensuse.org
- Update to version 2.28.7:
  + Move property and signal creation into _class_init().
  + gio-types.defs: change some enums to flags.
  + Fix set_qdata warning on accessing NULL gobject property.
  + Disable introspection support by default.
  + Don't install codegen for Python 3.
  + Ship tests/te_ST@nouppera in release tarballs for tests to
    succeed.
  + [gi] Port test_properties from static gio to GI Gio.
  + python3:
  - Fix build. PYcairo_IMPORT doesn't exists anymore.
  - Fix maketrans import.
  + [gi-overrides] fix MessageBox so it correctly handles the type
    constructor param.
  + gdbus tests: Fix hang if test case fails.
  + Fix crash in Gtk.TextIter overrides.
  + correctly initialize the _gi_cairo_functions array to be zero
    filled.
  + [gtk-override] print warning if user imports Gtk 2.0.
  + Add support for enums in gobject.property.
- Drop python-gobject-python3.patch and
  python-gobject-gio_types.patch: fixed upstream.
- Drop libtool BuildRequires and call to autoreconf: no longer
  needed since we don't carry patches anymore.
* Sat Feb 25 2017 toddrme2178@gmail.com
- Add python2-gobject2 and python2-gobject2-devel provides for
  compatibility with multipython packages.
* Wed Sep 25 2013 toddrme2178@gmail.com
- Fix building python 3 version on openSUSE <= 12.3; __pycache__
  was not built a this time.
* Tue Jul 16 2013 dimstar@opensuse.org
- Run pre_checkin.sh to re-introduce python3 capabilities:
  + Adds python3-gobject2.spec and .changes.
* Thu Sep 13 2012 andrea.bedini@gmail.com
- Add python-gobject-gio_types.patch: patches taken from git, to fix
  some type mismatches in gio-types.defs.
* Sun Nov 27 2011 coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
* Fri Sep 30 2011 vuntz@opensuse.org
- Update python3-gobject2 packaging:
  + Use %{python3_sitearch} now that it's defined, instead of our
    own custom macro.
  + Change python3 Requires to python(abi) = %py3_ver, which is
    saner.
* Wed Aug 24 2011 dimstar@opensuse.org
- Revert the rename from pygobject to pygobject2 for the docs: This
  fix is counter productive. python-gobject (version 3) does not
  provide useful documentation in first place. The right fix is not
  to install the doc in python-gobject (version 2.90.x+)
* Mon Aug 22 2011 dimstar@opensuse.org
- Remove gobject-introspection-devel BuildRequires: We no longer
  build the gi bindings, as they were moved to python-gobject 3.
- Move the doc from /usr/share/gtk-doc/html/pygobject to pygobject2
  in order to not conflicy with python-gobject 3 on file level.
* Sat Aug 20 2011 dimstar@opensuse.org
- Pass --disable-introspection to configure. The introspection
  based bindings are provided by python-gobject, the newer version
  of this code.
Version: 2.28.7-150400.12.14
* Mon Mar 23 2020 tchvatal@suse.com
- Use python2_sitearch to fix build without extra macros
* Mon Jul 23 2018 dimstar@opensuse.org
- Use python_sitearch instead of deprecated py_sitedir.