Change log for python-apt package in Ubuntu

376394 of 394 results
Superseded in edgy-release
python-apt (0.6.19ubuntu2) edgy; urgency=low

  * tightened build-deps on latest apt

 -- Michael Vogt <email address hidden>   Thu,  3 Aug 2006 17:02:30 +0200
Superseded in edgy-release
python-apt (0.6.19ubuntu1) edgy; urgency=low

  [ Michael Vogt ]
  * doc/examples/print_uris.py:
    - added a example to show how the indexfile.ArchiveURI() can be used
      with binary packages
  * python/apt_pkgmodule.cc:
    - export sha256 generation
  * added support for the pkgDepCache.IsGarbage() flag

  [ Otavio Salvador ]
  * apt/cache.py:
    - fix commit doc string to also cite the open related callbacks
    - allow change of rootdir for APT database loading
    - add dh_installexamples in package building Closes: #376014

Superseded in edgy-release
python-apt (0.6.16.2ubuntu9) edgy; urgency=low

  * rebuild against the latest apt (with auto-mark support)
  * the full merge needs a newer python-support

 -- Michael Vogt <email address hidden>   Mon,  3 Jul 2006 21:33:40 +0200
Superseded in edgy-release
Obsolete in dapper-release
python-apt (0.6.16.2ubuntu8) dapper; urgency=low

  * apt/package.py:
    - fix return value in {candidate,installed}Downloadable

 -- Michael Vogt <email address hidden>   Wed, 17 May 2006 19:28:44 +0200
Superseded in dapper-release
python-apt (0.6.16.2ubuntu7) dapper; urgency=low

  * apt/package.py:
    - check if _lookupRecord() succeeded when checking
      maintainer or description (fixes invalid descriptions under
      rare circumstances in gnome-app-install)

 -- Michael Vogt <email address hidden>   Wed, 17 May 2006 18:12:58 +0200
Superseded in dapper-release
python-apt (0.6.16.2ubuntu6) dapper; urgency=low

  * debian/control:
    - Replaces: python-apt (<< 0.6.11), instead of Conflicts which is not
      correct here. (closes: #308586).
  * python/srcrecords.cc:
    - don't run auto "Restart" before performing a Lookup (but require
      explicit "Restart", fixes the docs/examples/sources.py example)
    - fix the initalization (no need to pass a PkgCacheType to the records)

 -- Michael Vogt <email address hidden>   Mon,  8 May 2006 16:40:14 +0200
Superseded in dapper-release
python-apt (0.6.16.2ubuntu5) dapper; urgency=low

  * apt/cache.py: Release locks on failure (thanks to Colin Watson)
    (closes: #35867)

 -- Michael Vogt <email address hidden>   Tue, 21 Mar 2006 15:09:14 +0100
Obsolete in breezy-updates
python-apt (0.6.16.2breezy1) breezy-updates; urgency=low

  * apt/progress.py:
    - initialize FetchProgress.eta with the correct type
    - strip the staus str before passing it to InstallProgress.statusChanged()
    - added InstallProgress.statusChange(pkg, percent, status)
    - make DumbInstallProgress a new-style class
      (thanks to kamion for the suggestions)
    - fix various pychecker warnings
  * apt/cache.py:
    - return useful values on Cache.update()
  * apt/cache.py, apt/package.py: fix various pychecker warnings
  * backported the code

Superseded in dapper-release
python-apt (0.6.16.2ubuntu4) dapper; urgency=low

  * apt/package.py:
     - added Package.setDelete(purge) option

 -- Michael Vogt <email address hidden>   Mon,  6 Mar 2006 18:59:33 +0000
Superseded in dapper-release
python-apt (0.6.16.2ubuntu3) dapper; urgency=low

  * apt/package.py: undo some damager from pychecker

 -- Michael Vogt <email address hidden>   Wed,  1 Mar 2006 15:34:23 +0100
Superseded in dapper-release
python-apt (0.6.16.2ubuntu2) dapper; urgency=low

  * apt/progress.py:
    - initialize FetchProgress.eta with the correct type
    - strip the staus str before passing it to InstallProgress.statusChanged()
  * apt/cache.py:
    - return useful values on Cache.update()
  * fix FTBFS

 -- Michael Vogt <email address hidden>   Tue, 28 Feb 2006 14:07:06 +0100
Superseded in dapper-release
python-apt (0.6.16.2ubuntu1) dapper; urgency=low

  * apt/progress.py:
    - added InstallProgress.statusChange(pkg, percent, status)
    - make DumbInstallProgress a new-style class
      (thanks to kamion for the suggestions)
    - fix various pychecker warnings
  * apt/cache.py, apt/package.py: fix various pychecker warnings

 -- Michael Vogt <email address hidden>   Tue, 28 Feb 2006 12:04:37 +0100
Superseded in dapper-release
python-apt (0.6.16ubuntu3) dapper; urgency=low

  * typos fixed (thanks to Gustavo Franco)
  * pkgRecords.Record added to get raw record data
  * python/cache.cc: "key" in pkgCache::VerIterator.DependsList[key] is
                     no longer locale specific but always englis

 -- Michael Vogt <email address hidden>   Tue, 21 Feb 2006 19:23:09 +0100
Superseded in dapper-release
python-apt (0.6.16ubuntu2) dapper; urgency=low

  * Drop python2.3 package.

 -- Matthias Klose <email address hidden>   Tue, 14 Feb 2006 15:27:26 +0000
Superseded in dapper-release
Superseded in dapper-release
python-apt (0.6.16ubuntu1) dapper; urgency=low


  * memleak fixed when pkgCache objects are deallocated

 -- Michael Vogt <email address hidden>  Thu, 12 Jan 2006 00:08:05 +0100
Superseded in dapper-release
python-apt (0.6.15ubuntu1) dapper; urgency=low


  [taken from the baz archive]
  * added GetPkgAcqFile to queue individual file downloads with the 
    system (dosn't make use of the improved pkgAcqFile yet)
  * added SourceList.GetIndexes()
  * rewrote apt.cache.update() to use the improved aquire interface
  * apt/ API change: apt.Package.candidateOrigin returns a list of origins 
    now instead of a single one
  * apt_pkg.Cdrom.Add() returns a boolean now, CdromProgress has totalSteps

 -- Michael Vogt <email address hidden>  Mon, 12 Dec 2005 13:26:28 +0100
Obsolete in breezy-release
python-apt (0.6.13.1ubuntu1) breezy; urgency=low


  * backported locking support from baz (needed to fix the various
    python-apt based apps that do no do lock-checking right now)

 -- Michael Vogt <email address hidden>  Mon, 12 Sep 2005 14:56:14 +0200
Obsolete in hoary-release
python-apt (0.5.36ubuntu3) hoary; urgency=low


  * fixed some reference count problems in the depcache code

 -- Michael Vogt <email address hidden>  Fri,  1 Apr 2005 23:57:49 +0200
Obsolete in warty-release
python-apt (0.5.10) unstable; urgency=low


  * Recompile with apt 0.5

 -- Matt Zimmerman <email address hidden>  Fri, 26 Dec 2003 09:09:40 -0800
376394 of 394 results