pulp / pulp-cli-deb

2 stars 11 forks source link

Fix pulp-cli 0.25 compatibility and bump version #115

Closed quba42 closed 4 months ago

quba42 commented 4 months ago

I will undraft this once I have studied the Pulp CLI 0.25.0 deprecations and performed some basic tests.

mdellweg commented 4 months ago

This line should fail: https://github.com/pulp/pulp-cli-deb/blob/main/pulp-glue-deb/pulp_glue/deb/context.py#L11 How comes it doesn't?

edit: The pip cache should be considered outdated at this time. https://github.com/pulp/pulp-cli-deb/blob/main/.github/workflows/test.yml#L39

mdellweg commented 4 months ago

You need to bump the pulp-glue requirement too too pick up the new version.