Change logs for python-apt source package in Oneiric

  • python-apt (0.8.0ubuntu9) oneiric; urgency=low
    
      * apt/progress/gtk2.py:
        - update to the latest vte API for child-exited (LP: #865388)
     -- Michael Vogt <email address hidden>   Tue, 04 Oct 2011 16:35:52 +0200
  • python-apt (0.8.0ubuntu8) oneiric; urgency=low
    
      * add concept of "ParentComponent" for e.g. ubuntu/multiverse
        that needs universe enabled as well (plus add test)
        LP: #829284
     -- Michael Vogt <email address hidden>   Wed, 28 Sep 2011 16:27:20 +0200
  • python-apt (0.8.0ubuntu7) oneiric; urgency=low
    
      * aptsources/distinfo.py:
        - make mirror a valid protocol name
      * utils/get_ubuntu_mirrors_from_lp.py:
        - add "mirror://mirrors.ubuntu.com/mirrors.txt" to the
          default mirror list
     -- Michael Vogt <email address hidden>   Thu, 11 Aug 2011 15:38:06 +0200
  • python-apt (0.8.0ubuntu6) oneiric; urgency=low
    
      * debian/control:
        - remove recommends of python2.6
      * tests/test_all.py:
        - print library dir during the tests to hunt down mysterious build
          failure on amd64
     -- Michael Vogt <email address hidden>   Wed, 10 Aug 2011 06:12:30 +0200
  • python-apt (0.8.0ubuntu5) oneiric; urgency=low
    
      * setup.py:
        - enable extra builds too
     -- Michael Vogt <email address hidden>   Tue, 09 Aug 2011 16:05:09 +0200
  • python-apt (0.8.0ubuntu4) oneiric; urgency=low
    
      * apt/package.py:
        - fix py3 compatbility with print
     -- Michael Vogt <email address hidden>   Tue, 09 Aug 2011 16:04:04 +0200
  • python-apt (0.8.0ubuntu3) oneiric; urgency=low
    
      * aptsources/sourceslist.py:
        - fix py3.2 compat issue that causes FTBFS on amd64 tests
     -- Michael Vogt <email address hidden>   Mon, 08 Aug 2011 22:48:43 +0200
  • python-apt (0.8.0ubuntu2) oneiric; urgency=low
    
      * disable tests if /etc/apt/sources.list is not readable
     -- Michael Vogt <email address hidden>   Mon, 08 Aug 2011 18:51:50 +0200
  • python-apt (0.8.0ubuntu1) oneiric; urgency=low
    
      [ Julian Andres Klode ]
      * Breaks: debsecan (<< 0.4.15) [not only << 0.4.14] (Closes: #629512)
    
      [ Michael Vogt ]
      * python/arfile.cc:
        - use APT::Configuration::getCompressionTypes() instead of duplicating
          the supported methods here
      * tests/test_debfile.py:
        - add test for raise on unknown data.tar.xxx
      * tests/test_aptsources_ports.py, tests/test_aptsources.py:
        - use tmpdir during the tests to fix test failure with apt from
          experimental
      * tests/test_apt_cache.py:
        - fix test by providing proper fixture data
        - fix test if sources.list is not readable (as is the case on some
          PPA buildds)
      * build against the latest libapt
     -- Michael Vogt <email address hidden>   Mon, 08 Aug 2011 14:24:29 +0200
  • python-apt (0.8.0~exp4ubuntu1) oneiric; urgency=low
    
      * Merged from debian/experimental, remaining changes:
        - updated mirror list
        - do not disable 0.7 compat API yet
    
    python-apt (0.8.0~exp4) experimental; urgency=low
    
      * apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485)
      * apt_pkg: Add subclassing fun to PackageManager, for #623485 as well
      * apt.cache: Emit change signals in ProblemResolver
      * apt.Cache: Add a _changes_count member for later use
    
    python-apt (0.8.0~exp3) experimental; urgency=low
    
      [ Stéphane Graber ]
      * Update enable_component to also apply to -src entries (LP: #758732)
    
      [ Julian Andres Klode ]
      * apt_pkg: Add apt_pkg.Version.multi_arch and friends
    
    python-apt (0.8.0~exp2) experimental; urgency=low
    
      * aptsources: Parse multi-arch sources.list files correctly
      * aptsources: Allow insertion of new multi-arch entries
      * aptsources: Various cleanup work
      * all: Fix all instances of ResourceWarning about unclosed files
      * tests/test_apt_cache.py: Use assertTrue() instead of assert_()
      * apt_pkg: Raise error when parse_commandline gets empty argv (LP: #707416)
      * apt_pkg: Fix time_to_str, time_rfc1123 to accept more correct values
        (time_to_str accepts unsigned long, time_rfc1123 long long, y2k31-correct).
      * apt.progress: Use long for ETA, natural type for size (LP: #377375)
      * aptsources/sourceslist.py: s/aptsource.py/sourceslist.py/ (LP: #309603)
      * doc/examples: Add example on how to get architecture names (LP: #194374)
      * apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)
      * apt.cache: Document that update() may need an open() (Closes: #622342)
      * apt.cache: Add a fetch_archives() method (Closes: #622347)
      * doc: Fix a minor formatting error, patch by Jakub Wilk (Closes: #608914)
      * apt.package: Add 'tasks' to Version, improve doc (Closes: #619574)
      * doc: Fix documentation of BaseDependency.relation (Closes: #607031)
    
    python-apt (0.8.0~exp1) experimental; urgency=low
    
      * Disable the old-style API, and break all packages using it
      * Add an 'is_multi_arch' attribute to apt_pkg.Cache
      * Add apt_pkg.Group class, wrapping pkgCache::GrpIterator
      * Change apt_pkg.Cache() so that passing None for 'progress' results in
        no progress output
      * Support (name, arch) tuples in apt_pkg.Cache mappings, wrapping
        FindPkg() with two string parameters.
      * Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_count
      * Fix debian/rules to work correctly with tilde in version number
     -- Michael Vogt <email address hidden>   Tue, 24 May 2011 10:08:56 +0200
  • python-apt (0.7.100.3ubuntu7) oneiric; urgency=low
    
      * data/templates/Ubuntu.info.in:
        - add oneiric templates
     -- Michael Vogt <email address hidden>   Fri, 29 Apr 2011 17:30:29 +0200
  • python-apt (0.7.100.3ubuntu6) natty; urgency=low
    
      * Add missing _Description entry to Ubuntu.info for new deb-src entries.
        (LP: #768363)
     -- Stephane Graber <email address hidden>   Sun, 24 Apr 2011 13:24:53 -0400