Andreas Maier

Results 180 issues of 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...

considering
new feature

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...

bug
considering
dparse

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...

bug
considering
dparse

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...

f:parser

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...

enhancement

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...

area: code
bug

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...

help wanted
area: test

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...

area: code

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:...

help wanted
area: test

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...

help wanted
area: test