Skip to content

Update nixpkgs and migrate the code base to packaging 22+#547

Draft
Atry wants to merge 7 commits intoDavHau:masterfrom
Atry:update-nixpkgs
Draft

Update nixpkgs and migrate the code base to packaging 22+#547
Atry wants to merge 7 commits intoDavHau:masterfrom
Atry:update-nixpkgs

Conversation

@Atry
Copy link
Contributor

@Atry Atry commented Mar 27, 2023

No description provided.

Atry and others added 7 commits March 27, 2023 19:22
  File "/nix/store/zh55b23dvbad0mcl4jw30qppg6ccywms-python3.9-setuptools-67.4.0/lib/python3.9/site-packages/setuptools/_vendor/packaging/version.py", >
    raise InvalidVersion(f"Invalid version: '{version}'")
```
error: builder for '/nix/store/2v2qddl3cp6s4pmwvw51hjk8d5w83f4f-mach-nix-1.0.0-dev.drv' failed with exit code 1;
       last 10 log lines:
       > >           raise InvalidSpecifier(f"Invalid specifier: '{spec}'")
       > E           packaging.specifiers.InvalidSpecifier: Invalid specifier: '==*'
       >
       > /nix/store/9vrkqnyxrn54fl28ggil1vzffylcqf0i-python3.9-packaging-23.0/lib/python3.9/site-packages/packaging/specifiers.py:245: InvalidSpecifier
       > =========================== short test summary info ============================
       > FAILED mach_nix/tests/test_requirements.py::test_parse_requirements[blas * openblas-exp_output19] - packaging.specifiers.InvalidSpecifier: Invalid specifier: '==*'
       > FAILED mach_nix/tests/test_requirements.py::test_parse_requirements[requests * *bla-exp_output27] - packaging.specifiers.InvalidSpecifier: Invalid specifier: '==*'
       > FAILED mach_nix/tests/test_requirements.py::test_parse_requirements[requests * *-exp_output28] - packaging.specifiers.InvalidSpecifier: Invalid specifier: '==*'
       > ================= 3 failed, 55 passed, 257 deselected in 0.36s =================
       > /nix/store/sw36plhp82916wwg6i6097rkzza7d950-stdenv-linux/setup: line 1594: pop_var_context: head of shell_variables not a function context
       For full logs, run 'nix log /nix/store/2v2qddl3cp6s4pmwvw51hjk8d5w83f4f-mach-nix-1.0.0-dev.drv'.
```
- list() is added because SpecifierSet().filter could now returns an iterator, not list
- suppress the exception thrown from parse_ver if the version number is invalid since pypa/packaging#530
@Atry Atry changed the title Update nixpkgs Update nixpkgs and migrate the code base to packaging 22+ Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant