python-apt:2.4.y

Last commit made on 2024-02-27
Get this branch:
git clone -b 2.4.y https://git.launchpad.net/python-apt

Branch merges

Branch information

Name:
2.4.y
Repository:
lp:python-apt

Recent commits

765772f... by Cory Todd

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 <email address hidden>

1e2ff8b... by Julian Andres Klode

Release 2.4.0

868277e... by Julian Andres Klode

d/t/control: Add missing binutils test dependency

92e1fa2... by Julian Andres Klode

debian/gbp.conf: Point at 2.4.y branch

770f668... by Julian Andres Klode

Update mirror lists

82aa997... by Michael Vogt

apt: fix mypy in apt.progress.text.AcquireProgress

Later versions of mypy fail with:
```
apt/progress/text.py:260: error: Argument 2 to "signal" has incompatible type "Union[Callable[[Signals, FrameType], None], int, Handlers, None]"; expected "Union[Callable[[int, Optional[FrameType]], Any], int, Handlers, None]"
```

This commit updates the code.

LP: #1998488

6635970... by Julian Andres Klode

.gitlab-ci.yml: Test in jammy and fix mypy version to jammy

ce707e2... by Julian Andres Klode

AcquireFile: Handle large files

LP: #1998265

Squashed:

test_lfs.py: Fix

test_lfs.py: More fixups

This is annoying because I pulled in the wrong order and the
tests did not pass before anyway

48c746a... by Julian Andres Klode

Reset Maintainer

d0e971e... by Brian Murray

2.3.0ubuntu2.1 (patches unapplied)

Imported using git-ubuntu import.