Package Release Info

python-gtk-2.24.0-8.27

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-gtk
python-gtk-debuginfo
python-gtk-debugsource
python-gtk-devel

Change Logs

* Wed Nov 27 2019 dimstar@opensuse.org
- Add pygtk-Drop-the-PangoFont-find_shaper-virtual-method.patch:
  Drop the PangoFont find_shaper virtual method. This API has been
  removed from Pango 1.44.6, because it was completely unused by
  anything.
* Sun Aug 18 2019 bjorn.lie@gmail.com
- Drop python-numpy-devel BuildRequires and python-numpy Requires:
  No longer build the optional numpy support.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
Version: 2.24.0-1.47
* Tue Jul 11 2017 toddrme2178@gmail.com
- Fix rpmlint errors
- Spec file cleanups
* Fri Apr 05 2013 idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
* Tue Oct 11 2011 jmatejek@suse.com
- moving docs to /usr/share/doc/gtk for FHS compliance (bnc#597244)
* Wed May 04 2011 jmatejek@novell.com
- added Provides: pygtk2 for cross-distro compatibility (bnc#688452)
* Wed May 04 2011 vuntz@opensuse.org
- Update to version 2.24.0:
  + Many many documentation improvements and updates
  + Add --without-glade configure option. No change to current
    behaviour.
  + Small setup.py fixes
- Changes from version 2.23.1:
  + Many many documentation improvements and updates
- Changes from version 2.23.0:
  + Many windows build fixes (bgo#371317)
  + Fix mainloop hangs with signalfd (bgo#638780, bgo#640738)
  + Fix TypeError when running tests (bgo#636589)
  + gtk.gdk.GC.set_clip_mask() should accept None (bgo#638994)
  + gtk.AboutDialog.set_program_name() should accept None
  + Add "import gtk; gtk.require('2.0')" statements to the examples
  + Add GTK-2.24 API
* Wed Feb 09 2011 jmatejek@novell.com
- added patch that switches to new Capsule API, because the deprecated
  PyCObject API will cause a segfault when warnings are exceptions
  (bnc#669802)
* Sun Sep 26 2010 vuntz@opensuse.org
- Update to version 2.22.0:
  + Fix build with Python 2.5
  + Add final GTK/GDK-2.22 API
  + Add missing GDK-2.18 API
* Sun Aug 08 2010 vuntz@opensuse.org
- Only have a python-gobject2-doc BuildRequires on openSUSE 11.3
  and earlier: starting with 11.4, this package is merged in
  python-gobject2-devel.
* Sun Aug 08 2010 vuntz@opensuse.org
- Update to version 2.21.0:
  + Bump version number so next stable release will be aligned with
    the final gtk+-2.0 release (gtk+-2.22)
  + Wrap new API added in GTK/GDK 2.21/2.22
  + Wrap new API added in GTK/GDK 2.20
  + Add forgotten API from GTK/GDK 2.12/14/16/18/20
- Drop python-gtk-fix-pkg-config.patch: fixed upstream.
- Move /usr/share/pygobject/ and files belonging to the demo
  application to devel subpackage.
* Sat Aug 07 2010 vuntz@opensuse.org
- Add python-gtk-fix-pkg-config.patch to add missing gtk+-2.0 in
  pkg-config file. Taken from upstream.