openSUSE / py2pack

Generate distribution packages from PyPI
Apache License 2.0
69 stars 40 forks source link

Add update command which does fetch and re-generate #113

Open jayvdb opened 5 years ago

jayvdb commented 5 years ago

py2pack update foo would fetch a newer foo if it is exists, and update the Version in .spec if appropriate,

Ideally it also exited with non-zero exit code if no newer version was available, to make scripting easy.