Python packaging targets
Python packaging targets
Posted Mar 2, 2023 8:27 UTC (Thu) by callegar (guest, #16148)In reply to: Python packaging targets by rra
Parent article: Python packaging targets
apt install some-python-pkg-1.0
/and/ also
apt install some-python-pkg-2.0
without having the latter replace the former. It would allow the distro to provide the new package, while temporarily maintaining stuff that might get broken with the old package.
In fact, given the python approach of not allowing this kind of thing, I now tend to think that a few things would be simpler if there was a policy so that at least the "major" version of the package was formally required to become a part of the package name. Even without a formal requirements, for some packages this seems to be already done.
