[PROJECT] Semi-automated python packages update #464
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Let's find a way how to make python packages updates a little bit easier and faster.
The first idea:
Script or service could automatically change the package version, download sources and run a build. Then it could be automatically installed and ready for human review.
It definitely needs discussion and investigation.
Maybe we can use https://pypi.org/project/py2pack/ ?