John Vandenberg
John Vandenberg
Just a note that this will bypass the problem with our bears, but the problem will still occur in pygments which we invoke via `get_lexer_for_filename` , but that might only...
Note (**not** opposing a new hook) that this can be done(proto-typed?) in the existing hooks prior to `run`, by using `self.section`. See https://github.com/coala/coala-bears/commit/882d6977d0ba1 where I inspect the setting of `shortlog_check_imperative`.
The fact that the bear uses a different default is not related to this. aspects can override the bear defaults, and that is a good thing as it allows us...
c.f. https://github.com/pypa/pip/issues/4685 at the moment, the best way to achieve this is to require use of `--no-cache-dir`, but that isnt as neat if multiple pip commands are needed, as subsequent...
Note all PyPI deps can also be resolved on Repology using a `python:` prefix. e.g. https://repology.org/project/python:libvirt-python/versions is https://pypi.org/project/libvirt-python/
- https://github.com/bgrimstad/splinter/tags only goes up to v3, and - https://github.com/bgrimstad/splinter/blob/master/version is v3, and - https://github.com/bgrimstad/splinter/blob/master/python/setup.py is v3 yet PyPI has v4.0.4 . Where is v4 coming from?
Ok, great, that explains it. I can see it at https://github.com/bgrimstad/splinter/tree/develop/python I do hope that a v4.0.x can be tagged soon. I dont really need v4.0.4, if another release tag...
I did a build at https://build.opensuse.org/package/show/home:jayvdb:branches:science/splinter ; havent tried to get tests running, but at least compilation is passing.
Note that in https://github.com/hhatto/autopep8/commit/73837064845802307e7d31e29e3ebc34626dd00f `--range` was given new name `--line-range` to be more correct. I guess `--range` is implicitly deprecated.
Python 3.8 has the same failures, and that build does have numpy: ```py [ 232s] =============================== warnings summary =============================== [ 232s] tests/color_test.py::test_user_error [ 232s] /home/abuild/rpmbuild/BUILD/wand-master/wand/color.py:113: OptionWarning: unrecognized color `not_a_color' @...