lp:python-apt

Get this repository:
git clone https://git.launchpad.net/python-apt

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://salsa.debian.org/apt-team/python-apt.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log

Branches

Name Last Modified Last Commit
main 2024-04-17 10:29:39 UTC
Update pre-commit hooks and run them

Author: Julian Andres Klode
Author Date: 2024-04-17 10:29:39 UTC

Update pre-commit hooks and run them

The new black version does a bit of reformatting.

2.8.y 2024-04-17 10:22:10 UTC
Release 2.8.0

Author: Julian Andres Klode
Author Date: 2024-04-17 10:22:10 UTC

Release 2.8.0

2.4.y 2024-02-27 11:46:57 UTC
Add version fallback for non-dpkg builds

Author: Cory Todd
Author Date: 2023-06-01 15:05:58 UTC

Add version fallback for non-dpkg builds

When building directly from setuptools DEBVER is not set so the
version becomes 0.0.0. Detect this condition and attempt to extract the
version from debian/changelog such that PEP 508 dependency strings can
be used to install this package.

Signed-off-by: Cory Todd's avatarCory Todd <cory.todd@canonical.com>

ubuntu/lunar 2023-04-14 15:14:49 UTC
Release 2.5.3ubuntu1

Author: Julian Andres Klode
Author Date: 2023-04-14 15:14:49 UTC

Release 2.5.3ubuntu1

pu/deb822-sources 2023-01-16 16:41:01 UTC
aptsources: Type fixes

Author: Julian Andres Klode
Author Date: 2023-01-16 16:41:01 UTC

aptsources: Type fixes

We still don't have type checking enabled for all of it due to
mypy issue https://github.com/python/mypy/issues/14439 causing
false type errors.

1.6.y 2022-12-01 12:36:56 UTC
Release 1.6.6

Author: Julian Andres Klode
Author Date: 2022-12-01 12:36:56 UTC

Release 1.6.6

2.0.y 2022-12-01 12:34:48 UTC
Release 2.0.1

Author: Julian Andres Klode
Author Date: 2022-12-01 12:34:48 UTC

Release 2.0.1

1.4.y 2020-12-23 16:50:52 UTC
Release 1.4.3

Author: Julian Andres Klode
Author Date: 2020-12-09 22:12:57 UTC

Release 1.4.3

1.8.4.y 2020-12-22 20:03:02 UTC
Release 1.8.4.3, take 2

Author: Julian Andres Klode
Author Date: 2020-12-22 19:38:11 UTC

Release 1.8.4.3, take 2

1.1.y-xenial 2020-05-11 14:21:31 UTC
Spsonsor 1.1.0~beta1ubuntu0.16.04.9

Author: Julian Andres Klode
Author Date: 2020-05-11 14:20:29 UTC

Spsonsor 1.1.0~beta1ubuntu0.16.04.9

ubuntu/eoan 2020-05-11 13:03:57 UTC
Sponsor 1.9.0ubuntu1.4

Author: Julian Andres Klode
Author Date: 2020-05-11 12:10:25 UTC

Sponsor 1.9.0ubuntu1.4

debian/jessie 2020-01-23 11:00:21 UTC
Release 0.9.3.13

Author: Julian Andres Klode
Author Date: 2019-12-13 13:07:01 UTC

Release 0.9.3.13

1.8.y 2020-01-23 10:04:41 UTC
Release 1.8.6

Author: Julian Andres Klode
Author Date: 2020-01-23 10:04:41 UTC

Release 1.8.6

1.7.y 2019-04-29 11:45:00 UTC
Release 1.7.1

Author: Julian Andres Klode
Author Date: 2019-04-29 11:45:00 UTC

Release 1.7.1

ubuntu/trusty 2018-07-10 14:59:48 UTC
Release 0.9.3.5ubuntu3

Author: Julian Andres Klode
Author Date: 2018-07-10 11:07:01 UTC

Release 0.9.3.5ubuntu3

pu/type-fixes 2018-06-05 22:28:05 UTC
Fix some more type annotations for apt_pkg, complete apt.utils typing

Author: Julian Andres Klode
Author Date: 2018-06-05 22:19:12 UTC

Fix some more type annotations for apt_pkg, complete apt.utils typing

ubuntu/artful 2017-04-22 09:44:14 UTC
Release 1.4.0~beta2ubuntu1

Author: Julian Andres Klode
Author Date: 2017-04-22 09:44:14 UTC

Release 1.4.0~beta2ubuntu1

debian/experimental 2015-11-26 11:01:00 UTC
Print the failed function name in PyPkgManager::res()

Author: Michael Vogt
Author Date: 2015-11-26 10:59:11 UTC

Print the failed function name in PyPkgManager::res()

There are some bugreports about failures in unattended-upgrades
and the only debug information is: "Error in function:" without
a stacktrace or anything. This patch helps to track down in
which function the error happens.

ubuntu/vivid 2015-06-20 20:19:21 UTC
setup.py: Translate version number from Debian to PEP0440

Author: Julian Andres Klode
Author Date: 2015-06-11 15:14:35 UTC

setup.py: Translate version number from Debian to PEP0440

Such a idiocy.

LP: #1445949
LP: #1465549

[squashed 632fbccb55563e0fbe3d2d380789caa8a9928e25 into this]

[squashed 23e044e3dabc7e61553ce559245393c432dadcd4 into this:
 setup.py: If no version is in the environment, return None]

119 of 19 results
This repository contains Public information 
Everyone can see this information.