meta-sca icon indicating copy to clipboard operation
meta-sca copied to clipboard

ci: check pypi packages for pre-releases too

Open priv-kweihmann opened this issue 3 years ago • 1 comments

#6065 should be extended to do the same check for pypi based packages too

priv-kweihmann avatar Jun 22 '21 13:06 priv-kweihmann

That will require https://pypi.org/project/qypi/ available in the container.

Then qypi release <pypi name> ->

        {
            "is_prerelease": false,
            "release_date": "2021-05-18T18:58:47.783201Z",
            "release_url": "https://pypi.org/project/ansible/4.0.0",
            "version": "4.0.0"
        },

loop through to first fuzzy match for x.id and then check for is_prerelease

priv-kweihmann avatar Jul 27 '21 10:07 priv-kweihmann