ilmanzo / package_last_update

get informations about a package last update
GNU General Public License v2.0
1 stars 2 forks source link

refactor to use osc-tiny instead of parsing the osc command output #6

Open ilmanzo opened 1 year ago

ilmanzo commented 1 year ago

integrate osc-tiny instead of running osc cli tool

ilmanzo commented 3 weeks ago

functions needed:

get_last_changes() -> list project files, find .changes and return the date of that file on obs get_obs_version() -> checkout .spec file, expand macros and returns the Version: field