lp:python-apt

Get this repository:
git clone https://git.not.enabled/python-apt

Import details

Import Status: Suspended

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

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 20 seconds — see the log

Branches

Name Last Modified Last Commit
pu/exploded-lists 2023-07-14 14:08:22 UTC
Initial support for exploded views of deb822 entries

Author: Julian Andres Klode
Author Date: 2023-07-11 12:05:52 UTC

Initial support for exploded views of deb822 entries

Provide an exploded_list view of the list where each entry represents
a single release file (1:n relation, vs n:m), matching legacy
sources.list entries.

On save, merge the exploded entries back together as far as
possible. This is currently lacking perhaps as we do not reorder
the entries to accommodate a change in the middle.

Change aptsources.distro to use the exploded view.

Change the remove() code to be able to remove exploded entries
from the SourcesList.

This makes software-properties recognize Ubuntu Sources correctly
when they are stored in multi-value deb822 entries, but modifying
them does not work so far, presumably due to the separation of
the privileged daemon from the graphical application.

main 2023-07-05 08:24:34 UTC
sourceslist: add deb822-compatibility properties to legacy

Author: Julian Andres Klode
Author Date: 2023-07-05 08:24:34 UTC

sourceslist: add deb822-compatibility properties to legacy

This provides the plural forms of type, uri, dist as types, uris,
suites, as per deb822 sources files format.

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.

2.4.y 2022-12-02 13:34:04 UTC
Release 2.4.0

Author: Julian Andres Klode
Author Date: 2022-12-01 16:32:00 UTC

Release 2.4.0

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.