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

« back to all changes in this revision

Viewing changes to debian/changelog

  • 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:
 
1
python-apt (1.0.0~beta3.1) unstable; urgency=medium
 
2
 
 
3
  [ Michael Vogt ]
 
4
  * fix py3 issue with auto .gz decompression and add test
 
5
  * updated for the gcc5 transition
 
6
 
 
7
  [ Julian Andres Klode ]
 
8
  * doc/source/conf.py: Reproducibility: Set html_last_updated_fmt = None
 
9
 
 
10
  [ Michael Schaller ]
 
11
  * BaseDependency.__repr__: Replace pre_depend with rawtype
 
12
  * apt/package.py: Add rawtype property to Dependency class
 
13
  * Add dependency comparison (aka. relation) type in Debian notation
 
14
  * apt/package.py: Add missing __str__ and __repr__ methods
 
15
  * doc/source/library/apt_pkg.rst: Remove trailing whitespace
 
16
  * apt_pkg.Dependency.all_targets: Fix the documentation
 
17
 
 
18
  [ Barry Warsaw ]
 
19
  * python-apt: Python 3.5 and PEP 479 support (Closes: #792606)
 
20
 
 
21
 -- Michael Vogt <mvo@debian.org>  Fri, 24 Jul 2015 17:51:25 +0200
 
22
 
1
23
python-apt (1.0.0~beta3) unstable; urgency=medium
2
24
 
3
25
  * tests/test_paths.py: Catch and assert the DeprecationWarning