summaryrefslogtreecommitdiff
path: root/utils/scanpypi
AgeCommit message (Expand)Author
2019-03-01utils/scanpypi: handle underscores in python packagesJames Hilliard
2019-02-12utils/scanpypi: protect against zip-slip vulnerability in zip/tar handlingPeter Korsgaard
2018-12-30utils/scanpypi: write _SOURCE only when neededAsaf Kahlon
2018-12-10utils/scanpypi: import third party modules after the standard onesYegor Yefremov
2018-11-02utils/scanpypi: use archive file name to specify the extraction folderYegor Yefremov
2018-10-11scanpypi: improve BSD licence handlingYegor Yefremov
2018-08-31scanpypi: place a warning into *.mk file if licence id couldn't be detectedYegor Yefremov
2018-06-15scanpypi: rework download_package error handlingYegor Yefremov
2018-04-18scanpypi: add support for the new PyPI infrastructureYegor Yefremov
2018-04-01scanpypi: generate help text compliant to check-packageRicardo Martincoski
2018-04-01utils/scanpypi: don't hardcode python2Peter Korsgaard
2018-03-13scanpypi: fix code styleRicardo Martincoski
2018-03-09utils/scanpypi: correctly handle license dirs in subdirs for .hash filesPeter Korsgaard
2018-03-05Merge branch 'next'Peter Korsgaard
2018-03-01utils/scanpypi: fix 'downloas' typo in error messagePeter Korsgaard
2018-02-26scanpypi: fix licence detection handling for unknown licencesYegor Yefremov
2018-02-26scanpypi: fix Py2/3 conversion leftoverYegor Yefremov
2018-02-25scanpypi: add support for Python3Yegor Yefremov
2018-01-29scanpypi: fix code styleRicardo Martincoski
2018-01-26scanpypi: ignore empty elements in package requirementsYegor Yefremov
2018-01-18scanpypi: get rid of commented lines and also strip the package stringsYegor Yefremov
2018-01-15scanpypi: add support for licence files checksumsYegor Yefremov
2018-01-12scanpypi: get license names from SPDX databaseYegor Yefremov
2017-12-18utils/scanpypi: increase error message verbosityAlexey Roslyakov
2017-07-20utils/scanpypi: include LICENSE.RST to supported license filesAlexey Roslyakov
2017-07-20utils/scanpypi: don't pass any arguments to main()Alexey Roslyakov
2017-07-01tools: rename to 'utils'Thomas Petazzoni