Package: python-invocations / 4.0.2-2

Metadata

Package Version Patches format
python-invocations 4.0.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Replace blessings with blessed.patch | (download)

invocations/packaging/release.py | 2 1 + 1 - 0 !
pyproject.toml | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 replace blessings with blessed

blessed is an API-compatible fork of blessings.

Signed-off-by: Antonio Terceiro <terceiro@debian.org>

0002 Relax dependency on semantic_version.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 relax dependency on semantic_version

Debian already has 2.10, and it seems to work just fine (at least all
tests pass).

0003 pyproject.toml accept newer versions of pip.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 pyproject.toml: accept newer versions of pip

This won't cause a virtualenv that uses system packages from Debian to
try to install another pip (Debian forky for example is already past pip
25).