Jannis Gebauer
Jannis Gebauer
Well, it is published but the classifiers are missing. Probably because they were added to `setup.py` after the release was pushed to PyPi.
thanks for reporting that @jimr. Looks like a bug!
That shouldn't happen. The bot will only close PRs where a newer release is available. But I agree with the proposed changes, now to find some time to work on...
> Perhaps it's due to conditional packages versions in tox.ini file, I dont't know. That's probably the case. The tox parser is still a bit rough around the edges: https://github.com/pyupio/dparse/blob/master/dparse/parser.py#L299
No. And I'm afraid there are currently no plans to add bitbucket support. This might change in the future, so I'm leaving this issue open.
That's right. The `global` update setting applies only to files found by the bot. That makes no sense and is both confusing and unexpected.
> Is the bot and the site using a different requirements file parser perhaps, and the site one not accounting for the newlines? This! The parser on the site was...
Nevertheless, I think supporting `setup.py` files in read-only mode would be a great feature. This way libraries could use pyup.io's UI to get a quick glance about the dependencies.
I think there is a use case if you are using ranges like `requests>=XY` in setup.py. It would be great if the bot could notify you to update that range...
Yes, that's right @keimlink. The only thing it could do is to pin them.