File: 1.4.rst

package info (click to toggle)
python-apt 3.1.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,064 kB
  • sloc: cpp: 10,312; python: 8,812; makefile: 94; sh: 17
file content (16 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
What's New In python-apt 1.4
============================
This release is built against APT 1.4, see :doc:`1.1` for the other changes
since 1.0, the last series with a feature-complete release. There are no 1.2
or 1.3 series.

Added
------
* The methods :meth:`apt_pkg.parse_depends` and :meth:`apt_pkg.parse_src_depends`
  gained a new parameter *architecture* to change the architecture the dependency lines
  are interpreted for, matching the change in apt 1.4~beta3.

  This only really makes sense for the latter option right now, as it only
  affects the parsing of architecture lists.

  By default, the host architecture is used.