crates.lister: Implement incremental mode:

Add incremental mode support based on a 'last_commit' state, used to get
new package versions from git diff range of commits.
This commit is contained in:
Franck Bret 2022-07-08 12:46:11 +02:00
parent d34a6232a6
commit a6f796b268
6 changed files with 296 additions and 49 deletions

View file

@ -7,3 +7,4 @@ launchpadlib
tenacity >= 6.2
xmltodict
lxml
dulwich