Permalink
Commits on Aug 16, 2016
  1. add fancy os-release support to pick up its ID_LIKE feature

    apachelogger committed Aug 16, 2016
    this enables API consumers to check if something is compatible (as in:
    distro is based on).
Commits on Jul 28, 2016
  1. apt.auth: Set APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE

    julian-klode committed Jul 28, 2016
    Make apt-key shut up. We should deprecate this ourselves here.
Commits on Jul 16, 2016
  1. Release 1.1.0~beta4

    julian-klode committed Jul 16, 2016
Commits on Jul 15, 2016
  1. tests: Completely reset config environment in setUp

    julian-klode committed Jul 15, 2016
    This makes all tests completely independent of each other.
Commits on Jul 10, 2016
Commits on Jul 8, 2016
  1. Release 1.1.0~beta3

    julian-klode committed Jul 8, 2016
  2. rules: Do not use pie

    julian-klode committed Jul 8, 2016
    We are building shared libraries, and that does not seem to
    work.
  3. Set allow-unauthenticated for our local sources

    julian-klode committed Jul 8, 2016
    This fixes a regression from apt 1.3
Commits on Apr 27, 2016
Commits on Mar 13, 2016
  1. Release 1.1.0~beta2

    julian-klode committed Mar 13, 2016
Commits on Feb 10, 2016
  1. apt.Cache: Provide get()

    julian-klode committed Feb 10, 2016
    Reported-By: Johannes 'josch' Schauer
Commits on Jan 20, 2016
  1. python-apt-common: Drop python | python3 depends

    julian-klode committed Jan 20, 2016
    This is not needed any more since we dropped the included
    API migration script some time ago.
    
    Closes: #812099
Commits on Jan 19, 2016
Commits on Dec 7, 2015
  1. TagSection: Check for NUL bytes in the tag section input

    julian-klode committed Dec 7, 2015
    Reject NUL bytes in the input and require a NUL terminator.
  2. Revert "CppPyObject_NEW: Make template variadic"

    julian-klode committed Dec 7, 2015
    This reverts commit 8fcd276.
  3. Introduce apt_pkg.Error class replacing SystemError

    julian-klode committed Dec 7, 2015
    The use of SystemError has always been a hack, and with the
    new dedicated class, we will actually know whether an
    exception was raised by apt or not.
Commits on Dec 6, 2015
  1. dpkg-contents.py: Use member.linkname instead of link

    julian-klode committed Dec 6, 2015
    Gbp-Dch: ignore
  2. Use print function from __future__ in examples

    sperrhaken committed with julian-klode Dec 6, 2015
    Closes: #807104
Commits on Dec 5, 2015
  1. debfile: Mention dpkg --add-architecture when arch is wrong

    julian-klode committed Dec 5, 2015
    This is somewhat ugly, but we cannot do anything better like
    do it ourselves, as that is a job for frontends.
    
    Closes: #725720
  2. Drop binding for SmartTargetPkg()

    julian-klode committed Dec 5, 2015
    SmartTargetPkg() does not do anything useful for any user,
    and its documentation was entirely wrong.
    
    There are no users of this method in the archive, on
    GitHub, or in Black Duck Open Hub search results; the
    impact of this change should thus be zero.
    
    Closes: #791345
  3. control: Suggest apt, so reportbug reports apt version

    julian-klode committed Dec 5, 2015
    This is just a quick hack to make reportbug automatically
    include the version of APT used, and not only the version
    of the libraries (in case of ABI breaks).
  4. apt_inst: Do not mention deprecated functions, except for porting

    julian-klode committed Dec 5, 2015
    This should still help people port over code, if they are looking
    at some old code. The old API was so vastly different that I like
    to keep this, there's no harm in doing so.
    
    Closes: #807103
  5. doc: Fix typo

    sperrhaken committed with julian-klode Dec 3, 2015
    Change mount pint to mount point
    
    Closes: #807105
Commits on Nov 29, 2015
  1. Introduce CppPyPath helper and migrate code to it

    julian-klode committed Nov 29, 2015
    This decodes a path using the right function on Python 3,
    or simply does CppPyString on Python 2.
    
    Gbp-Dch: ignore
  2. Replace PyLong_FromLong() call with MkPyNumber() call

    julian-klode committed Nov 29, 2015
    Gbp-Dch: ignore