Commit Graph

207581 Commits

Author SHA1 Message Date
Frederik Rietdijk
b2631437e1 Merge staging-next into staging 2019-12-30 16:50:33 +01:00
Frederik Rietdijk
acc3dd20c0
Merge pull request #76059 from NixOS/python-unstable
Python package set major updates
2019-12-30 16:50:33 +01:00
Jonathan Ringer
fca4359376 nbstripout: fix build 2019-12-30 16:46:55 +01:00
Frederik Rietdijk
296b2ab3c4 pythonPackages.Babel: remove glibcLocales and don't set LC_ALL
as we already set

    LANG = "${if python.stdenv.isDarwin then "en_US" else "C"}.UTF-8";

in `buildPythonPackage`.

This is related to issue https://github.com/NixOS/nixpkgs/issues/74904
2019-12-30 16:46:55 +01:00
Jan Tojnar
f4e74edd8c python.pkgs.wrapPython: get rid of warning
When `makeWrapperArgs` variable is not set, `declare -p makeWrapperArgs`
will return with 1 and print an error message to stderr.

I did not handle the non-existence case in b0633406cb70e0e4ae3470a6b49e32b38d99ac16
because I thought `mk-python-derivation` will always define `makeWrapperArgs`
but `wrapProgram` can be called independently. And even with `mk-python-derivation`,
`makeWrappers` will not be set unless explicitly declared in the derivation
because of https://github.com/NixOS/nix/issues/1461.

I was lead to believe that because the builds were succeeding and I confirmed
that the mechanism fails when the variable is not defined and `-o nounset` is enabled.
It appears that `wrapPython` setup hook is not running under `-o nounset`, though,
invaldating the assumption.

Now we are checking that the variable exists before checking its type, which
will get rid of the warning and also prevent future error when `-o nounset`
is enabled in the setup hook.

For more information, see the discussion at
https://github.com/NixOS/nixpkgs/commit/a6bb2ede232940a96150da7207a3ecd15eb6328
2019-12-30 16:46:55 +01:00
Frederik Rietdijk
dc84440055 pythonPackages.sphinx: remove sqlalchemy
Not a mandatory dependency so remove it.
2019-12-30 16:46:55 +01:00
Frederik Rietdijk
70fff17104 python: zha-quirks: 0.0.28 -> 0.0.30 2019-12-30 16:46:55 +01:00
Frederik Rietdijk
85fcbaeb1e python: zeroconf: 0.24.2 -> 0.24.3 2019-12-30 16:46:55 +01:00
Frederik Rietdijk
1c15acf9e5 python: xml2rfc: 2.37.2 -> 2.37.3 2019-12-30 16:46:55 +01:00
Frederik Rietdijk
68db520555 python: uritemplate: 3.0.0 -> 3.0.1 2019-12-30 16:46:55 +01:00
Frederik Rietdijk
d6306480be python: uncompyle6: 3.6.0 -> 3.6.1 2019-12-30 16:46:55 +01:00
Frederik Rietdijk
1d729f8e5e python: typeguard: 2.7.0 -> 2.7.1 2019-12-30 16:46:55 +01:00
Frederik Rietdijk
0152b154c2 python: tox: 3.14.2 -> 3.14.3 2019-12-30 16:46:55 +01:00
Frederik Rietdijk
c69f61d71a python: SPARQLWrapper: 1.8.4 -> 1.8.5 2019-12-30 16:46:55 +01:00
Frederik Rietdijk
c46d9c0e92 python: slither-analyzer: 0.6.8 -> 0.6.9 2019-12-30 16:46:55 +01:00
Frederik Rietdijk
d8118c4d3f python: shodan: 1.21.0 -> 1.21.1 2019-12-30 16:46:55 +01:00
Frederik Rietdijk
24f93ef64b python: semantic_version: 2.8.3 -> 2.8.4 2019-12-30 16:46:55 +01:00
Frederik Rietdijk
165c03b691 python: runway-python: 0.5.4 -> 0.5.7 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
4cac0fd112 python: responses: 0.10.8 -> 0.10.9 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
f53276a00c python: regex: 2019.12.19 -> 2019.12.20 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
21c8fc476b python: qimage2ndarray: 1.8 -> 1.8.2 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
aae6fe2c2c python: pyvcd: 0.1.5 -> 0.1.6 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
b95c9a3bfd python: pytest: 4.6.7 -> 4.6.8 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
e6a3eeba8a python: pyparsing: 2.4.5 -> 2.4.6 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
fc939d5385 python: pyodbc: 4.0.27 -> 4.0.28 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
d3f6e04551 python: PyMuPDF: 1.16.9 -> 1.16.10 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
c3792becb2 python: pymavlink: 2.4.2 -> 2.4.3 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
ddd9bbc828 python: pymatgen: 2019.12.3 -> 2019.12.22 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
4d6c3ba137 python: pyfakefs: 3.7 -> 3.7.1 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
375f1f8973 python: pybullet: 2.6.0 -> 2.6.1 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
3a7d95c2af python: py: 1.8.0 -> 1.8.1 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
7f8576939a python: psd-tools: 1.8.34 -> 1.8.35 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
f6e327b50c python: phonopy: 2.4.1.post5 -> 2.4.2 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
f2e4ea0d7d python: numpydoc: 0.9.1 -> 0.9.2 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
0c3047777e python: ncclient: 0.6.6 -> 0.6.7 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
18bb25dbca python: multidict: 4.7.1 -> 4.7.2 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
2c0f1c1f19 python: mechanize: 0.4.4 -> 0.4.5 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
77d6cfce32 python: mecab-python3: 0.996.2 -> 0.996.3 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
a435bdbb3c python: maxminddb: 1.5.1 -> 1.5.2 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
ef13eb60ee python: keyring: 20.0.0 -> 20.0.1 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
33c0793d1a python: jupytext: 1.3.0 -> 1.3.1 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
a918f5def5 python: isbnlib: 3.9.9 -> 3.9.10 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
ae33d2b920 python: identify: 1.4.8 -> 1.4.9 2019-12-30 16:46:53 +01:00
Frederik Rietdijk
68450a1070 python: holidays: 0.9.11 -> 0.9.12 2019-12-30 16:46:53 +01:00
Frederik Rietdijk
1ae98eeaed python: gym: 0.15.3 -> 0.15.4 2019-12-30 16:46:53 +01:00
Frederik Rietdijk
5c8b97b960 python: foolscap: 0.13.1 -> 0.13.2 2019-12-30 16:46:53 +01:00
Frederik Rietdijk
ffc8cce90d python: eyeD3: 0.8.11 -> 0.8.12 2019-12-30 16:46:53 +01:00
Frederik Rietdijk
59ba17fc71 python: dnslib: 0.9.10 -> 0.9.12 2019-12-30 16:46:53 +01:00
Frederik Rietdijk
d244fd1f62 python: django-treebeard: 4.3 -> 4.3.1 2019-12-30 16:46:53 +01:00
Frederik Rietdijk
2a2b980107 python: django-pglocks: 1.0.3 -> 1.0.4 2019-12-30 16:46:53 +01:00