Anders Kaseorg
3cd8ce3bce
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
...
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted. (See #67234 , for
example.) Fix this throughout the tree.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Frederik Rietdijk
2a88c3c302
Merge staging-next into staging
2020-01-15 09:23:28 +01:00
Kevin Amado
3773e45fbb
pythonPackages.requirements-detector: fix source
...
- The fetch expression was referencing another package
(due to a copy paste error), this commit points that to the
right repository
2020-01-14 21:26:34 -08:00
Kevin Amado
aaf4ecfdda
pythonPackages.pylint-django: init at 2.0.12
2020-01-14 21:26:34 -08:00
Kevin Amado
929dc2edd1
pythonPackages.pylint-celery: init at 0.3
2020-01-14 21:26:34 -08:00
Kevin Amado
e43b456fce
pythonPackages.pylint-flask: init at 0.6
2020-01-14 21:26:34 -08:00
Ruud van Asseldonk
a521953553
python3Packages.sentry-sdk: add missing test dep
...
The tests will fail with
ModuleNotFoundError: No module named 'sqlalchemy'
when sqlalchemy is not part of the test inputs, which prevents building
the package. Therefore, add it as a checkInput.
2020-01-14 14:49:02 -08:00
Ben Darwin
8f1994c2cc
pythonPackages.pynrrd: init at 0.4.2
2020-01-14 10:33:55 -08:00
Alyssa Ross
76af9e8438
Revert "Re-revert "awscli: Get rid of runtime -dev dependencies""
...
This reverts commit a1eacb900e
.
Adding dev outputs to python packages means they can't be included in
a Python environment created with python3.withPackages, because
makePythonPath will include the dev output, which is empty apart from
nix-support, rather than the out output, which contains all the Python
code.
2020-01-14 16:00:00 +00:00
Frederik Rietdijk
05962c4ad5
Merge master into staging-next
2020-01-14 10:20:32 +01:00
Aiken Cairncross
74a3ff502f
pythonPackages.onnx: init at version 1.6.0
2020-01-13 15:41:54 -08:00
worldofpeace
c17b04c48b
python3.pkgs.python-dbusmock: 0.18.3 -> 0.19
2020-01-13 17:29:27 -05:00
Maxim Schuwalow
1979ac619f
stups-pierone: init at 1.1.45
2020-01-13 10:41:46 -08:00
Florian
c2997409d3
python-miio: init at 0.4.8
...
Homeassitant uses this package to control Xiaomi Roborock vacuum
cleaners.
2020-01-13 10:34:46 -08:00
wucke13
57d0c8106c
python3Packages.solo-python: 0.0.18 -> 0.0.21
...
+ fixes 74835
2020-01-13 10:14:01 -08:00
Alyssa Ross
d18403953f
python3.pkgs.publicsuffix: patchPhase -> postPatch
2020-01-13 10:12:10 -08:00
Alyssa Ross
2ddd038e52
python3.pkgs.publicsuffix: fix build
...
This patch has not been necessary since
5425867bfa
, and has in fact broken the
build since then.
2020-01-13 10:12:10 -08:00
Shea Levy
244c89d537
Merge pull request #77379 from ktrsoft/master
...
python3Packages.avro-python3: init at 1.8.2
2020-01-13 10:35:34 -05:00
Frederik Rietdijk
ed1b0d0bac
Merge master into staging-next
2020-01-13 16:08:59 +01:00
Jörg Thalheim
0129b95b13
Merge pull request #77608 from phi-gamma/olm-remove-typing
...
python3Packages.python-olm: remove dependency on the typing package
2020-01-13 13:41:46 +00:00
Philipp Gesang
0169b72b65
python3Packages.python-olm: remove dependency on the typing package
...
Typing has been upstreamed into CPython and will cause errors
if loaded with a 3.7 interpreter. Cf.
https://github.com/python/typing/issues/573
Under Python3 libolm works without typing as tested via
weechat-matrix.
typing is still pulled in when installed for Python2.
2020-01-13 14:22:45 +01:00
Daniël de Kok
7269a92820
python3Packages.srsly: 0.2.0 -> 1.0.1
...
srsly 2.0.0 is also released. But since spaCy/textacy are the only
dependencies and spaCy requires < 1.1.0, it probably makes more sense
to bump this to 1.0.1 for the time being.
And additional argument in favor of 1.0.1 is that 2.0.0 drops support
for Python 3.5.
2020-01-13 00:36:56 -08:00
Erik Arvstedt
28e98fdfbc
python.pkgs.django_extensions: fix build
2020-01-13 02:01:23 +00:00
Nikolay Korotkiy
9e9a1050e5
python3Packages.gpxpy: init at 1.3.5
2020-01-12 14:18:24 -08:00
Frederik Rietdijk
b3245241d8
Merge staging-next into staging
2020-01-12 09:47:43 +01:00
Frederik Rietdijk
960f062825
Merge master into staging-next
2020-01-12 09:47:19 +01:00
Benjamin Hipple
eed30dfa5c
pythonPackages.measurement: now python3 only
...
Upstream has dropped python2 support and updated their build dependencies as of
the 3.0 version; see here for changelog:
https://github.com/coddingtonbear/python-measurement/releases
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-11 14:10:18 -08:00
Jonathan Ringer
27582b6035
python3Packages.discordpy: 1.2.4 -> 1.2.5, enable, add import checks
2020-01-11 12:48:39 -08:00
Olli Helenius
2a7e228c0c
pythonPackages.hcloud: 1.6.2 -> 1.6.3
2020-01-11 12:39:07 -08:00
Timma
a2a0927269
maintainers: add ktrsoft
2020-01-11 23:13:32 +05:30
Timma
4d95c5fc53
python3Packages.avro-python3: init at 1.8.2
2020-01-11 23:13:00 +05:30
Maximilian Bosch
8343af8593
python3Packages.mautrix: 0.4.0 -> 0.4.1
...
https://pypi.org/project/mautrix/0.4.1/
2020-01-11 15:00:36 +01:00
Frederik Rietdijk
263bc67bda
Merge staging-next into staging
2020-01-11 09:33:08 +01:00
Frederik Rietdijk
1a654573b0
Merge master into staging-next
2020-01-11 09:32:41 +01:00
Frederik Rietdijk
e4a75b0f32
Revert "python3Packages.hypothesis: 4.41.0 -> 4.56.1"
...
This updated only the version, not the hash.
https://github.com/NixOS/nixpkgs/pull/77372
This reverts commit 046c4020a5
.
2020-01-11 09:20:25 +01:00
Jonathan Ringer
5961f211f3
python.pkgs wide: fix problematic urls
2020-01-10 21:02:12 -08:00
Victor multun Collod
4a739220a2
pythonPackages.junit-xml: init at 1.8
2020-01-10 10:11:30 -08:00
R. RyanTM
177894ce59
python27Packages.catalogue: 0.0.8 -> 0.2.0
2020-01-10 10:11:07 -08:00
Maxim Schuwalow
5c2fbc8d27
stups-fullstop: init at 1.1.31
2020-01-10 09:53:47 -08:00
Frederik Rietdijk
5ad16cb27f
Merge master into staging-next
2020-01-10 10:34:04 +01:00
Ben Darwin
ee7d45c638
pythonPackages.hydra: init at 1.4.1
2020-01-09 22:54:16 -08:00
Ben Darwin
60c03fb380
pythonPackages.omegaconf: init at 1.4.1
2020-01-09 22:54:16 -08:00
Kevin Amado
55e980e031
pythonPackages.pycodestyle: improve tests
...
- This commit adjust the tests to the ones that are found in the
tox.ini file for the specified version of the module
- This means we'll have 3 tests in adition to the default one
2020-01-09 19:04:45 -08:00
Jonathan Reeve
e4134747f5
pythonPackages.colormath: init at 3.0.0
2020-01-09 15:57:05 -08:00
Kevin Amado
2b7f4eddde
pythonPackages.pylint-plugin-utils: init at 0.6
2020-01-09 13:07:17 -08:00
Jonathan Ringer
1e6bb7ee0b
python2Packages.ihatemoney: fix python2 test deps
2020-01-09 12:28:38 -08:00
Scriptkiddi
cef835d40e
pythonPackages.m3u8: init at 0.5.2
2020-01-09 12:11:49 -08:00
Jonathan Ringer
0726ab30f6
python3Packages.pandas: fix tests
...
The default ordering behavior has changed with pd.NAT
2020-01-09 11:28:31 -08:00
R. RyanTM
a7c473ca0d
python27Packages.azure-mgmt-iotcentral: 1.0.0 -> 2.0.0
...
(cherry picked from commit 2b0e90c7186bdfcf952615a9ebebef6cc2c66378)
2020-01-09 10:09:02 -08:00
markuskowa
1df336d5d8
Merge pull request #77214 from r-ryantm/auto-update/python2.7-geoip2
...
python27Packages.geoip2: 2.9.0 -> 3.0.0
2020-01-09 12:34:44 +01:00
Mario Rodas
2ecfc839f4
Merge pull request #77195 from r-ryantm/auto-update/python2.7-jenkins-job-builder
...
python27Packages.jenkins-job-builder: 3.1.0 -> 3.2.0
2020-01-09 05:00:02 -05:00
Léo Gaspard
8fcf9926fa
Merge pull request #68973 from symphorien/ihatemoney
...
ihatemoney: init at 4.1 plus module and test
2020-01-09 04:12:54 +01:00
Peter Hoeg
0cffec3a7c
Merge pull request #70258 from juaningan/restrictedpython
...
home-assistant: add support for python_script component
2020-01-09 10:50:17 +08:00
Léo Gaspard
b31660e5bb
Merge branch 'master' into ihatemoney
2020-01-09 03:49:03 +01:00
Kajetan Champlewski
d84fb6400c
python3Packages.coordinates: init at 0.4.0
2020-01-08 18:10:50 -08:00
Ben Darwin
b4615c3b6a
python3Packages.pycm: init at 2.5
2020-01-08 16:19:47 -08:00
Kevin Amado
f467c3e13a
pythonPackages.dodgy: init at 0.2.1
2020-01-08 16:09:59 -08:00
Vladimír Čunát
5c780036c5
Merge branch 'master' into staging-next
...
The nss rebuild isn't so small.
2020-01-08 22:48:13 +01:00
Gürkan Gür
0def56c8ee
pythonPackages.pysnooper: init at 0.3.0
2020-01-08 11:46:48 -08:00
Gürkan Gür
08f1be27b5
pythonPackages.python-toolbox: init at 0.9.4
2020-01-08 11:46:48 -08:00
Ryan Mulligan
1eb5d0c091
Merge pull request #77197 from r-ryantm/auto-update/python3.7-pikepdf
...
python37Packages.pikepdf: 1.8.1 -> 1.8.2
2020-01-08 06:14:25 -08:00
Mario Rodas
d1dbdf0bf4
Merge pull request #77192 from r-ryantm/auto-update/python2.7-awkward
...
python27Packages.awkward: 0.12.18 -> 0.12.19
2020-01-08 05:56:06 -05:00
Mario Rodas
a71cec94a1
Merge pull request #77223 from r-ryantm/auto-update/python2.7-croniter
...
python27Packages.croniter: 0.3.30 -> 0.3.31
2020-01-08 05:55:06 -05:00
Ben Darwin
81179a4d56
pythonPackages.crc32c: init at 2.0
2020-01-07 20:55:18 -08:00
Jonathan Ringer
acddd86254
python3Packages.aws-adfs: add missing requests-kerberos dependency
2020-01-07 19:05:41 -08:00
Mario Rodas
fa19a11092
Merge pull request #77227 from r-ryantm/auto-update/python3.7-xdis
...
python37Packages.xdis: 4.2.1 -> 4.2.2
2020-01-07 21:39:58 -05:00
Mario Rodas
a6f8ad6283
Merge pull request #76953 from marsam/python-pyramid-cleanup-dependencies
...
pythonPackages.pyramid: cleanup dependencies
2020-01-07 21:13:22 -05:00
Mario Rodas
7cd39f9fd4
python37Packages.uncompyle6: 3.6.1 -> 3.6.2
2020-01-07 21:12:28 -05:00
Mario Rodas
3ecc232829
python37Packages.xdis: unbreak
2020-01-07 21:05:10 -05:00
Jonathan Ringer
f374bf6c19
python3Packages.s3fs: add missing fsspec dependency
2020-01-07 14:32:35 -08:00
markuskowa
f8193b165f
Merge pull request #76924 from Emantor/pkg/python-xmodem
...
pythonPackages.xmodem: init at 0.4.5
2020-01-07 20:10:06 +01:00
Frederik Rietdijk
a823616723
Merge master into staging-next
2020-01-07 20:06:22 +01:00
R. RyanTM
97a47de1ba
python27Packages.asn1crypto: 1.2.0 -> 1.3.0
2020-01-07 10:15:32 -08:00
R. RyanTM
6613ba9653
python27Packages.connexion: 2.3.0 -> 2.4.0
2020-01-07 09:55:37 -08:00
R. RyanTM
d3a004ee82
python27Packages.python-jenkins: 1.5.0 -> 1.6.0
2020-01-07 09:54:46 -08:00
Jonathan Ringer
6efd5593d0
python3Packages.pyspf: 2.0.14pre -> 2.0.14
2020-01-07 09:53:43 -08:00
R. RyanTM
f384539a23
python27Packages.jieba: 0.39 -> 0.40
2020-01-07 09:51:55 -08:00
R. RyanTM
e254ba9709
python27Packages.kconfiglib: 13.6.0 -> 13.7.0
2020-01-07 09:50:53 -08:00
R. RyanTM
03974eddbd
python27Packages.wasabi: 0.4.2 -> 0.6.0
2020-01-07 09:49:44 -08:00
R. RyanTM
d38cf0760e
gitAndTools.pre-commit: 1.20.0 -> 1.21.0
2020-01-07 09:47:13 -08:00
R. RyanTM
34bc3394ae
python27Packages.PyGithub: 1.44.1 -> 1.45
2020-01-07 09:46:17 -08:00
R. RyanTM
bd7bfcfb54
python27Packages.Nuitka: 0.6.5 -> 0.6.6
2020-01-07 09:44:41 -08:00
R. RyanTM
f67e35ceba
python37Packages.tiledb: 0.5.2 -> 0.5.3
2020-01-07 09:43:21 -08:00
R. RyanTM
5e1b5b7551
python27Packages.xcffib: 0.8.1 -> 0.9.0
2020-01-07 09:40:41 -08:00
R. RyanTM
b64895083d
python27Packages.yamllint: 1.19.0 -> 1.20.0
2020-01-07 09:38:46 -08:00
R. RyanTM
064c9023f6
python37Packages.telethon: 1.10.9 -> 1.10.10
2020-01-07 09:37:42 -08:00
R. RyanTM
b9e05ffb31
python27Packages.xmlschema: 1.0.17 -> 1.0.18
2020-01-07 09:36:45 -08:00
Marek Mahut
8a708e4506
Merge pull request #77210 from r-ryantm/auto-update/python3.7-irc
...
python37Packages.irc: 17.1 -> 18.0.0
2020-01-07 17:01:54 +01:00
Ryan Mulligan
e8acc3506c
Merge pull request #77211 from r-ryantm/auto-update/python2.7-opentracing
...
python27Packages.opentracing: 2.2.0 -> 2.3.0
2020-01-07 06:45:28 -08:00
R. RyanTM
8c40b18ea5
python37Packages.xdis: 4.2.1 -> 4.2.2
2020-01-07 05:17:29 -08:00
R. RyanTM
a82b9a83ae
python27Packages.croniter: 0.3.30 -> 0.3.31
2020-01-07 04:42:52 -08:00
R. RyanTM
b31a3bf5c8
python27Packages.geoip2: 2.9.0 -> 3.0.0
2020-01-07 03:41:42 -08:00
R. RyanTM
eef6de7a09
python27Packages.opentracing: 2.2.0 -> 2.3.0
2020-01-07 02:56:39 -08:00
R. RyanTM
93c2475017
python37Packages.irc: 17.1 -> 18.0.0
2020-01-07 02:51:02 -08:00
Chris Ostrouchov
41d1ac24ba
pythonPackages.JayDeBeApi: refactor formatting and metadata changes
2020-01-07 02:10:48 -08:00
Chris Ostrouchov
3c0d4f2dc3
pythonPackages.JPype1: refactor fix broken build
2020-01-07 02:10:48 -08:00
Jonathan Ringer
367085bc8a
python3Packages.numexpr: 2.7.0 -> 2.7.1
2020-01-07 10:50:14 +01:00
Eric Bailey
826df23514
pythonPackages.bugwarrior: depend on jira, remove test deps
...
- drop support for 2.7, per upstream
- remove half-baked checkInputs, but leave comment
- add yurrriq as maintainer
- add setuptools to propagatedBuildInputs
2020-01-07 01:50:03 -08:00
Milan Pässler
fe2742cee4
python: pyspf: 2.0.13 -> 2.0.14pre1
2020-01-07 01:40:15 -08:00
R. RyanTM
110ea2f63f
python37Packages.pikepdf: 1.8.1 -> 1.8.2
2020-01-07 01:09:29 -08:00
R. RyanTM
55c3ad693d
python27Packages.jenkins-job-builder: 3.1.0 -> 3.2.0
2020-01-07 00:48:35 -08:00
R. RyanTM
2a4de1511a
python27Packages.awkward: 0.12.18 -> 0.12.19
2020-01-06 23:57:14 -08:00
R. RyanTM
141aa2285a
python37Packages.asdf: 2.4.2 -> 2.5.0
2020-01-06 23:45:34 -08:00
Rakesh Gupta
f412725449
pythonPackages.imgaug: 0.3.0-patch
2020-01-06 22:51:05 -08:00
Wael M. Nasreddine
0e4457ce93
pythonPackages.timezonefinder: disable on Python 2
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
ba3aeb1ca1
pythonPackages.h3: init at 3.4.3
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
be2b7fde23
pythonPackages.timezonefinder: init at 4.2.0
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
801b3438eb
pythonPackages.snowflake-sqlalchemy: init at 1.1.17
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
892f2962ff
pythonPackages.snowflake-connector-python: init at 2.1.2
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
83288405df
pythonPackages.oscrypto: init at 1.1.1
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
98e4b05851
pythonPackages.area: init at 1.1.1
2020-01-06 13:51:00 -08:00
Jonathan Ringer
e8f0c8995d
python3Packages.annoy: add missing h5py dependency
2020-01-06 12:34:27 -08:00
Timo Kaufmann
bdbec90304
Merge pull request #76945 from prusnak/tensorflow-drop-bin2c-path
...
python.pkgs.tensorflow: fix build with cudatoolkit 10.2
2020-01-06 17:12:34 +01:00
Pavol Rusnak
9a982d3540
python.pkgs.tensorflow: fix build with cudatoolkit 10.2
2020-01-06 13:46:00 +01:00
Rouven Czerwinski
b656da1683
pythonPackages.xmodem: init at 0.4.5
2020-01-06 12:40:11 +01:00
Lancelot SIX
cc62409067
Merge pull request #77039 from jonringer/bump-mypy
...
python3Packages.mypy: 0.750 -> 0.761
2020-01-06 12:10:12 +01:00
Frederik Rietdijk
4a91444aa8
Merge staging-next into staging
2020-01-06 12:01:12 +01:00
Jonathan Ringer
4873d8dbd3
python3Packages.mypy: 0.750 -> 0.761
2020-01-06 02:36:26 -08:00
Frederik Rietdijk
17ab5f9d88
Merge master into staging-next
2020-01-06 10:38:20 +01:00
Josef Kemetmüller
30121dffd4
pythonPackages.moto: 1.3.13 -> 1.3.14
2020-01-06 10:37:03 +01:00
R. RyanTM
29ffa0255f
dkimpy: 1.0.1 -> 1.0.2
2020-01-06 01:37:10 -08:00
Ryan Mulligan
2a9e79dd0e
Merge pull request #62664 from vanschelven/flask-swagger-ui
...
pythonPackages.flask-swagger-ui: init at 3.20.9
2020-01-05 21:29:20 -08:00
Enno Lohmeier
ab2f63234d
python3Packages.fints: 2.2.0 -> 3.0.0
2020-01-05 18:35:35 -08:00
Trolli Schmittlauch
ccf95dff97
pythonPackages.django-simple-captcha: init at 0.5.12
...
co-author: Vladyslav Burzakovskyy <vladislav.burzakovskij@satoshilabs.com>
2020-01-05 17:31:28 -08:00
Trolli Schmittlauch
e5255bfd30
pythonPackages.django-ranged-response: init at 0.2.0
...
co-author: Vladyslav Burzakovskyy <vladislav.burzakovskij@satoshilabs.com>
2020-01-05 17:31:28 -08:00
Robert Hensing
0752cf0641
Merge pull request #76993 from mildlyincompetent/fix-scikit-build
...
Fix scikit-build by removing no longer needed patch.
2020-01-05 23:05:07 +01:00
Kajetan Champlewski
1b8794e623
Remove no longer needed patch.
2020-01-05 17:37:27 +00:00
Ryan Mulligan
2e8fc97dbf
Merge pull request #57583 from costrouc/python-init-sphinxcontrib-tikz
...
pythonPackages.sphinxcontrib-tikz: init at 0.4.6
2020-01-05 09:33:41 -08:00
Ryan Mulligan
38929d3ddc
Merge pull request #55284 from vcanadi/notedown
...
pythonPackages.notedown: init at 1.5.1
2020-01-05 08:19:19 -08:00
Mario Rodas
516377d1d8
Merge pull request #76958 from risicle/ris-pybind11-clang-fix
...
pythonPackages.pybind11: fix for clang/darwin
2020-01-05 10:52:23 -05:00
Frederik Rietdijk
981b94442b
Merge staging-next into staging
2020-01-05 16:10:40 +01:00
Frederik Rietdijk
828f93a326
Merge master into staging-next
2020-01-05 16:00:21 +01:00
Frederik Rietdijk
444a6b8d9e
python2Packages.cachetools: restore 3.1.1 for python2
2020-01-05 15:41:35 +01:00
Frederik Rietdijk
dc911b165b
Revert "python-google_auth: build this package with on older version of cachetools"
...
This reverts commit 177ab0e01e
.
2020-01-05 15:41:35 +01:00
Frederik Rietdijk
0d0a4f160e
Merge pull request #76631 from kamadorueda/pythonPackages
...
Add many new pythonPackages
2020-01-05 15:18:07 +01:00
Frederik Rietdijk
e279676f48
pythonPackages.pyopenssl: fix build, fixes #76879
2020-01-05 15:01:42 +01:00
Peter Simons
177ab0e01e
python-google_auth: build this package with on older version of cachetools
...
Fixes https://github.com/NixOS/nixpkgs/issues/76978 .
2020-01-05 14:47:56 +01:00
Mario Rodas
5c0d3d9050
pythonPackages.ipykernel: fix build
...
flaky was accidentally removed from checkInputs in 99de1a8ebb
2020-01-05 13:51:31 +01:00
Robert Scott
951fb0472a
pythonPackages.pybind11: fix for clang
...
default clang is still not happy with c++17's sized and aligned
deallocations
2020-01-04 23:10:16 +00:00
Robert Scott
8b3e1e72a7
pythonPackages.unicorn: redesign to become a wrapper package around unicorn-emu
...
this allows us to easily keep the two in sync and gives a more flexible
result, also add self as co-maintainer.
2020-01-04 15:08:56 -06:00
Frederik Rietdijk
a3f40b507f
pythonPackages.setuptools: 42.0.2 -> 44.0.0
2020-01-04 15:24:43 +01:00
Michel Weitbrecht
d38c4638ee
python3.pkgs.graph-tool: 2.27 -> 2.29
...
The dependency 'pkg-config' was renamed and the two patches have since been
included or resolved.
2020-01-04 14:54:38 +01:00
Mario Rodas
ea89d56b43
pythonPackages.pyramid: cleanup dependencies
2020-01-04 04:20:00 -05:00
Mario Rodas
736d305d79
loguru: fix build on darwin
2020-01-04 04:20:00 -05:00
Symphorien Gibol
b40fc3a56b
pynagsystemd: init at 1.2.0
...
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-03 15:48:42 -08:00
Symphorien Gibol
dd478ddc36
pythonPackages.nagiosplugin: init at 1.3.2
2020-01-03 15:48:42 -08:00
Kevin Amado
ff892ee1f0
pythonPackages.bandit: init at 1.6.2
2020-01-03 17:56:41 -05:00
Kevin Amado
1da8594596
pythonPackages.msal-extensions: init at 0.1.3
2020-01-03 17:56:41 -05:00
Kevin Amado
37148a82b2
pythonPackages.msal: init at 1.0.0
2020-01-03 17:56:41 -05:00
Kevin Amado
58717e6ccc
pythonPackages.azure-keyvault-nspkg: init at 1.0.0
2020-01-03 17:56:41 -05:00
Kevin Amado
b4f81b9628
pythonPackages.azure-identity: init at 1.1.0
2020-01-03 17:56:41 -05:00
Kevin Amado
8f08c1baee
pythonPackages.names: init a 0.3.0
2020-01-03 17:56:41 -05:00
Kevin Amado
4f8eba122a
pythonPackages.oyaml: init at 0.9
2020-01-03 17:56:41 -05:00
Kevin Amado
8b2b1d125d
pythonPackages.pyjks: init a 19.0.0
2020-01-03 17:56:41 -05:00
Kevin Amado
46a3045884
pythonPackages.pysmb: init at 1.1.28
2020-01-03 17:56:41 -05:00
Kevin Amado
3af635e043
pythonPackages.requirements-detector: init at 0.6
2020-01-03 17:56:41 -05:00
Kevin Amado
0634484a53
pythonPackages.javaobj-py3: init a 0.3.0
2020-01-03 17:56:40 -05:00
Kevin Amado
ea7fa57694
pythonPackages.twofish: init at 0.3.0
2020-01-03 17:56:40 -05:00
Kevin Amado
78d619c65e
pythonPackages.viewstate: init at 0.4.3
2020-01-03 17:56:40 -05:00
Chris Ostrouchov
7c85d7db72
pythonPackages.svgwrite: refactor fix broken build
...
There was a single test in the build that tries to download a google
font.
(cherry picked from commit 6e02629a35
)
2020-01-03 09:12:03 -08:00
Frederik Rietdijk
5ca7a7d882
Merge staging-next into staging
2020-01-03 13:18:04 +01:00
Frederik Rietdijk
fb0da93509
python3Packages.numpy: fix build
2020-01-03 12:52:42 +01:00
Frederik Rietdijk
6ee60b37fc
python: numpy: 1.17.5 -> 1.18.0
2020-01-03 12:51:45 +01:00
Frederik Rietdijk
64015f4f7d
python: numpy: 1.17.4 -> 1.17.5
2020-01-03 12:51:45 +01:00
Chris Ostrouchov
6e02629a35
pythonPackages.svgwrite: refactor fix broken build
...
There was a single test in the build that tries to download a google
font.
2020-01-03 02:22:43 -08:00
Victor multun Collod
16c665911f
pythonPackages.compiledb: init at 0.10.1
2020-01-03 02:10:22 -08:00
Victor multun Collod
7cce13c5aa
pythonPackages.shutilwhich: init at 1.1.0
2020-01-03 02:10:22 -08:00
Victor multun Collod
0c76aa6414
pythonPackages.bashlex: init at 0.14
2020-01-03 02:10:22 -08:00
Frederik Rietdijk
7aa2b0215b
Merge master into staging-next
2020-01-03 10:25:14 +01:00
Maximilian Bosch
40d02af8aa
ansible-lint: 4.1.1a0 -> 4.2.0
...
Upstream switched to a PEP517-based build[1] which required some minor
changes on the package. Additionally, the update fixes the currently
broken package build[2].
[1] https://www.python.org/dev/peps/pep-0517/
[2] https://hydra.nixos.org/build/109032815
2020-01-02 23:03:04 +01:00
Frederik Rietdijk
f08e3e38d4
Merge master into staging-next
2020-01-02 21:41:13 +01:00
Victor multun Collod
43db1be418
pythonPackages.junitparser: init at 1.4.1
2020-01-02 11:24:23 -08:00
Victor multun Collod
f85aff5a22
pythonPackages.prox-tv: init at 3.3.0
2020-01-02 17:18:17 +01:00
Marek Mahut
af64fb6ebd
Merge pull request #76751 from aanderse/leveldb
...
pythonPackages.leveldb: 0.194 -> 0.201
2020-01-02 16:27:28 +01:00
Elis Hirwing
63f2f1df49
Merge pull request #76746 from WhittlesJr/zwave-fixes
...
Zwave fixes
2020-01-02 09:09:49 +01:00
Emily
31ef3b8ec5
stm32loader: 0.5.0 -> 0.5.1
2020-01-01 10:54:31 +01:00
Aaron Andersen
11f26633d2
pythonPackages.leveldb: 0.194 -> 0.201
2019-12-31 14:02:48 -05:00
Chris Ostrouchov
853ecd2571
python3Packages.optuna: 0.17.1 -> 0.19.0
2019-12-31 18:12:37 +01:00
Chris Ostrouchov
4e0ebea84a
pythonPackages.cma: init at 2.7.0
2019-12-31 18:12:37 +01:00
Chris Ostrouchov
310afc9e93
pythonPackages.bokeh: 1.3.4 -> 1.4.0
2019-12-31 18:12:37 +01:00
Chris Ostrouchov
92da996e62
python3Packages.dask: 2.9.0 -> 2.9.1 enable tests, use github src
2019-12-31 18:12:37 +01:00
Alex Whitt
2d00e8d6f3
python_openzwave: Fix broken and missing dependencies.
2019-12-31 09:36:05 -05:00
Gürkan Gür
36af8d34c9
django-postgresql-netfields: init at 1.2.2
2019-12-31 10:30:49 +01:00
Jan Tojnar
0c2adc0fb1
Merge branch 'staging' into staging-next
2019-12-31 03:59:58 +01:00
Robin Gloster
006242fd5a
treewide: fix types for mkDerivation params
2019-12-31 01:23:19 +01:00
Maximilian Bosch
839c0ea7a5
treewide: *Inputs are flat lists
2019-12-31 01:10:02 +01:00
Robin Gloster
760e23136a
treewide: *inputs are lists
2019-12-31 01:09:25 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string
2019-12-31 00:16:46 +01:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string
2019-12-31 00:13:29 +01:00
Robin Gloster
981ae25113
treewide: NIX_*_COMPILE -> string
2019-12-31 00:07:21 +01:00
Jonathan Ringer
446fec8c2d
Merge branch 'master' of github.com:NixOS/nixpkgs into staging-next
2019-12-30 10:14:18 -08:00
Frederik Rietdijk
99de1a8ebb
pythonPackages.ipykernel: remove duplicate checkInputs
2019-12-30 18:17:34 +01:00
Frederik Rietdijk
164408fcd4
pythonPackages.tifffile: fix syntax error
2019-12-30 18:17:23 +01:00
Marek Mahut
97da2d22fe
python3Packages.trezor: 0.11.5 -> 0.11.6
2019-12-30 18:14:42 +01:00
Chris Ostrouchov
8f870327b2
pythonPackages.aioamqp: 0.13.0 -> 0.14.0 fix broken package
2019-12-30 18:13:51 +01:00
Chris Ostrouchov
98d34eda12
pythonPackages.pyrabbit2: init at 1.0.7
2019-12-30 18:13:51 +01:00
Edmund Wu
226b6c7935
pythonPackages.sqlalchemy-utils: 0.35.0 -> 0.36.0
2019-12-30 18:12:51 +01:00
Frederik Rietdijk
3af601f37d
Merge pull request #76664 from costrouc/python-fsspec-update
...
python3Packages.fsspec: 0.5.2 -> 0.6.2 enable tests
2019-12-30 18:10:17 +01:00
Frederik Rietdijk
5a3cbd01f7
Merge pull request #76652 from costrouc/python-httpx-init
...
Packaging several async python web libraries / databases connectors
2019-12-30 18:09:22 +01:00
Marek Mahut
de4b7d51e9
Merge pull request #76700 from pschuprikov/fix-toggl-cli-deps
...
python3Packages: toggl-cli fix pendulum version bounds
2019-12-30 17:00:51 +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
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
Frederik Rietdijk
1fd606b5ba
python: distributed: 2.9.0 -> 2.9.1
2019-12-30 16:46:53 +01:00
Frederik Rietdijk
f40e896b32
python: dask: 2.9.0 -> 2.9.1
2019-12-30 16:46:53 +01:00
Frederik Rietdijk
49b345a0a1
python: cfn-lint: 0.26.1 -> 0.26.2
2019-12-30 16:46:53 +01:00
Frederik Rietdijk
d6719b9645
python: CacheControl: 0.12.5 -> 0.12.6
2019-12-30 16:46:53 +01:00
Frederik Rietdijk
9ad9461844
python: browser-cookie3: 0.9.0 -> 0.9.1
2019-12-30 16:46:53 +01:00
Frederik Rietdijk
2e8908f441
python: beautifulsoup4: 4.8.1 -> 4.8.2
2019-12-30 16:46:53 +01:00
Frederik Rietdijk
9fb0efee1f
python: azure-common: 1.1.23 -> 1.1.24
2019-12-30 16:46:53 +01:00
Frederik Rietdijk
98e5b0289f
python: aws-sam-translator: 1.19.0 -> 1.19.1
2019-12-30 16:46:53 +01:00
Frederik Rietdijk
f061f21c4e
python: aws-adfs: 1.21.1 -> 1.21.2
2019-12-30 16:46:53 +01:00
Frederik Rietdijk
8a9e519503
python: awkward1: 0.1.32 -> 0.1.38
2019-12-30 16:46:53 +01:00
Frederik Rietdijk
3a8b695f25
python: astunparse: 1.6.2 -> 1.6.3
2019-12-30 16:46:53 +01:00
Frederik Rietdijk
1c39c144b1
python: annoy: 1.16.2 -> 1.16.3
2019-12-30 16:46:53 +01:00
Jonathan Ringer
cc3b6aa322
pythonPackages.nevow: fix build
2019-12-30 16:46:53 +01:00
Jonathan Ringer
37070fcd11
pythonPackages.remotecv: mark broken
...
pillow no longer supports truncated images
2019-12-30 16:46:53 +01:00
Jonathan Ringer
2ab313317b
pythonPackages.monty: python2 no longer supported
2019-12-30 16:46:53 +01:00
Jonathan Ringer
b075a26597
pythonPackages.txtorcon: disable python2 tests
...
unable to load zope.interface
2019-12-30 16:46:53 +01:00
Jonathan Ringer
976731dcaa
pythonPackages.magic-wormhole: disable python2 tests
...
unable to load zope.interface
2019-12-30 16:46:53 +01:00
Jonathan Ringer
482a081339
pythonPackages.magic-wormhole-mailbox-server: disable python2 tests
...
unable to load zope.interface module
2019-12-30 16:46:53 +01:00
Jonathan Ringer
dd2a59047f
pythonPackages.django-contrib-comments: add six dep
2019-12-30 16:46:52 +01:00
Jonathan Ringer
0d663fc511
python35Packages.ipython: freeze at 7.9.0
2019-12-30 16:46:52 +01:00
Jonathan Ringer
ec1dc42420
python35Packages.ipython: python35 not supported
2019-12-30 16:46:52 +01:00
Jonathan Ringer
53ec7111d8
pythonPackages.psd-tools: mark broken
...
missing packbits from nixpkgs
2019-12-30 16:46:52 +01:00
Jonathan Ringer
d149ed1d81
pythonPackages.partd: python2 no longer supported
2019-12-30 16:46:52 +01:00
Jonathan Ringer
8ab3ba1f23
pythonPackages.ppft: disable tests
...
tests are no longer packaged with pypi package
2019-12-30 16:46:52 +01:00
Jonathan Ringer
fc5373cbc2
pythonPackages.keyring-alt: python2 no longer supported
2019-12-30 16:46:52 +01:00
Jonathan Ringer
03a750545b
pythonPackages.mozprofile: 2.3.0 -> 2.4.0
2019-12-30 16:46:52 +01:00
Jonathan Ringer
0838e5c4ef
pythonPackages.mozdevice: fix hash and build
2019-12-30 16:46:52 +01:00
Jonathan Ringer
0e29b98c1d
python3Packages.uproot: fix tests
2019-12-30 16:46:52 +01:00
Jonathan Ringer
264211ecbf
python3Packages.azure-mgmt-relay: fix build
2019-12-30 16:46:52 +01:00
Jonathan Ringer
e23712ab68
python3Packages.azure-mgmt-msi: fix build
2019-12-30 16:46:52 +01:00
Jonathan Ringer
3ecc1f94be
python3Packages.azure-mgmt-devtestlabs: fix build
2019-12-30 16:46:52 +01:00
Jonathan Ringer
0e700d79c8
python3Packages.azure-mgmt-datamigration: fix build
2019-12-30 16:46:52 +01:00
Jonathan Ringer
4cf4be7ac6
python3Packages.azure-mgmt-consumption: fix build
2019-12-30 16:46:52 +01:00
Jonathan Ringer
3b27da9f38
python3Packages.azure-mgmt-keyvault: fix build
2019-12-30 16:46:52 +01:00
Jonathan Ringer
a1227914e1
python3Packages.azure-mgmt-dns: fix build
2019-12-30 16:46:52 +01:00
Jonathan Ringer
5c100b163d
pythonPackages.azure-mgmt-servicefabric: fix build
2019-12-30 16:46:52 +01:00
Dmitry Kalinkin
d5b0c114a3
pythonPackages.jedi: 0.15.1 -> 0.15.2
2019-12-30 16:46:52 +01:00
Jonathan Ringer
7f223d2f7a
pythonPackages.fonttools: python2 no longer supported
2019-12-30 16:46:52 +01:00
Jonathan Ringer
3b9951127f
pythonPackages.colorcet: update tests
2019-12-30 16:46:52 +01:00
Jonathan Ringer
8f9348d6ca
pythonPackages.clize: fix tests
2019-12-30 16:46:52 +01:00
Jonathan Ringer
fddccdd834
pythonPackages.caldav: mark broken
...
requires xandikos package, which isn't in nixpkgs
2019-12-30 16:46:52 +01:00
Jonathan Ringer
1bf17675c9
pythonPackages.broadlink: add missing cryptography dep
2019-12-30 16:46:52 +01:00
Jonathan Ringer
2efeffb97b
pythonPackages.breathe: python2 no longer supported
2019-12-30 16:46:51 +01:00
Jonathan Ringer
eafae36fa7
Revert "python: ase: 3.17.0 -> 3.18.1"
...
This was a frozen version, wasn't meant to be bumped
2019-12-30 16:46:51 +01:00
Jonathan Ringer
6eb49c39cd
pythonPackages.altair: python2 no longer supported
2019-12-30 16:46:51 +01:00
Jonathan Ringer
9fdf16065c
pythonPackages.ansible-lint: mark broken
...
old versions of ansible-lint are broken due to
setuptools no longer supporting their hacks.
Current versions of ansible-lint require newest
version of flit which isn't packaged yet
2019-12-30 16:46:51 +01:00
Jonathan Ringer
90dd235666
pythonPackages.jupyter_console: fix prompt_toolkit vers bounds
2019-12-30 16:46:51 +01:00
Jonathan Ringer
7917f24840
pythonPackages.djangorestframework: python2 no longer supported
2019-12-30 16:46:51 +01:00
Jonathan Ringer
d64c5457f4
python3Packages.uritools: python2 no longer supported
2019-12-30 16:46:51 +01:00
Jonathan Ringer
4984eb8b63
pythonPackages.mockito: disable tests
...
no longer packaged on pypi
2019-12-30 16:46:51 +01:00
Jonathan Ringer
37f161014f
pythonPackages.xdis: mark broken
...
Very specific to patch version of python interpreter,
unfortunately doesn't support newest versions
2019-12-30 16:46:51 +01:00
Jonathan Ringer
2270bc7895
pythonPackages.audio-metadata: adjust more-itertools version range
2019-12-30 16:46:51 +01:00
Jonathan Ringer
0f096240ff
python3Packages.pytest-mpl: add missing pillow dep
2019-12-30 16:46:51 +01:00
Jonathan Ringer
e3f435fa95
python3Packages.twine: fix build deps
2019-12-30 16:46:51 +01:00