pulp / pulp-cli-deb

2 stars 11 forks source link

Fix compatibility against Pulp CLI 0.27 #127

Closed Odilhao closed 1 month ago

Odilhao commented 1 month ago

Now that pulp-cli 0.27 was released, it's necessary to check if it's possible to just make the bump on the version.

https://github.com/pulp/pulp-cli-deb/blob/7ae52367412cf05a80cdf771ba719cf520ccbe46/pyproject.toml#L26

Dependabot create one PR with update to 0.27 https://github.com/theforeman/pulpcore-packaging/commit/81f763cc71194be24df5f4d4fee5bc3557e6ff94 and that broke our ability to release the package due to pulp-cli-deb not supporting the new version.