~ubuntu-branches/debian/sid/python-apt/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Michael Vogt, Michael Vogt, Julian Andres Klode, Michael Schaller, Barry Warsaw
  • Date: 2015-07-24 17:51:25 UTC
  • Revision ID: package-import@ubuntu.com-20150724175125-rki60ybszmxxb1d9
Tags: 1.0.0~beta3.1
[ Michael Vogt ]
* fix py3 issue with auto .gz decompression and add test
* updated for the gcc5 transition

[ Julian Andres Klode ]
* doc/source/conf.py: Reproducibility: Set html_last_updated_fmt = None

[ Michael Schaller ]
* BaseDependency.__repr__: Replace pre_depend with rawtype
* apt/package.py: Add rawtype property to Dependency class
* Add dependency comparison (aka. relation) type in Debian notation
* apt/package.py: Add missing __str__ and __repr__ methods
* doc/source/library/apt_pkg.rst: Remove trailing whitespace
* apt_pkg.Dependency.all_targets: Fix the documentation

[ Barry Warsaw ]
* python-apt: Python 3.5 and PEP 479 support (Closes: #792606)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Standards-Version: 3.9.6
7
7
X-Python-Version: >= 2.7
8
8
X-Python3-Version: >= 3.3
9
 
Build-Depends: apt (>= 1.0.9.4),
 
9
Build-Depends: apt (>= 1.0.10), g++ (>= 4:5.2),
10
10
               apt-utils,
11
11
               debhelper (>= 9),
12
12
               dh-python,
13
13
               fakeroot,
14
 
               libapt-pkg-dev (>= 1.0.4~),
 
14
               libapt-pkg-dev (>= 1.0.10~),
15
15
               python-all-dev (>= 2.7),
16
16
               python-all-dbg,
17
17
               python3-all-dev (>= 3.3),