Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ignore source RPM files. | Lucas C. Villa Real | 2018-07-02 |
| | |||
* | Output package name and download URL so we can automatically install ↵ | Lucas C. Villa Real | 2018-07-02 |
| | | | | dependencies. | ||
* | Let RPMFinder handle more than one architecture in a single call to | Lucas C. Villa Real | 2018-06-30 |
| | | | | | | | | | | the script. The list of architectures must be separated by commas. With this commit we now retrieve the package name from the rpminfo.net page holding details about the RPM, rather than guessing it based on the filename. This commit also improves version handling and package name aliasing. | ||
* | Filter packages based on their version. The VersionCmp class has been | Lucas C. Villa Real | 2018-06-30 |
| | | | | implemented taking our own Scripts' Dependencies.c as reference. | ||
* | Improved dependency search on rpmfind.net: we now include the distro | Lucas C. Villa Real | 2018-06-30 |
| | | | | | | code (i.e., fc26, fc27, etc) and have a placeholder to check versions when a range filter is given. We can probably use some of the code from Scripts' FindDependencies.c here. | ||
* | htmlparser.feed() expects a string, not bytes. | Lucas C. Villa Real | 2018-06-29 |
| | |||
* | Moved to Python 3 and fixed indentation issues. | Lucas C. Villa Real | 2018-06-29 |
| | |||
* | First commit. | Lucas C. Villa Real | 2016-12-05 |