Andreas Maier
Andreas Maier
Today, pyup can only be used to increase the pinned version. I think it would be useful to have it increase the minimum versions. I.e. a mode in which pyup...
The syntax of requirements files supports `===` as a version comparison operator, for cases where the exact version as specified is to be used. The difference to using `==` is...
In requirements files, sometimes one needs different versions depending on environment markers such as the Python version. For example: ``` httpretty>=0.8.14,=0.9.5; python_version > '2.6' ``` What happens is that pyup...
The command line parsing implemented by Click allows for specifying a short option followed directly by its option argument without an intervening blank. Click also supports grouping short options behind...
Since I have run across pipdeptree, it has become the single most important tool for me for analyzing package dependencies when something goes wrong with the dependencies. Kudos to the...
There are Linux distros that have inconsistent information in the data sources that `ld` uses. For example , see issue #78 about Linux Mint. In that case, the precedence implemented...
Mandriva Linux (ID: `mandriva`) is one of the distros with a reliable ID. A testcase should be added. If you want to help, it is sufficient to post to this...
The regexp in version_parts() does not allow for any suffixes such as "rc1", "a" etc. See my other comment on parsing the distro files, and make the format of versions...
Parallels (ID: `parallels`) is one of the distros with a reliable ID. A testcase should be added. If you want to help, it is sufficient to post to this issue:...
IBM PowerKVM (ID: `ibm_powerkvm`) is one of the distros with a reliable ID. A testcase should be added. If you want to help, it is sufficient to post to this...