| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
- Handle older versions of python-gobject which do not ship glib
* apt/package.py: Introduce the Version class
- Deprecate Package.candidate*() and Package.installed*(), except for
installedFiles.
- Provide Version.get_source() (LP: #118788)
- Provide Package.versions (Closes: #513236)
* apt/progress/: New package, replaces apt.progress and apt.gtk
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py
- apt/progress/__init__.py: Move here from apt/progress.py
* doc/source/*: Improve the documentation
- Document more attributes and functions of apt_pkg (they are all listed)
* aptsources/distro.py:
- use iso_3166.xml instead of iso_3166.tab
- fix incorrect indent
* debian/control:
- add Recommends to iso-codes (for iso_3166.xml)
* apt/package.py:
- make sure to set the defaulttimeout back to the
original value (in getChangelog(), LP: #314212)
* apt/cache.py:
- when setting a alternative rootdir, read the
config from it as well
* python/configuration.cc, python/apt_pkgmodule.cc:
- add apt_pkg.ReadConfigDir()
* python/cache.cc, tests/getcache_mem_corruption.py:
- test if progress objects have the right methods
and raise error if not (thanks to Emanuele Rocca)
closes: #497049
* apt/package.py:
- avoid uneeded interal references in the Package objects
* apt/__init__.py:
- remove the future warning
|
|
|
|
|
|
- Document more attributes and functions of apt_pkg (they are all listed)
|
|
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py
- apt/progress/__init__.py: Move here from apt/progress.py
|
|
- Deprecate Package.candidate*() and Package.installed*(), except for
installedFiles.
- Provide Version.get_source() (LP: #118788)
|
|
ship glib
|
|
- test if progress objects have the right methods
and raise error if not (thanks to Emanuele Rocca)
closes: #497049
|
|
_depcache, _records, _list - they add up to ~10mb for the full cache on my test system and all information is available via Package._pcache
|
|
- when setting a alternative rootdir, read the
config from it as well
* python/configuration.cc, python/apt_pkgmodule.cc:
- add apt_pkg.ReadConfigDir()
|
|
|
|
- make sure to set the defaulttimeout back to the
original value (in getChangelog(), LP: #314212)
|
|
- when running with the rootdir option, run
InitConfig() again to ensure that the config
from the rootdir is read, not from the host
(lp: #243550)
|
|
|
|
|
|
- use iso_3166.xml instead of iso_3166.tab
* debian/control:
- add Recommends to iso-codes (for iso_3166.xml)
|
|
- remove the future warning
|
|
|
|
|
|
- fix bug in candidateInstalledSize property
* aptsources/distinfo.py:
- fix too restrictive mirror url check
* aptsources/distro.py:
- only add nearest_server and server to the mirrors if
they are defined
|
|
|
|
#494259)
|
|
A little bit adjusted to not remove the has_key() methods,
and to use has_key() where needed [the low-level part does
not have the needed functionality for 'key in mapping'].
|
|
|
|
|
|
|
|
|
|
|
|
We now build the extension first, and then the documentation. Also add
the text docs.
|
|
The new documentation is built using sphinx (>= 0.5) [other versions may work too,
but let's be safe].
|
|
- fix too restrictive mirror url check
* aptsources/distro.py:
- only add nearest_server and server to the mirrors if
they are defined
|
|
|
|
|
|
|
|
- build html/ help of the apt and aptsources modules
into /usr/share/doc/python-apt/html
|
|
- new method "additionalRequiredSpace()"
|
|
|
|
|
|
|
|
- add parameter to get_distro() to make unit testing easier
* tests/test_aptsources_ports.py:
- add test for arch specific handling (when sub arch is on
a different mirror than "main" arches)
|
|
* data/templates/Debian.info.in: Set the BaseURI to security.debian.org for
lenny/updates, etch/updates and sarge/updates. (Closes: #503237)
* data/templates/Debian.info.in:
- add 'lenny' template info (closes: #476364)
* aptsources/distinfo.py:
- fix template matching for arch specific code (LP: #244093)
|
|
|
|
- updated
|
|
- fix crash when incorrect attribute is given
|
|
|
|
- do not return None in sourcePackageName (LP: #123062)
- add "SelState{Unknown,Install,Hold,DeInstall,Purge}" constants
|
|
|
|
add "SelState{Unknown,Install,Hold,DeInstall,Purge}" constants
- fix detection of cdrom sources and add test for it
|