-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pythonPackages.regex 2019.12.20 -> 2020.8.1 #78754
Conversation
Output of nix-shell -p nixpkgs-review --run "nixpkgs-review wip": 7 package failed to build: 115 package built: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commit message should be:
pythonPackages.regex: 2019.12.20 -> 2020.8.1
15843ec
to
a7b8909
Compare
LGTM |
This has been superseded. |
@risicle: superseded by what? |
Motivation for this change
The
black
code formatter was broken under the previous regex version and works with this version.I updated regex because I got this error message from black:
ModuleNotFoundError: No module named 'regex._regex'
Traceback (most recent call last): File "/usr/local/bin/black", line 5, in from black import patched_main File "/nix/store/2mq7rd88rnj3knsg16j3q8x2lg3c0lc2-python3.7-black-19.10b0/lib/python3.7/site-packages/black.py", line 15, in import regex as re File "/nix/store/gf7y6r2fphfp7mp48khs73b3gw7g38lm-python3.7-regex-2019.12.20/lib/python3.7/site-packages/regex/__init__.py", line 1, in from .regex import * File "/nix/store/gf7y6r2fphfp7mp48khs73b3gw7g38lm-python3.7-regex-2019.12.20/lib/python3.7/site-packages/regex/regex.py", line 402, in import regex._regex_core as _regex_core File "/nix/store/gf7y6r2fphfp7mp48khs73b3gw7g38lm-python3.7-regex-2019.12.20/lib/python3.7/site-packages/regex/_regex_core.py", line 21, in import regex._regex as _regex ModuleNotFoundError: No module named 'regex._regex'
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)