Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'scripts': 0.03; 'dynamically': 0.07; 'fixes': 0.07; 'intermediate': 0.07; 'bindings': 0.09; 'wrapper': 0.09; 'api': 0.11; 'python': 0.11; 'url:download': 0.12; 'accesses': 0.16; 'gobject': 0.16; 'libraries.': 0.16; 'pep8': 0.16; 'pygtk,': 0.16; 'to:addr:python- announce-list': 0.16; 'url:gnome': 0.16; 'url:sources': 0.16; 'url:tar': 0.16; 'proprietary': 0.16; 'skip:= 10': 0.16; 'library': 0.18; '3.0': 0.19; 'featured': 0.22; 'separate': 0.22; 'convenient': 0.24; 'to:no real name:2**1': 0.29; 'message- id:@mail.gmail.com': 0.30; 'libraries': 0.31; 'announce': 0.33; 'third': 0.33; 'received:google.com': 0.35; 'version': 0.36; 'accessing': 0.36; 'licensed': 0.36; 'url:org': 0.36; 'stable': 0.38; 'itself': 0.39; 'url:12': 0.39; 'to:addr:python.org': 0.39; 'release': 0.40; 'free': 0.61; 'full': 0.61; 'new': 0.61; 'url:3': 0.61; 'such': 0.63; 'to:2**2': 0.65; 'series': 0.66; '3.4': 0.84; 'instantly': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=L7lZWJtN+MrruGwFOaTyBPmOT2j5KU0epTmuTbvHeOo=; b=gexD6gn7ZisUdvanz/AORmgSXd1OUe9NqOo/M5X3FB+ntSGOLyDGNPR51NTJMluDr+ KtiaNAIGwBd5SiZHCfRFIjWlFkNATdoemDCTst0LHsfP3GhQ7EYlM3dRYsepfiNS93AR e1DN4fGbUlYDYytfDM5mLAD3B+vU39f9TjqxRGuxD3bDRxK7NL9F6xPW4RHeyHAFE2yg 66s7xzoOeENRn9fVE+mKnZMyxBOasWAJTh37GxDg08yzRyg0eeUJjTl63aeTGcMoL+bV j9OFfgSpR1FMarwgTg0mS08Hsh4IuhOb8Im3DqUcolO6NDLd8kxUl+ypB3zQBP9jR09V oAVg== X-Received: by 10.58.188.115 with SMTP id fz19mr9251830vec.40.1401134480813; Mon, 26 May 2014 13:01:20 -0700 (PDT) MIME-Version: 1.0 From: Simon Feltman Date: Mon, 26 May 2014 13:00:40 -0700 Subject: PyGObject 3.12.2 Released To: gnome-announce-list@gnome.org, PyGTK , "python-hackers-list@gnome.org" , python-announce-list@python.org Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Tue, 27 May 2014 07:01:40 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401166901 news.xs4all.nl 2839 [2001:888:2000:d::a6]:45009 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1288 I am pleased to announce version 3.12.2 of the Python bindings for GObject. This is the third release in the stable 3.12.x series for GNOME 3.12. Download ======== The new release is available from ftp.gnome.org: https://download.gnome.org/sources/pygobject/3.12/pygobject-3.12.2.tar.xz (686K) sha256sum: 7e7a3d349acf5bb4b68f8539a42e67958840a67cd4f0341ee9aa49189af2a522 What's new in PyGObject 3.12.2 ================================= - PEP8 fixes - Python 3.4 make check fixes About PyGObject =============== GObject is a object system used by GTK+, GStreamer and other libraries. PyGObject provides a convenient wrapper for use in Python programs when accessing GObject libraries. Like the GObject library itself PyGObject is licensed under the GNU LGPL, so is suitable for use in both free software and proprietary applications. It is already in use in many applications ranging from small single purpose scripts up to large full featured applications. PyGObject now dynamically accesses any GObject libraries that uses GObject Introspection. It replaces the need for separate modules such as PyGTK, GIO and python-gnome to build a full GNOME 3.0 application. Once new functionality is added to gobject library it is instantly available as a Python API without the need for intermediate Python glue.