Change logs for pygobject source package in Trusty

  • pygobject (3.12.0-1ubuntu1) trusty-proposed; urgency=medium
    
      * Add 00upstream-importerror-logging.patch: Raise ImportError when importing
        modules not found in repository, instead of logging to stderr. The former
        matches the behaviour of "import" in general, and the latter breaks the
        possibility of configuring "logging" in your program, as any call to
        basicConfig() would happen after the import statements. (LP: #1333512)
     -- Martin Pitt <email address hidden>   Wed, 25 Jun 2014 08:14:43 +0200
  • pygobject (3.12.0-1) experimental; urgency=medium
    
    
      * New upstream stable release for GNOME 3.12.
    
     -- Martin Pitt <email address hidden>  Mon, 24 Mar 2014 12:25:58 +0100
  • pygobject (3.11.91-1) experimental; urgency=medium
    
    
      * New upstream release.
      * Bump glib and gobject-introspection build depends as per upstream
        configure.ac.
      * Drop 00git_non_recursive_make_python.patch, fixed upstream.
      * debian/*.install: Drop libpyglib-gi-*.so, these disappeared upstream.
      * debian/tests/control: Add missing build-essential dep for the "build" test.
      * debian/rules: Fix cleaning.
    
     -- Martin Pitt <email address hidden>  Thu, 06 Mar 2014 10:30:47 +0100
  • pygobject (3.11.90-0ubuntu2) trusty; urgency=medium
    
      * debian/tests/control: Add missing build-essential test dep for the "build"
        test.
     -- Martin Pitt <email address hidden>   Thu, 20 Feb 2014 19:21:13 -0800
  • pygobject (3.11.90-0ubuntu1) trusty; urgency=medium
    
      * New upstream release
     -- Martin Pitt <email address hidden>   Mon, 17 Feb 2014 17:09:05 -0800
  • pygobject (3.11.5-0ubuntu1) trusty; urgency=medium
    
      * New upstream release
      * debian/*.install: Drop libpyglib-gi-*.so, this disappeared upstream.
      * debian/rules: Fix cleaning.
     -- Martin Pitt <email address hidden>   Tue, 04 Feb 2014 08:01:56 +0100
  • pygobject (3.11.4-0ubuntu1) trusty; urgency=medium
    
      * New upstream release
      * Drop 02_non_recursive_make_python.patch and revert_userdata_varargs.patch,
        fixed properly in this version.
      * Bump glib and g-i build dependencies as per upstream configure.ac.
     -- Martin Pitt <email address hidden>   Tue, 14 Jan 2014 07:21:49 +0100
  • pygobject (3.11.3-0ubuntu2) trusty; urgency=medium
    
      * Add revert_userdata_varargs.patch: Revert upstream commit 9456e83 to fix
        regression with "None" userdata callback arguments in some cases.
        (LP: #1268578)
     -- Martin Pitt <email address hidden>   Mon, 13 Jan 2014 15:39:58 +0100
  • pygobject (3.11.3-0ubuntu1) trusty; urgency=medium
    
      * New upstream release.
        - Warn about wrong positional GObject constructor arguments (they are
          all deprecated now). (LP: #1248152)
     -- Martin Pitt <email address hidden>   Fri, 10 Jan 2014 11:59:03 +0100
  • pygobject (3.10.2-1ubuntu1) trusty; urgency=medium
    
      * Avoid clash between gi/types.py and the Python standard library when
        installing, which broke installation with Python 3.4
        (https://bugzilla.gnome.org/show_bug.cgi?id=721025).
      * Reinstate change from 3.8.1-3 to cope with building for multiple Python
        3 versions.
     -- Colin Watson <email address hidden>   Wed, 25 Dec 2013 10:34:39 +0000
  • pygobject (3.10.2-1) unstable; urgency=low
    
    
      * New upstream stable release.
      * Bump Standards-Version to 3.9.5, no changes necessary.
      * debian/rules: Fix typo which caused the tests not to run on non-BSD
        platforms.
    
     -- Martin Pitt <email address hidden>  Fri, 22 Nov 2013 07:26:32 +0100
  • pygobject (3.10.1-1) unstable; urgency=low
    
    
      [ Jackson Doak ]
      * debian/control.in: 
        - Add homepage field
        - Use canonical VCS fields
        - B-dep on dh-autoreconf
      * debian/rules: 
        - Add autoreconf
        - Enable hardening
      * debian/watch: Add support for more file formats
    
      [ Martin Pitt ]
      * New upstream bug fix release.
      * Add gnome-common build dependency so that autoreconf can actually work.
    
     -- Martin Pitt <email address hidden>  Mon, 14 Oct 2013 13:32:02 +0200
  • pygobject (3.10.0-1ubuntu1) saucy; urgency=low
    
      * Add 00git_gvalue_memleak.patch: Fix memory leak for caller allocated
        GValue out arguments. Cherrypicked from upstream 3.10 branch.
      * Add 00git_wrapper_thread_safety.patch: Make access to PyGObject wrapper in
        toggle reference notifications thread safe. Cherrypicked from upstream
        3.10 branch.
     -- Martin Pitt <email address hidden>   Fri, 11 Oct 2013 10:54:52 +0200