Commit Graph

19953 Commits

Author SHA1 Message Date
Daniël de Kok
4afc26f0fa
Merge pull request #97771 from freezeboy/disable-py2-green
python2Packages.green: remove
2020-09-13 09:12:35 +02:00
freezeboy
96acb3a772 python2Packages.green: remove 2020-09-13 09:09:47 +02:00
Vladimír Čunát
97e2ca3447
Revert "Merge #97847 python27Packages.anytree: fix build"
Moving to staging.  It's a really large rebuild.
This reverts commit 9a8bd1e564, reversing
changes made to 9866abf63b.
2020-09-13 08:13:00 +02:00
freezeboy
037b8aefef cfn-lint: fixed importlib_resources version bounds
Also, added import checks to have a minimal test for the package
2020-09-12 22:09:50 -07:00
Martin Weinelt
8e29e178ac pythonPackages.mocket: 3.8.8 -> 3.8.9 2020-09-12 21:42:59 -07:00
Mario Rodas
36cb6946ef pythonPackages.grpcio: fix build 2020-09-13 04:20:00 +00:00
nyanloutre
9225192bf6 pythonPackage.python-gitlab: add missing tests requirements 2020-09-12 23:52:13 +02:00
Gabriel Ebner
dfef3ec138
Merge pull request #97850 from gebner/python-websockets-tests 2020-09-12 21:47:54 +02:00
Robert Scott
9a8bd1e564
Merge pull request #97847 from drewrisinger/zhf/python-anytree
python27Packages.anytree: fix build
2020-09-12 18:20:40 +01:00
Gabriel Ebner
b5fcd79c3f python3Packages.websockets: make tests deterministic 2020-09-12 19:20:11 +02:00
Matthieu Coudron
1be0767ec8
cx_Freeze: disable python2.7 (#97763) 2020-09-12 17:58:29 +02:00
freezeboy
c70aaa40fc
flask-api: disable python2.7 (#97766) 2020-09-12 17:57:39 +02:00
Drew Risinger
1d86636aca python27Packages.anytree: fix build
Tests fail on python2.7 b/c the tests use enums (python 3.4+).
Follow-on from #97761.
Converts tests to use pytestCheckHook for easier test disabling.
2020-09-12 11:39:29 -04:00
Matthieu Coudron
8d25f838d0
Merge pull request #97817 from dotlambda/zulip-terminal
zulip-term: init at 0.5.2
2020-09-12 17:00:02 +02:00
Benjamin Hipple
931c4f2f47
Merge pull request #97698 from obsidiansystems/pytorch-use-passhthru
pytorch: update to use passthru's for checks
2020-09-12 09:46:51 -04:00
Robert Scott
cf5a892a24 pythonPackages.korean-lunar-calendar: init at 0.2.1 2020-09-12 14:44:16 +01:00
Robert Schütz
bc402f3e4d python.pkgs.urwid-readline: init at 0.11 2020-09-12 01:37:15 +02:00
Robert Schütz
c9c5be8a1e python.pkgs.zulip: init at 0.7.0 2020-09-12 01:37:06 +02:00
freezeboy
e3912be86a cx_Freeze: disable python2.7 2020-09-11 16:04:51 +02:00
Mario Rodas
b83b7153e3
Merge pull request #97623 from marsam/update-grpc
grpc: 1.31.0 -> 1.32.0
2020-09-11 06:06:11 -05:00
Matthew Bauer
59eecacd2d python3Packages.tensorflow: use cudatoolkit 11 2020-09-10 23:36:23 -05:00
Matthew Bauer
9cd240c14a python3Packages.h5py: 2.9.0 -> 2.10.0
also disable on python 2.7
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-09-10 23:36:12 -05:00
Matthew Bauer
74338f636a python3Packages.tensorflow-estimator: 2.2.0 -> 2.3.0 2020-09-10 23:35:48 -05:00
Arnout Engelen
1e19d446bf python3Packages.tensorflow_2: 2.1.0 -> 2.3.0
Also:
- patch to remove scipy requirement
- add cuda to RPATH
- don’t include nvidia_x11 (This isn’t needed, we can get it from
/run/opengl-driver being in the RPATH.)

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
2020-09-10 23:34:10 -05:00
Martin Weinelt
4607f02589
pythonPackages.supervisor: drop glibc-2.31 patch
A fix was integrated into the 4.2.1 release.
2020-09-11 02:37:21 +02:00
Daniël de Kok
1839c5cd7b python3Packages.datasets: init at 1.0.0
This library provides open-access datasets an evaluation metrics for
natural language processing using PyTorch, TensorFlow, NumPy, and
Pandas.
2020-09-10 16:06:40 -07:00
Robert Scott
9627ae4f9a pythonPackages.pysnow: fix build & tests 2020-09-10 16:05:05 -07:00
Robert Scott
ef82f49fc0 pythonPackages.pyjet: fix tests
tests are now pytest tests, and not included in the pypi tarball
2020-09-10 15:16:44 -07:00
Robert Scott
70c56dd486 pythonPackages.pq: fix build
we can't run the tests anyway, so remove fragile attempts to patch them
2020-09-10 15:15:58 -07:00
Robert Scott
483fa86c36 pythonPackages.hiredis: fix tests
just requires the source-directory-hiding trick
2020-09-10 15:15:39 -07:00
Drew Risinger
8f6436a825 python3Packages.parso: disable on python 2.7
* Disabled on python 2.7
* Updated meta
* Changed to pytestCheckHook
2020-09-10 15:09:01 -07:00
Jonathan Ringer
5916b96370 python3Packages.executor: 21.3 -> 23.1, fix tests 2020-09-10 14:39:20 -07:00
Matthew Bauer
c85fc341b0 pytorch: update to use passthru's for checks
This makes the checks a little easier to understand - we can just
check it in the passthru. Also increase major check for cuda 11.
2020-09-10 14:23:15 -05:00
Frederik Rietdijk
336ce7a797 python3.pkgs.fastparquet: 0.4.0 -> 0.4.1 2020-09-10 17:13:49 +02:00
Drew Risinger
b03c729c88 python3Packages.nmigen: fix build
Tried to debug failure & traced it to subprocess.Popen calling fork_exec()
with a bad path, but couldn't reproduce error from manual debugging
using ``nix-shell``.

Bad path meaning that most paths were of form /nix/store/.../bin/sby,
but one path was "sby" only. That's my only guess as to what would
be causing this failure.
2020-09-09 20:04:41 -07:00
Drew Risinger
9fae7b21ef python3Packages.pyfakefs: disable on py2.7
* No longer supports python < 3.5, so disabled.
* Enables tests that were disabled due to bugs.
* Add changelog
2020-09-09 20:01:37 -07:00
Erik Arvstedt
a81c38893c python3Packages.django_extensions: 2.2.8 -> 3.0.8 2020-09-09 19:39:06 -07:00
Erik Arvstedt
039e248555 python3Packages.django-picklefield: fix tests 2020-09-09 19:39:06 -07:00
Mario Rodas
35665b9fc2 pythonPackages.grpcio-tools: 1.31.0 -> 1.32.0 2020-09-09 18:01:00 -05:00
WORLDofPEACE
872f2b76c1
Merge pull request #97578 from makefu/pkgs/pyhaversion/fix
python3Packages.pyhaversion: add missing semantic-version
2020-09-09 16:29:00 -04:00
makefu
92bf2d7c03
python3Packages.pyhaversion: add missing semantic-version 2020-09-09 19:46:33 +02:00
William Kral
cf54ef99b6 python3Packages.jq: 0.1.8 -> 1.0.2 2020-09-09 09:52:45 -07:00
Jörg Thalheim
b5118540bf
Merge pull request #97560 from makefu/pkgs/python-maintainer/fix-eval
aresponses,pyhaversion: disable for py2
2020-09-09 18:30:08 +02:00
Shea Levy
31579c6b0a
matplotlib: Disable LTO on darwin.
Needs #19312 or equivalent to work.
2020-09-09 12:18:50 -04:00
makefu
b30dfc4f4b
pythonPackages.pyhaversion: py3k only 2020-09-09 18:11:17 +02:00
makefu
467dcc5b75
pythonPackages.aresponses: only py3k 2020-09-09 18:10:21 +02:00
Maximilian Bosch
f961ac6695
python3Packages.todoist: fix build
See https://hydra.nixos.org/build/126777642
ZHF #97479
2020-09-09 13:32:31 +02:00
Jonathan Ringer
ff7e38b954 python3Packages.xdis: 4.2.4 -> 5.0.4, fix build 2020-09-08 18:16:34 -07:00
Edmund Wu
b169bfc9e2 python3Packages.tinycss2: fix build 2020-09-08 17:43:57 -07:00
Edmund Wu
0f5c7d2bfb python3Packages.mistletoe: init at 0.7.2 2020-09-08 17:43:57 -07:00
Robert Scott
570dbab975 pythonPackages.jug: fix tests
these seem to have switched to pytest tests in 2.0.2
2020-09-08 17:04:31 -07:00
Jörg Thalheim
b99096b1f0 python3.pkgs.python-language-server: fix jedi integration
recent jedi/parso versions uses Path instead of str.
2020-09-08 14:29:15 -07:00
Jörg Thalheim
12a9a93d68 python3.pkgs.jedi: fix compatibility with parso
The current version is fundamentally broken as tested with
python-language-server because parso now uses Path instead of str
in many instances.

Backporting of the fixes is not trivial and likely breaks more stuff
than it fixes due to other refactorings in jedi, hence using a recent
commit in master seems more reasonably.
2020-09-08 14:29:15 -07:00
Jörg Thalheim
b0a8c8af6f python3.pkgs.python-language-server: 0.33.1 -> 0.34.1 2020-09-08 14:29:15 -07:00
Jörg Thalheim
12fc3e0718 python-engineio: 3.13.0 -> 3.13.2 (fix build) 2020-09-08 14:29:15 -07:00
Jonathan Ringer
9716fcd940 python3Packages.minio: fix cred tests 2020-09-08 14:24:43 -07:00
Vincent Haupert
9c6c7acf22 python3Packages.mitmproxy: 5.1.1 -> 5.2 2020-09-08 10:40:22 -07:00
Vincent Haupert
0e5657498d mitmproxy: convert to python3Packages 2020-09-08 10:40:22 -07:00
Michael Weiss
d2eb16cdf5
python3Packages.goobook: Generate and install the man page 2020-09-08 14:57:06 +02:00
Michael Weiss
9550ba71fa
python3Packages.goobook: 3.4 -> 3.5 2020-09-08 14:11:56 +02:00
Frederik Rietdijk
945fdbe1b9 pythonPackages.python-pam: remove duplicate package, fixes #97355 2020-09-08 08:13:04 +02:00
Thomas Tuegel
0b3cc29f09
Merge pull request #97242 from ttuegel/qt-5.15
Qt 5.15.0
2020-09-07 20:18:57 -05:00
R. RyanTM
7a85c05878 python27Packages.graph-tool: 2.31 -> 2.32 2020-09-07 14:14:10 -07:00
laikq
d4b6ea979a python: pyopengl-accelerate: init at 3.1.5 2020-09-07 10:49:24 -07:00
laikq
1f8f476ca2 python: rtmixer: init at 0.1.1 2020-09-07 10:49:24 -07:00
laikq
ec1f9624da python: pa_ringbuffer: init at 0.1.3 2020-09-07 10:49:24 -07:00
James ‘Twey’ Kay
0aa340b2fc imgsize: init at 2.1 2020-09-07 10:19:37 -07:00
sternenseemann
227b210693 pythonPackages.fontparts: 0.9.2 → 0.9.6 2020-09-07 10:17:24 -07:00
Thomas Tuegel
8c3cef55c5
pivy: import soqt properly 2020-09-07 10:55:46 -05:00
Thomas Tuegel
e865c6ffcc
pivy: pin to qt514 2020-09-07 10:53:37 -05:00
Thomas Tuegel
a811e37d1c
roboschool: pin to qt514 2020-09-07 10:50:10 -05:00
Vladimír Čunát
c1c85b9bad
Merge #97146: 'staging-next' branch
This is the last planned iteration before forking 20.09.
2020-09-07 15:43:36 +02:00
Thomas Tuegel
282aadbd36 Revert "python.pkgs.pyqt5: 5.14.2 -> 5.15.0"
This reverts commit 3977fed49ee33e3c42bca884a4872fdd1857ead3.
2020-09-07 08:06:36 -05:00
Timothy DeHerrera
f299399edb python.pkgs.pyqt5: 5.14.2 -> 5.15.0 2020-09-07 08:05:19 -05:00
Michael Weiss
e6cbcc2ac1
python3Packages.scapy: 2.4.3 -> 2.4.4 (#97215) 2020-09-06 20:29:31 +02:00
R. RyanTM
7dce8e2171 python27Packages.pydub: 0.24.0 -> 0.24.1 2020-09-06 10:31:19 -07:00
Frederik Rietdijk
d362c0e54e Merge master into staging-next 2020-09-06 18:14:23 +02:00
Gabriel Ebner
daa77cc74a python3Packages.uranium: 4.6.1 -> 4.7.1 2020-09-06 13:31:56 +02:00
Gabriel Ebner
497ff43da1 python3Packages.libsavitar: 4.6.1 -> 4.7.1 2020-09-06 13:31:39 +02:00
Gabriel Ebner
e60ff5a3d0 python3Packages.libarcus: 4.6.1 -> 4.7.1 2020-09-06 13:31:16 +02:00
Frederik Rietdijk
e7710c9cb9
Merge pull request #97253 from risicle/ris-tiledb-2.0.7
tiledb: 1.7.7 -> 2.0.7, pythonPackages.tiledb: 0.5.6 -> 0.6.6, enable for darwin along with libpqxx
2020-09-06 08:10:55 +02:00
Martin Weinelt
bf72d1bc7d
Merge pull request #97151 from jonringer/home_assistant_plugins
Home assistant plugins: pysqueezebox and yeelight
2020-09-06 02:20:43 +02:00
Robert Scott
22a9d9aa5b tiledb: enable for all unix, add tweaks for darwin & non-x86 systems 2020-09-05 22:43:55 +01:00
Robert Scott
438d5b6b61 pythonPackages.tiledb: 0.5.6 -> 0.6.6
include a few improvements to tests
2020-09-05 18:23:21 +01:00
Jan Tojnar
346dee1a96
Merge branch 'master' into staging-next 2020-09-05 00:31:19 +02:00
Robert Scott
48ae44b3a2 pythonPackages.duckdb: patch out attempted use of git
replace with `false` as its use here is pointless anyway.
2020-09-04 22:56:43 +01:00
Jonathan Ringer
e3c26f8c0d python3Packages.zope_i18n: remove due to prolonged breakage 2020-09-04 12:38:45 -07:00
Jonathan Ringer
bd0b0d653c python3Packages.maildir-deduplicate: remove due to prolonged breakage 2020-09-04 12:38:38 -07:00
Jonathan Ringer
8833467efc python3Packages.libarchive: remove due to prolonged breakage 2020-09-04 12:38:38 -07:00
Jonathan Ringer
bbeab7d50e python3Packages.qutip: remove due to prolonged breakage 2020-09-04 12:38:38 -07:00
Jonathan Ringer
95996a837d python3Packages.pip2nix: remove 2020-09-04 12:38:38 -07:00
nyanloutre
ca7b509dff
pythonPackages.yeelight: init at 0.5.3 2020-09-04 12:26:28 -07:00
nyanloutre
14de1392aa
pythonPackages.pysqueezebox: init at 0.4.0 2020-09-04 12:25:43 -07:00
Jonathan Ringer
3157bf1db7 python3Packages.hypothesis: 5.11.0 -> 5.30.0 2020-09-04 20:21:15 +02:00
Matthew Bauer
b3d5272ff0 numpy: set runtime_library_dirs too
This appears to be needed in some Python distutils for the library to
get on RPATH correctly. I’m not sure why this worked before, but I
needed this value set for Python 3.8 numpy to work correctly.
2020-09-04 20:10:53 +02:00
Frederik Rietdijk
af81d39b87 Merge staging-next into staging 2020-09-04 20:03:30 +02:00
Jonathan Ringer
b23f1442c5 python3Packages.ftputil: fix tests 2020-09-04 11:00:54 -07:00
R. RyanTM
ea14b3aa53 python27Packages.dominate: 2.5.1 -> 2.5.2 2020-09-04 09:48:09 -07:00
R. RyanTM
d1e19e7028 python27Packages.josepy: 1.3.0 -> 1.4.0 2020-09-04 09:47:01 -07:00
Jonathan Ringer
bd3afd631c python3Packages.sqlalchemy-citext: fix tests 2020-09-04 09:46:10 -07:00
Vladyslav Burzakovskyy
a24cac67bd django-maintenance-mode: init at 0.14.0 2020-09-04 09:44:54 -07:00
Michael Lingelbach
2a13231544 pythonPackages.apsw: 3.32.2-r1 -> 3.33.0-r1 2020-09-04 09:20:54 -07:00
Jonathan Ringer
3a3077ae24 python3Packages.azure-mgmt-keyvault: fix overridden package 2020-09-03 23:35:08 -07:00
Jonathan Ringer
fd45756014 python3Packages.azure-synapse-spark: init at 0.2.0 2020-09-03 23:35:08 -07:00
Jonathan Ringer
23ebed860a python3Packages.azure-synapse-accesscontrol: init at 0.2.0 2020-09-03 23:35:08 -07:00
Jonathan Ringer
b346c10aec python3Packages.azure-mgmt-storage: 11.1.0 -> 11.2.0 2020-09-03 23:35:08 -07:00
Jonathan Ringer
3d29275673 python3Packages.azure-mgmt-reservations: 0.7.0 -> 0.8.0 2020-09-03 23:35:08 -07:00
Jonathan Ringer
c7e7a3c909 python3Packages.azure-mgmt-containerservice: 9.2.0 -> 9.3.0 2020-09-03 23:35:08 -07:00
Jonathan Ringer
81fcdbb6f7 python3Packages.azure-mgmt-appconfiguration: 0.5.0 -> 0.6.0 2020-09-03 23:35:08 -07:00
Jonathan Ringer
781b32ab4e python3Packages.azure-multiapi-storage: 0.3.5 -> 0.4.1 2020-09-03 23:35:08 -07:00
Jonathan Ringer
e8306e3be9 python3Packages.azure-mgmt-synapse: init at 0.3.0 2020-09-03 23:35:08 -07:00
Doron Behar
a92005bc9d python.pkgs.catalogue: Remove dubplicate argument pytestCheckHook
Fixes staging evaluation.
2020-09-04 08:02:57 +02:00
Joël Perras
653d9258f5 black-macchiato: init at 1.3.0
Adds the Python package `black-macchiato`, which allows the usage of
`black` for subsets of an entire file.
2020-09-03 12:32:43 -07:00
Frederik Rietdijk
377242d587 Merge staging-next into staging 2020-09-03 19:21:10 +02:00
Frederik Rietdijk
7a4e3e5762 pythonPackages.dnspython_1: add missing file, fixes eval 2020-09-03 19:17:20 +02:00
Robert Scott
55e8cbd263
Merge pull request #96501 from jonringer/fix-phonopy
python3Packages.phonopy: fix build and tests
2020-09-03 01:33:14 +01:00
Jonathan Ringer
135a6f83ea
python3Packages.phonopy: fix build and tests 2020-09-02 16:20:57 -07:00
Robert Scott
a2842c7440
Merge pull request #96561 from jonringer/fix-jupyterhub-ldapauthenticator
python3Packages.jupyterhub-ldapauthenticator: 1.3.1 -> 1.3.2, fix build
2020-09-02 23:11:38 +01:00
Robert Scott
f1b9dcde97 pythonPackages.datasette: 0.39 -> 0.46
enable more tests that now seem to work
2020-09-02 15:07:05 -07:00
Robert Scott
4e94600604 pythonPackages.mergedeep: init at 1.3.0 2020-09-02 15:07:05 -07:00
Robert Scott
ce47cdbeaf pythonPackages.asgi-csrf: init at 0.7 2020-09-02 15:07:05 -07:00
Robert Scott
4f612035e3 pythonPackages.starlette: 0.13.6 -> 0.13.8
remove outdated comment
2020-09-02 15:07:05 -07:00
Robert Scott
063692bb10 pythonPackages.httpx: 0.12.1 -> 0.14.2
slim down some no longer needed dependencies
2020-09-02 15:07:05 -07:00
Robert Scott
e98facbda3 pythonPackages.httpcore: init at 0.10.2 2020-09-02 15:07:05 -07:00
Symphorien Gibol
e1d6f7cfa4 python3Packages.matrix-nio: 0.14.1 -> 0.15.1
https://github.com/poljar/matrix-nio/blob/master/CHANGELOG.md

no obvious compatibility issue
2020-09-02 14:44:04 -07:00
Robert Scott
3e687bf077
Merge pull request #96500 from r-ryantm/auto-update/python2.7-elasticsearch
python27Packages.elasticsearch: 7.8.1 -> 7.9.1
2020-09-02 22:14:46 +01:00
Drew Risinger
ab525faf05 python3Packages.cirq: unbreak
Remove unneeded test disables.
Add changelog.
Unpin most python dependencies.
2020-09-02 09:08:45 -07:00
John Ericson
1965a241fc
Merge pull request #61019 from volth/gcc.arch-amd
platform.gcc.arch: support for AMD CPUs
2020-09-01 22:31:16 -04:00
Robert Scott
a092c1ece7
Merge pull request #95030 from r-ryantm/auto-update/certbot
certbot: 1.6.0 -> 1.7.0
2020-09-01 22:58:21 +01:00
Aleksandar Topuzović
4751da4e13 python3Packages.solo-python: 0.0.23 -> 0.0.26 2020-09-01 10:33:47 -07:00
Daniël de Kok
2fb0ad3018 python3Packages.transformers: 3.0.2 -> 3.1.0
Transformers now has `nlp` as an optional dependency. `nlp` will
require some work to package, since it attempts to download modules
into its Python package path by default. So, the `nlp`-based test
is disable for the time being.
2020-09-01 10:33:34 -07:00
Daniël de Kok
3184a97f1c
Merge pull request #96525 from danieldk/catalogue-2.0.1
python3Packages.catalogue: 2.0.0 -> 2.0.1
2020-09-01 08:52:46 +02:00
Ivan Kozik
78167a293b pythonPackages.pdfminer_six: 20200720 -> 20200726
ocrmypdf 11.0.1 requires pdfminer_six 20200726
2020-08-31 16:59:24 -07:00
R. RyanTM
2cbc3f0aec gitAndTools.pre-commit: 2.6.0 -> 2.7.1 2020-08-31 16:50:45 -07:00
sternenseemann
48bbe60c43 pythonPackages.unicodedata2: add description 2020-08-31 14:05:45 -07:00
sternenseemann
d7ec9a7e3d pythonPackages.ufonormalizer: 0.4.1 → 0.4.2 2020-08-31 13:13:40 -07:00
kfollesdal
bf74036952 pythonPackages.databricks-connect: init at 7.1.0 2020-08-31 13:05:09 -07:00
Robert Scott
f2e3b79750 pythonPackages.howdoi: 2.0.3 -> 2.0.4, fix build
had to disable the tests (hopefully temporarily) because of missing
page_cache directory in release tarball.

removed no-longer-needed requests-cache dependency
2020-08-31 11:44:51 -07:00
Robert Scott
6bdad12b56 pythonPackages.keep: init at 2.9 2020-08-31 11:44:51 -07:00
Frederik Rietdijk
e29c1e42e0 Merge staging-next into staging 2020-08-31 19:46:33 +02:00
Frederik Rietdijk
6ab387699a python3Packages.credstash: fix build 2020-08-31 17:18:27 +02:00
Daniël de Kok
33b21aec60 pytorch-bin: init at 1.6.0 2020-08-30 11:12:16 -07:00
sternenseemann
65130398eb pythonPackages.afdko: init at 3.5.0 2020-08-30 10:17:23 -07:00
sternenseemann
e871d7ad35 pythonPackages.psautohint: init at 2.1.0 2020-08-30 10:17:23 -07:00
sternenseemann
40c0cde72e pythonPackages.ufoprocessor: init at 1.9.0 2020-08-30 10:17:23 -07:00
sternenseemann
34f05cf02f pythonPackages.mutatormath: init at 3.0.1 2020-08-30 10:17:23 -07:00
sternenseemann
03ac35ddf7 pythonPackages.ufonormalizer: init at 0.4.1 2020-08-30 10:17:23 -07:00
sternenseemann
5db55e5106 pythonPackages.fontparts: init at 0.9.2 2020-08-30 10:17:23 -07:00
sternenseemann
e591c63a4f pythonPackages.booleanoperations: init at 0.9.0 2020-08-30 10:17:23 -07:00
sternenseemann
fb67ae709f pythonPackages.defcon: init at 0.7.2 2020-08-30 10:17:23 -07:00
sternenseemann
61b57f0781 pythonPackages.fontmath: init at 0.6.0 2020-08-30 10:17:23 -07:00
sternenseemann
47addc60d5 pythonPackages.fontpens: init at 0.2.4 2020-08-30 10:17:23 -07:00
sternenseemann
3f53134108 pythonPackages.fonttools: 4.13.0 → 4.14.0 2020-08-30 10:17:23 -07:00
sternenseemann
5c000c1a03 pythonPackages.unicodedata2: init at 13.0.0-2 2020-08-30 10:17:23 -07:00
sternenseemann
c83ebad684 pythonPackages.zopfli: init at 0.1.6 2020-08-30 10:17:23 -07:00
sternenseemann
9388762bf7 pythonPackages.pytest-randomly: init at 3.4.1 2020-08-30 10:17:23 -07:00
R. RyanTM
4aa5466cbc python27Packages.qtconsole: 4.7.5 -> 4.7.6 2020-08-30 09:47:05 -07:00
Robert Scott
5f40ba47d5 pythonPackages.pint: add missing dependencies
importlib-metadata and packaging appear to have been falsely satisfied
by the inclusion of pytestCheckHook in checkInputs. this can be
demonstrated by attempting to build this package with doCheck = false.

also removed the isPy27 clause as package no longer seems to support <3.6
anyway now.
2020-08-30 09:22:37 -07:00
Ryan Mulligan
1b7b1cb976
Merge pull request #96524 from r-ryantm/auto-update/python2.7-phonenumbers
python27Packages.phonenumbers: 8.12.7 -> 8.12.8
2020-08-30 07:54:25 -07:00
Daniël de Kok
b4631b0dcc
Merge pull request #96664 from risicle/ris-blis-missing-dependency
pythonPackages.blis: add missing dependency numpy
2020-08-30 13:38:50 +02:00
Jonathan Ringer
959c24fc7c pythonPackages.parsedatetime: disable python2 2020-08-30 09:11:03 +02:00
Jonathan Ringer
973d4dd39e python3Packages.clifford: fix deps 2020-08-30 09:11:03 +02:00
Jonathan Ringer
6d565c8b69 python3Packages.cirq: fix build 2020-08-30 09:11:03 +02:00
Jonathan Ringer
75291e223f python3Packages.sphinxcontrib-openapi: fix build 2020-08-30 09:11:03 +02:00
Jonathan Ringer
56bbebe237 python3Packages.xml2rfc: fix build 2020-08-30 09:11:03 +02:00
Jonathan Ringer
aee512f62d python3Packages.catalouge: fix tests 2020-08-30 09:11:03 +02:00
Jonathan Ringer
d49fc3600e python3Packages.aioesphomeapi: fix build 2020-08-30 09:11:03 +02:00
Jonathan Ringer
fb6d6a518c python3Packages.zarr: disable <python3.5
```
  Processing ./zarr-2.4.0-py2-none-any.whl
  ERROR: Package 'zarr' requires a different Python: 2.7.18 not in '>=3.5'
```
2020-08-30 09:11:03 +02:00
Jonathan Ringer
1df01342cf python3Packages.validators: disable <python3.5
```
  Processing ./validators-0.17.1-py2-none-any.whl
  ERROR: Package 'validators' requires a different Python: 2.7.18 not in '>=3.4'
```
2020-08-30 09:11:03 +02:00
Jonathan Ringer
bfb5d918a7 python3Packages.transip: disable <python3.5 2020-08-30 09:11:03 +02:00
Jonathan Ringer
5b52eb9752 python3Packages.sounddevice: disable <python3.5 2020-08-30 09:11:02 +02:00
Jonathan Ringer
589335b829 python3Packages.smart_open: disable <python3.5 2020-08-30 09:11:02 +02:00
Jonathan Ringer
b56230d800 python3Packages.seekpath: disable <python3.5 2020-08-30 09:11:02 +02:00
Jonathan Ringer
ffebbefd43 pythonPackages.ripser: disable <python3.6 2020-08-30 09:11:02 +02:00
Jonathan Ringer
96df058bfe pythonPackages.executor: disable python2 2020-08-30 09:11:02 +02:00
Jonathan Ringer
ba537f97a7 python3Packages.dogpile-cache: disable <python3.6 2020-08-30 09:11:02 +02:00
Jonathan Ringer
a8b6169aa2 python3Packages.cloudflare: fix build 2020-08-30 09:11:02 +02:00
Jonathan Ringer
f0c9d18a6b python3Packages.paramiko: fix build with cryptography>=3.1 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
9bd7b3f283 python3Packages.zeroconf: 0.28.0 -> 0.28.2 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
ef78337439 python3Packages.virtualenv: 20.0.30 -> 20.0.31 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
18f9395e56 python3Packages.unittest-xml-reporting: 3.0.3 -> 3.0.4 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
546d293f70 python3Packages.typing_extensions: 3.7.4.2 -> 3.7.4.3 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
6281434dbb python3Packages.timelib: 0.2.4 -> 0.2.5 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
7c3ac97368 python3Packages.tifffile: 2020.8.13 -> 2020.8.25 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
ceb43ecd37 python3Packages.svglib: 1.0.0 -> 1.0.1 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
1f401e7688 python3Packages.supervisor: 4.2.0 -> 4.2.1 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
df374bd3af python3Packages.SQLAlchemy: 1.3.18 -> 1.3.19 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
412a6f2a7e python3Packages.smart_open: 2.1.0 -> 2.1.1 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
dcdcdff007 python3Packages.sarge: 0.1.5.post0 -> 0.1.6 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
c3549fc6d5 python3Packages.sabyenc3: 4.0.0 -> 4.0.2 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
703ecf9a4a python3Packages.robotframework-requests: 0.7.0 -> 0.7.1 2020-08-30 09:11:02 +02:00
Frederik Rietdijk
42e8c9cf3c python3Packages.ripser: 0.5.3 -> 0.5.4 2020-08-30 09:11:01 +02:00
Frederik Rietdijk
3bceee4b66 python3Packages.qtconsole: 4.7.5 -> 4.7.6 2020-08-30 09:11:01 +02:00
Frederik Rietdijk
0b08969bef python3Packages.pywbem: 1.0.1 -> 1.0.2 2020-08-30 09:11:01 +02:00
Frederik Rietdijk
805317d376 python3Packages.python-rtmidi: 1.4.3 -> 1.4.5 2020-08-30 09:11:01 +02:00
Frederik Rietdijk
33ddfcb8d9 python3Packages.pytest: 4.6.9 -> 4.6.11 2020-08-30 09:11:01 +02:00
Martin Weinelt
ed5c35626a python3Packages.pyipp: 0.10.1 -> 0.11.0
Loosens dependency requirements and thus fixes build with bumped yarl
version.
2020-08-29 17:37:55 -07:00
Martin Weinelt
f31f620200 python3Packages.samsungtvws: init at 1.5.3 2020-08-29 17:37:55 -07:00
Martin Weinelt
60cb1123b2 pythonPackages.samsungctl: init at 0.7.1 2020-08-29 17:37:55 -07:00
Peter Hoeg
b10edc136e dogpile.cache: add missing dep 2020-08-29 17:32:29 -07:00
Jan Tojnar
5cfd8275a6
pyexcel-xls: 0.5.8 → 0.5.9 2020-08-30 01:13:57 +02:00
Robert Scott
4b3f8bd214 pythonPackages.blis: add missing dependency numpy
blis' numpy dependency seems to have been falsely satisfied by its
inclusion in checkInputs, whereas this seems to actually be an install
dependency. this can be demonstrated by attempting to build this package
with doCheck = false and watching it fail.

also removed cython from checkInputs as it's already in nativeBuildInputs
2020-08-29 20:55:51 +01:00
Daniël de Kok
ef3dc7be23 python3Packages.deepdiff: fix by adding mmh3 dependency 2020-08-29 11:56:16 -07:00
Daniël de Kok
1beb19e39d python3Packages.mmh3: init at 2.5.1 2020-08-29 11:56:16 -07:00
Frederik Rietdijk
29ec39c5b3 python3Packages.pyopencl: 2020.2 -> 2020.2.1 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
1ee7c94953 python3Packages.PyMuPDF: 1.17.5 -> 1.17.6 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
c70e26bacf python3Packages.PyChromecast: 7.2.0 -> 7.2.1 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
c3b9b79c51 python3Packages.pyatv: 0.7.1 -> 0.7.2 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
eb521d1a48 python3Packages.pyTelegramBotAPI: 3.7.2 -> 3.7.3 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
f6b8b3484b python3Packages.phonenumbers: 8.12.7 -> 8.12.8 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
4ef9d81c93 python3Packages.parfive: 1.1.0 -> 1.1.1 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
e9bb0b5e41 python3Packages.papermill: 2.1.2 -> 2.1.3 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
8211f56941 python3Packages.pandas: 1.1.0 -> 1.1.1 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
dc7159cd61 python3Packages.openpyxl: 3.0.4 -> 3.0.5 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
d8ed224af5 python3Packages.nunavut: 0.3.4 -> 0.3.6 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
de3e467a47 python3Packages.numpy: 1.16.5 -> 1.16.6 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
45786bb8d3 python3Packages.numba: 0.51.0 -> 0.51.1 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
d52990f0b1 python3Packages.notebook: 5.7.8 -> 5.7.10 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
d3bd2848c6 python3Packages.nodeenv: 1.3.3 -> 1.3.5 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
481c8de7bd python3Packages.nipype: 1.5.0 -> 1.5.1 2020-08-29 10:23:39 -07:00
Frederik Rietdijk
838301ee48 python3Packages.netdisco: 2.8.1 -> 2.8.2 2020-08-29 10:23:38 -07:00
Frederik Rietdijk
9a6b8ffa2d python3Packages.nbclient: 0.4.1 -> 0.4.3 2020-08-29 10:23:38 -07:00
Frederik Rietdijk
70111669b0 python3Packages.mutagen: 1.43.0 -> 1.43.1 2020-08-29 10:23:38 -07:00
Frederik Rietdijk
5532b439cd python3Packages.mozhttpd: 0.7 -> 0.7.1 2020-08-29 10:23:38 -07:00
Frederik Rietdijk
715029c0bd python3Packages.apache-libcloud: 2.8.2 -> 2.8.3 2020-08-29 10:23:38 -07:00
Frederik Rietdijk
3efbfbd37d python3Packages.keyring: 21.3.0 -> 21.3.1 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
82b6f506e7 python3Packages.jupyterlab: 2.2.4 -> 2.2.6 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
a2b48cf6d2 python3Packages.jupyterhub-ldapauthenticator: 1.3.1 -> 1.3.2 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
a4e7e05fe6 python3Packages.jupyter_client: 6.1.6 -> 6.1.7 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
5b455d865c python3Packages.jupyter_client: 5.3.4 -> 5.3.5 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
bbe97221aa python3Packages.junos-eznc: 2.5.1 -> 2.5.3 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
6ec4a0be36 python3Packages.jq: 0.1.6 -> 0.1.8 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
4bde956f51 python3Packages.ipyvuetify: 1.5.0 -> 1.5.1 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
00ab5f18a6 python3Packages.inflection: 0.5.0 -> 0.5.1 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
3362cace2a python3Packages.identify: 1.4.27 -> 1.4.29 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
a54a105444 python3Packages.howdoi: 2.0.3 -> 2.0.5 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
f620dc8de4 python3Packages.google-cloud-kms: 2.0.0 -> 2.0.1 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
226ec5b258 python3Packages.globus-sdk: 1.9.0 -> 1.9.1 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
beebec3120 python3Packages.gdown: 3.12.0 -> 3.12.2 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
500bd4aad7 python3Packages.flufl.bounce: 3.0 -> 3.0.1 2020-08-29 10:22:13 -07:00
Frederik Rietdijk
12c0748314 python3Packages.Faker: 4.1.1 -> 4.1.2 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
00a9cb425b python3Packages.dominate: 2.5.1 -> 2.5.2 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
bbd2f23af4 python3Packages.docker: 4.3.0 -> 4.3.1 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
42c7f56dc1 python3Packages.django-nose: 1.4.6 -> 1.4.7 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
6eaaf2e5a0 python3Packages.Django: 2.2.14 -> 2.2.15 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
98ca65826b python3Packages.django-dynamic-preferences: 1.10 -> 1.10.1 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
1e28ed481f python3Packages.datashader: 0.11.0 -> 0.11.1 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
85ed37fc66 python3Packages.codecov: 2.1.8 -> 2.1.9 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
dba87c8e39 python3Packages.cmd2: 1.3.3 -> 1.3.8 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
72e559ccd4 python3Packages.cheroot: 8.4.4 -> 8.4.5 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
1f14a6604c python3Packages.catalogue: 2.0.0 -> 2.0.1 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
2e16ca5d02 python3Packages.botocore: 1.17.43 -> 1.17.51 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
ff04b448d9 python3Packages.boto3: 1.14.43 -> 1.14.51 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
3796d6fe3a python3Packages.awkward1: 0.2.33 -> 0.2.35 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
e88aa94aed python3Packages.atlassian-python-api: 1.16.0 -> 1.16.1 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
5e85c566c9 python3Packages.asdf: 2.7.0 -> 2.7.1 2020-08-29 10:22:12 -07:00
Frederik Rietdijk
88527da954 python3Packages.aioftp: 0.17.1 -> 0.17.2 2020-08-29 10:22:11 -07:00
R. RyanTM
24d309bedf python27Packages.splinter: 0.13.0 -> 0.14.0 2020-08-29 10:21:12 -07:00
Jan Tojnar
48413581b1 python3.pkgs.pyexcel-ods: init at 0.5.6 2020-08-29 10:20:47 -07:00
Jan Tojnar
9357dfc299 python3.pkgs.pyexcel-xsl: init at 0.5.8 2020-08-29 10:20:47 -07:00
Jan Tojnar
cadb4676c6 python3.pkgs.pyexcel: init at 0.6.4 2020-08-29 10:20:47 -07:00
Jan Tojnar
4bfca7c751 python3.pkgs.pyexcel-io: init at 0.5.20 2020-08-29 10:20:47 -07:00
Jan Tojnar
7e14da6138 python3.pkgs.lml: init at 0.9.0 2020-08-29 10:20:47 -07:00
Jan Tojnar
136aa40a0f
Merge branch 'staging-next' into staging 2020-08-29 19:18:17 +02:00
Maximilian Bosch
5f51775776
Merge pull request #96546 from seppeljordan/update-nix-prefetch-github
nix-prefetch-github: v2.4 -> v3.0
2020-08-29 18:51:29 +02:00
Gabriel Ebner
e4dfce385a
Merge pull request #96530 from r-ryantm/auto-update/pyside2
python27Packages.pyside2: 5.14.2 -> 5.15.0
2020-08-29 18:05:12 +02:00
Gabriel Ebner
e8482d86ff
Merge pull request #96608 from gebner/leanproject
mathlibtools: init at 0.0.10
2020-08-29 17:58:17 +02:00
Gabriel Ebner
0c6a84b036
Merge pull request #96614 from gebner/sentrysdk 2020-08-29 17:57:57 +02:00
Daniël de Kok
3e2dfb99b4
Merge pull request #96350 from danieldk/pytorch-remove-onednn-dependency
python3Packages.pytorch: remove oneDNN dependency
2020-08-29 17:38:08 +02:00
Gabriel Ebner
05b8615880
Merge pull request #96578 from r-ryantm/auto-update/python2.7-trimesh
python27Packages.trimesh: 3.7.14 -> 3.8.4
2020-08-29 16:44:36 +02:00
Gabriel Ebner
55e8fa4db7 python3Packages.sentry-sdk: fix build 2020-08-29 16:41:44 +02:00
Gabriel Ebner
c9bc95d613 python3Packages.pure-eval: init at 0.1.0 2020-08-29 16:41:44 +02:00
Gabriel Ebner
f210992c92
Merge pull request #96611 from gebner/rq151
python3Packages.rq: 1.5.0 -> 1.5.1
2020-08-29 16:41:21 +02:00
Gabriel Ebner
2aabbf90a7 Revert "python: kombu: 4.6.11 -> 5.0.0"
This reverts commit a34aba72c9.
2020-08-29 16:24:06 +02:00
Gabriel Ebner
1d9f62e14b python3Packages.rq: 1.5.0 -> 1.5.1 2020-08-29 16:18:23 +02:00
Emmanuel Rosa
e435c54316 pythonPackages.tldextract: add missing setuptools_scm dependency 2020-08-29 16:01:13 +02:00
Gabriel Ebner
67a280c90b mathlibtools: init at 0.0.10 2020-08-29 15:49:43 +02:00
Frederik Rietdijk
54568a1bea pythonPackages.django_1_11: no longer supported 2020-08-29 14:46:45 +02:00
Frederik Rietdijk
792c220f48 python3.pkgs.ludios_wpull: fix constraint 2020-08-29 14:33:52 +02:00
Michael Weiss
16ecb025bd python3Packages.cryptography: 3.0 -> 3.1
Backwards incompatible changes:
- Removed support for idna based U-label parsing in various X.509
  classes. This support was originally deprecated in version 2.1 and
  moved to an extra in 2.5.
2020-08-29 13:35:56 +02:00
Frederik Rietdijk
7b56d26ae3 Merge master into staging-next 2020-08-29 13:30:25 +02:00
Daiderd Jordan
80dfc6dc3c python2.pkgs.ujson: use compatible version 2020-08-29 13:26:54 +02:00
Frederik Rietdijk
b8acd0bc73 python3.pkgs.flit: use current pytest 2020-08-29 11:08:19 +02:00
R. RyanTM
00c692e184 python27Packages.trimesh: 3.7.14 -> 3.8.4 2020-08-29 03:14:38 +00:00
Maximilian Bosch
0a2fe61c81
Revert "python: mautrix: 0.5.8 -> 0.6.1"
This breaks `mautrix-telegram` which doesn't support v0.6 on its latest
stable release.

This reverts commit ad83814375.
2020-08-28 23:41:58 +02:00
Barry Moore
c4330a0ca0 pythonPackages.jupyterhub-tmpauthenticator: init at 0.6 2020-08-28 13:19:38 -07:00
Jonathan Ringer
92ad78e435 python3Packages.jupyterhub-ldapauthenticator: 1.3.1 -> 1.3.2, fix build 2020-08-28 12:51:54 -07:00
R. RyanTM
42144fd7f4 python27Packages.reportlab: 3.5.47 -> 3.5.48 2020-08-28 10:14:07 -07:00
Sebastian Jordan
e8ee221dd6 nix-prefetch-github: v2.4 -> v3.0 2020-08-28 16:35:48 +02:00
Michael Weiss
9e78e1b9ec
python3Packages.google_api_python_client: 1.10.1 -> 1.11.0 2020-08-28 16:02:34 +02:00
R. RyanTM
c90e575874 python27Packages.pyside2: 5.14.2 -> 5.15.0 2020-08-28 09:17:31 +00:00
Frederik Rietdijk
efb45f7638 Merge master into staging-next 2020-08-28 09:54:31 +02:00
Daniël de Kok
875f06c2f5 python3Packages.catalogue: 2.0.0 -> 2.0.1
Changelog:
https://github.com/explosion/catalogue/releases/tag/v2.0.1
2020-08-28 08:48:43 +02:00
R. RyanTM
a0abee58c0 python27Packages.phonenumbers: 8.12.7 -> 8.12.8 2020-08-28 06:23:59 +00:00
Drew Risinger
b72fd5c9df python3Packages.cvxpy: 1.1.4 -> 1.1.5
Changelog: https://github.com/cvxgrp/cvxpy/releases/tag/v1.1.5

Other updates:
    * Update to pytestCheckHook
    * Disable slowest tests
    * Add changelog
2020-08-27 23:05:57 -07:00
R. RyanTM
0885b9da48 python27Packages.azure-mgmt-cosmosdb: 0.16.0 -> 1.0.0 2020-08-27 22:53:32 -07:00
Benjamin Hipple
00a03fb536
Merge pull request #96498 from r-ryantm/auto-update/python2.7-bitarray
python27Packages.bitarray: 1.5.1 -> 1.5.3
2020-08-27 23:10:01 -04:00
R. RyanTM
824a2420bc python27Packages.jwcrypto: 0.7 -> 0.8 2020-08-27 19:03:36 -07:00
georgewhewell
4725db62be spotipy: fix build 2020-08-27 19:01:54 -07:00
Yevhen Shymotyuk
2f7d440acc python3Packages.pipx: 0.15.5.0 -> 0.15.5.1 2020-08-27 18:14:58 -07:00