lfops icon indicating copy to clipboard operation
lfops copied to clipboard

role:python_venv: Implement updates

Open NavidSassan opened this issue 3 years ago • 1 comments

  • weekly updates of pip, wheel, and the "main" package of that venv
  • update-strategy eager, but configurable (https://pip.pypa.io/en/stable/development/architecture/upgrade-options/)
  • send a mail with "updated ..."
  • maybe list the other outdated packages in the mail

there should be one script and config for all the venvs:

  • /opt/python-venv/python-venv-update
  • /opt/python-venv/python-venv-update.conf

NavidSassan avatar Feb 24 '22 17:02 NavidSassan

also document this in the README

NavidSassan avatar Mar 14 '22 14:03 NavidSassan