
Hi. There is a problem with the lib pyliblo, the source code of the lib is here: https://github.com/dsacre/pyliblo The problem is that the lib is now incompatible with python3.11 because it uses inspect.getargspec function which does not exist anymore. This is very easy to fix, the main problem is that the author Dominic Sacré does not answer anymore to any message (PR, issues, email), so there is no hope he will fix the problem. I am ready to maintain this lib myself, I could simply fork it and rename the lib to pass it to pip list, but all programs using it will have to rename the lib in their requirements. Is there a sort of protocol to do when this happens, in order to replace the source package with a new version ? thanks for your help Mathieu

On Tue, 2022-12-20 at 12:31 +0100, Mathieu Picot wrote:
If you mean on pypi, then the process is described here: https://peps.python.org/pep-0541/#how-to-request-a-name-transfer However, I should point out that someone forked it already and the fork seems to be actively maintained: https://pypi.org/project/pyliblo3/ So it may be worth contacting that person first and figuring out a common way forward. Having some packages depend on now-reclaimed "pyliblo" and "pyliblo3" fork would be the worst possible outcome. -- Best regards, Michał Górny

On Tue, 2022-12-20 at 12:31 +0100, Mathieu Picot wrote:
If you mean on pypi, then the process is described here: https://peps.python.org/pep-0541/#how-to-request-a-name-transfer However, I should point out that someone forked it already and the fork seems to be actively maintained: https://pypi.org/project/pyliblo3/ So it may be worth contacting that person first and figuring out a common way forward. Having some packages depend on now-reclaimed "pyliblo" and "pyliblo3" fork would be the worst possible outcome. -- Best regards, Michał Górny
participants (2)
-
Mathieu Picot
-
Michał Górny