Commit Graph

16526 Commits

Author SHA1 Message Date
Drew Risinger aec8e04689 python3Packages.qiskit-aer: 0.4.1 -> 0.5.0 2020-04-23 18:02:18 -04:00
Drew Risinger c6ea35d599 python3Packages.qiskit-terra: 0.12.0 -> 0.13.0
Also add in optional visualization inputs as default to ensure that
they are in the environment when used at runtime.
Some hacks to avoid packaging retworkx (uses a semi-complicated Rust ->
Python packaging system, will try to get that packaged in future).
For now, just disabling retworkx, will need to package it in future.
2020-04-23 18:02:18 -04:00
Drew Risinger e218af21ab python3Packages.retworkx: init at 0.3.3
Replacement for networkx in qiskit-terra.
2020-04-23 18:02:18 -04:00
Drew Risinger 1940e83201 python3Packages.fastjsonschema: init at 2.14.4 2020-04-23 18:02:18 -04:00
Drew Risinger 69a7c3ba2d pythonPackages.python-constraint: init at 1.4.0 2020-04-23 18:02:18 -04:00
Matt Huszagh 51502a7240 pyclipper: init at 1.1.0.post3 2020-04-23 11:31:42 -07:00
Frederik Rietdijk cff0669a48 Merge master into staging-next 2020-04-23 08:11:16 +02:00
Benjamin Hipple 21be830522
Merge pull request #85799 from matthewbauer/blas-lapack-expand-docs
BLAS/LAPACK fixup and expand docs
2020-04-22 21:56:20 -04:00
Drew af3e5fc48a
pythonPackages.arrow: fix license (#85803) 2020-04-22 16:40:23 -04:00
Enno Lohmeier d1cc4c139b pythonPackages.caldav: unbreak build 2020-04-22 12:32:52 -07:00
Matthew Bauer 3d18975478 python.pkgs.scipy: set SCIPY_USE_G77_ABI_WRAPPER=1
To avoid segmentation fault on MKL, we need to use the CBLAS ABI.
Normally, scipy will autodetect this, but here we don’t link using the
‘libmkl_rt.so’ name. So we need to manually set this.

See 50012918db/doc/source/building/linux.rst (fortran-abi-mismatch)
2020-04-22 12:38:28 -05:00
Frederik Rietdijk 6c13816249 Merge staging-next into staging 2020-04-22 17:20:43 +02:00
Frederik Rietdijk 8374a2a0ee Merge master into staging-next 2020-04-22 17:20:20 +02:00
Michael Weiss c6e3c006b1 python3Packages.cryptography: 2.9 -> 2.9.1
"Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
OpenSSL 1.1.1g."
2020-04-22 17:08:52 +02:00
Michael Weiss 2319f0c168
python3Packages.google_api_python_client: 1.8.1 -> 1.8.2 2020-04-22 14:12:55 +02:00
Domen Kožar a63762ace8
Merge pull request #72091 from xwvvvvwx/reproducible-pytest4
python3Packages.pytest4: deterministic bytecode
2020-04-22 14:05:09 +02:00
Jörg Thalheim c1f5ac41a3
python3.pkgs.snitun: fix port binding conflicts in test 2020-04-22 07:31:54 +01:00
Drew Risinger 512a85d334 pythonPackages.pylatexenc: 2.1 -> 2.2 2020-04-21 20:23:17 -07:00
Evan Stoll d3a41f3c23 pythonPackages.pyroma: init at 2.6 2020-04-21 17:17:13 -07:00
Lars Jellema 800dd4b7da python3Packages.simpleaudio: init at 1.0.4 2020-04-21 17:13:49 -07:00
Symphorien Gibol 5bc1773390 python3Packages.matrix-nio: add symphorien as maintainer 2020-04-21 16:35:58 -07:00
Symphorien Gibol 1d0aae0bc9 python3Packages.matrix-nio: 0.9.0 -> 0.10.0 2020-04-21 16:35:58 -07:00
Martin Weinelt c0c8dcd828 pythonPackages.pulsectl: init at 20.4.3 2020-04-21 16:17:36 -07:00
Jonathan Ringer 5d4162e9f9 python3Packages.dotnetcore2: 2.1.11 -> 2.1.13
instead of installing only what's needed, remove extraneous executable
2020-04-21 14:40:26 -07:00
Michael Weiss 0d1194704b
python3Packages.google_api_python_client: 1.8.0 -> 1.8.1
This contains a fix for the goobook build which would break due to this
update.
2020-04-21 22:08:50 +02:00
Frederik Rietdijk 23be4a8b4d Merge master into staging-next 2020-04-21 19:59:56 +02:00
Frederik Rietdijk ec21df329a
Merge pull request #85636 from matthewbauer/blas-lapack-fix-fallout-from-83888
BLAS/LAPACK fix fallout from #83888
2020-04-21 19:59:16 +02:00
Frederik Rietdijk 803b3d296c Merge staging-next into staging 2020-04-21 08:29:51 +02:00
Frederik Rietdijk ef1679a038
Merge pull request #85171 from bcdarwin/python3-mayavi
python3Packages.mayavi: update from Python 2 to Python 3 (and switch from wxPython to pyqt5)
2020-04-21 08:01:57 +02:00
Dmitry Kalinkin c7d4882ab1
python3Packages.matplotlib: 3.1.3 -> 3.2.1, and various cleanups (#84362)
* pythonPackages.matplotlib: add veprbl to maintainers

* pythonPackages.matplotlib: remove an old darwin hack

* pythonPackages.matplotlib: remove python and stdenv from buildInputs

* python3Packages.matplotlib: remove a hack for python33

* pythonPackages.matplotlib: remove outdated checkPhase

Downloading the baseline_images is not a real issue, building against
older freetype (local_freetype = True) is, perhaps, not what we
want. The good news is that the tests would pass (tested on 3.2.1) if
we were to enable them:

========== 6684 passed, 1332 skipped, 10 xfailed in 228.64s (0:03:48) ==========

* pythonPackages.matplotlib: provide setup.cfg from a file instead of a patch

* python3Packages.matplotlib: 3.1.3 -> 3.2.1
2020-04-21 07:56:13 +02:00
Raphael Borun Das Gupta 5dc6f02d77 lektor: fix "ImportError: No module named pkg_resources" 2020-04-21 07:42:35 +02:00
John Ericson 607522c78d numpy: Use blas and lapack dev outputs for include dirs 2020-04-20 21:40:48 -04:00
Matthew Bauer ff2f2644f8 blas,lapack: use isILP64 instead of is64bit
This is a better name since we have multiple 64-bit things that could
be referred to.

LP64  : integer=32, long=64, pointer=64
ILP64 : integer=64, long=64, pointer=64
2020-04-20 16:02:43 -05:00
Matthew Bauer 015f46beba numpy: set lapack,blas library names correctly 2020-04-20 13:53:29 -05:00
Jörg Thalheim 216237e349
Merge pull request #85579 from siriobalmelli-foss/fix/howdoi 2020-04-20 10:41:53 +01:00
Pierre Bourdon f52443efae pythonPackages.pyopengl: avoid dragging in 500M of -dev packages
Only the actual shared libraries are required to be installed, and they
are imported directly by path via ctypes. The package's patchPhase
already takes care of embedding the Nix store paths of the required
libraries into pyopengl.

This reduces the transitive closure size of PyOpenGL: 622M -> 136M.
2020-04-20 08:54:36 +02:00
Maximilian Bosch 45948bd56b
python3Packages.pytesseract: 0.3.3 -> 0.3.4
https://pypi.org/project/pytesseract/0.3.4/
2020-04-19 22:43:03 +02:00
Sirio Balmelli 85501cae5e
howdoi: cachelib and appdirs dependencies _also_ needed for Linux.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-19 19:43:08 +00:00
Sirio Balmelli 0e48a68559
howdoi: fix Darwin build dependencies
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-19 21:39:37 +02:00
worldofpeace 2a8f5b02b7
Merge pull request #85571 from rnhmjoj/secretstorage
pythonPackages.secretstorage: drop old dependency
2020-04-19 13:19:56 -04:00
rnhmjoj c9a77e4d6d
pythonPackages.secretstorage: drop old dependency
pygobject was an optional dependency at some point but it has been
removed and is no longer needed.
2020-04-19 19:18:18 +02:00
rnhmjoj a3e64e81fc
pythonPackages.publicsuffix2: init at 2.2019-12-21 2020-04-19 11:19:27 +02:00
Vladimír Čunát e233a9d4dd
Merge #84442: staging-next branch 2020-04-18 23:11:00 +02:00
John Ericson 1ea80c2cc3 Merge remote-tracking branch 'upstream/master' into staging 2020-04-18 15:40:49 -04:00
Markus Wamser 5fbab6dabb
pythonPackages.pdfposter init at 0.7.post1 (#82926)
Signed-off-by: Markus S. Wamser <github-dev@mail2013.wamser.eu>
2020-04-18 13:15:29 -04:00
Pavol Rusnak fadcfc3ea4
treewide: per RFC45, remove more unquoted URLs 2020-04-18 14:04:37 +02:00
Vladimír Čunát d96487b9ca
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
Vladimír Čunát 312e9037f4
python2.pkgs.cryptography: fixup build of dependants
... most notably fix pyopenssl.  I can't say I really understand this,
but the commit seems safe enough.
2020-04-18 07:39:10 +02:00
John Ericson 33c2a76c5e Merge remote-tracking branch 'upstream/master' into staging 2020-04-17 18:40:51 -04:00
Matthew Bauer 1c8aba8334 treewide: use blas and lapack
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.

treewide: cleanup from blas/lapack changes

A few issues in the original treewide:

- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
Matthieu Coudron c881dd5e68 pythonPackages.pagelabels: init at 1.2.0
Used in termpdf I want to package.
2020-04-17 21:01:17 +02:00
Matthieu Coudron c0a498b5d5 pythonPackages.pdfrw: init at 0.4.0 2020-04-17 21:01:17 +02:00
Jörg Thalheim ee6f5a32bb
python38.pkgs.python-jsonrpc-server: disable for python38 2020-04-17 11:22:35 +01:00
Timo Kaufmann 42ca7c114e
Merge pull request #85176 from timokau/zimports-init
python.pkgs.zimports: init at 0.2.0
2020-04-17 09:43:12 +00:00
Drew Risinger 0b6602c9a2 python3Packages.cirq: fix test failures (ZHF)
Also build on aarch64 by disabling a few failing tests.
2020-04-16 18:44:02 -07:00
ajs124 9e34eccb0f pythonPackages.rtslib: 2.1.71 -> 2.1.72 2020-04-16 12:56:28 -07:00
ajs124 15e790cec8 pythonPackages.configshell: 1.1.27 -> 1.1.28 2020-04-16 12:54:21 -07:00
R. RyanTM 88be9a1b2f python27Packages.foxdot: 0.8.5 -> 0.8.7 2020-04-16 12:51:21 -07:00
Constantine Glen Evans dfbee5e556
tensorflow-bin_2: fix tensorboard pip-hack collision 2020-04-16 12:44:06 -07:00
Constantine Glen Evans efa52177ff
tensorflow-bin_2: change tensorflow-tensorboard to _2 2020-04-16 12:25:50 -07:00
R. RyanTM f7500ace8d dkimpy: 1.0.2 -> 1.0.4 2020-04-16 10:31:36 -07:00
Jan Tojnar 4b706490da
Merge branch 'staging-next' into staging 2020-04-16 10:10:38 +02:00
Jan Tojnar 3d8e436917
Merge branch 'master' into staging-next 2020-04-16 10:09:43 +02:00
Jonathan Ringer 0eec28560f python3Packages.ibis: 1.2.0 -> 1.3.0, fix tests 2020-04-15 21:19:26 -07:00
R. RyanTM 7cfd7367c1 python27Packages.autopep8: 1.5 -> 1.5.1 2020-04-15 17:22:02 +02:00
Matthew Bauer 849f26d61c python.pkgs.grpcio: use system openssl, zlib, and c-ares 2020-04-14 15:13:37 -04:00
Ben Darwin 9b83c440f6 python3Packages.mayavi: build for Python 3 instead of Python 2
- switch from wxPython to Qt5
2020-04-14 12:43:56 -04:00
R. RyanTM dee5dcbfb5 python37Packages.sphinxcontrib-katex: 0.5.1 -> 0.6.0 2020-04-14 00:13:14 -07:00
Rakesh Gupta 90c1406964 pythonPackages.py-multibase: init at 1.0.1 2020-04-14 00:12:52 -07:00
R. RyanTM 7c309eceeb python27Packages.swagger-ui-bundle: 0.0.5 -> 0.0.6 2020-04-13 21:33:32 -07:00
John Ericson c8a6ea5161 Merge remote-tracking branch 'upstream/master' into staging 2020-04-13 22:17:15 -04:00
Matthew Bauer e520d6af29
Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020
Cross compilation fixes [april 2020]
2020-04-13 16:48:38 -04:00
Timo Kaufmann c26ee28613 python.pkgs.zimports: init at 0.2.0
The author gives a pretty good overview of why one would want to use
zimports over other import organizers:

https://github.com/sqlalchemyorg/zimports/tree/0.2.0#zzzeek-why-are-you-writing-one-of-these-there-are-a-dozen-pep8-import-fixers
2020-04-13 21:27:03 +02:00
Ben Darwin 2d8f346c7c python3Packages.envisage: update and disable for Python 2
- next release will drop support for Python 2
2020-04-13 14:04:50 -04:00
R. RyanTM ba9116774c python37Packages.PyChromecast: 4.2.0 -> 4.2.3 2020-04-13 10:41:39 -07:00
R. RyanTM a710a997e5 python37Packages.pikepdf: 1.10.2 -> 1.11.0 2020-04-13 10:17:09 -07:00
R. RyanTM 51ed7a044c python27Packages.gphoto2: 2.2.1 -> 2.2.2 2020-04-13 10:14:24 -07:00
sternenseemann 0648fed704 pythonPackages.pypandoc: 2018-06-18 -> 1.5 2020-04-13 09:50:54 -07:00
Jan Tojnar a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
Rakesh Gupta a9655812a3 pythonPackages.py-multihash: init at 0.2.3 2020-04-13 09:47:48 -07:00
makefu 382fcf9a09 python3Packages.hydra-check: init at 1.1.1 2020-04-13 09:47:18 -07:00
R. RyanTM 5c4f8b3582 python27Packages.python-nomad: 1.1.0 -> 1.2.1 2020-04-13 09:45:47 -07:00
R. RyanTM 49fb730fab python37Packages.gensim: 3.8.1 -> 3.8.2 2020-04-13 09:43:55 -07:00
R. RyanTM 6f64fb9b2d python27Packages.gspread: 3.3.0 -> 3.3.1 2020-04-13 09:43:27 -07:00
Ben Darwin 5ac182265e python3Packages.pyface: remove optional wxPython dep 2020-04-13 12:33:51 -04:00
Ben Darwin 21f191cddb python3Packages.apptools: fix build 2020-04-13 12:32:37 -04:00
Mario Rodas 3b9ea3750a
Merge pull request #85134 from r-ryantm/auto-update/python2.7-diff_cover
python27Packages.diff_cover: 2.6.0 -> 2.6.1
2020-04-13 07:54:45 -05:00
Michele Guerini Rocco 64e9b709de
Merge pull request #84954 from unode/master
mnemosyne: Fix Qt related segfault and OpenGL warning
2020-04-13 12:56:14 +02:00
Renato Alves af17bae209
pythonPackages.cherrypy: disable failing test 2020-04-13 12:32:01 +02:00
R. RyanTM 4dd53b2fc2 python27Packages.diff_cover: 2.6.0 -> 2.6.1 2020-04-13 09:27:33 +00:00
Jon Banafato 2da6401bc2 pythonPackages.ofxtools: unbreak
- Remove `sqlalchemy` from `buildInputs`. This dependency was removed in
  [0.7.0]. Per the project's readme, `ofxtools` only depends on the
  standard library.

- Disable for Python versions older than 3.7, the minimum Python version
  supported by `ofxtools` starting with the [0.8.17] release.

- Fix the `checkPhase` by fetching from GitHub instead of PyPI to get a
  distribution that includes tests, overriding the home directory to
  allow tests that depend on it being writeable, and switching to
  `nosetests` to match the upstream project's test setup.

[0.7.0]: 8a795787d9
[0.8.17]: ddeda980ed
2020-04-13 00:26:35 -07:00
R. RyanTM 15f8446bba python27Packages.azure-mgmt-monitor: 0.8.0 -> 0.9.0 2020-04-13 00:16:34 -07:00
Jonathan Ringer 976cb854fd fluidasserts: mark broken
The dependency tree pins many versions to a patch number,
makes it too fragile with how often the packages get bumped.
2020-04-12 10:24:18 -07:00
Mario Rodas f5f3ef5389
Merge pull request #84970 from r-ryantm/auto-update/python2.7-shodan
python27Packages.shodan: 1.22.0 -> 1.23.0
2020-04-12 03:53:09 -05:00
R. RyanTM a50ee7f98d python27Packages.smart_open: 1.9.0 -> 1.11.0 2020-04-11 21:40:58 -07:00
R. RyanTM f19d5dd11f python37Packages.pyhomematic: 0.1.62 -> 0.1.65 2020-04-11 21:40:36 -07:00
Timo Kaufmann 8febf8babe
Merge pull request #85027 from timokau/pymc3-unbreak
python3.pkgs.pymc3: unbreak; update arviz, tensorflow-probability
2020-04-11 20:43:07 +00:00
Timo Kaufmann b7b33e2c5d python3.pkgs.pymc3: unbreak
The arviz and packaging dependencies are needed since the update to
pymc3 3.8.
2020-04-11 22:11:19 +02:00
Timo Kaufmann 346197e57c python.pkgs.arviz: 0.6.1 -> 0.7.0
Fixes a test failure that was caused by the numba update in
4362401fa3.
2020-04-11 22:11:17 +02:00
Timo Kaufmann 04d3adb82f python.pkgs.tensorflow-probability: 0.7 -> 0.8.0
This unbreaks the build by updating to a newer version, adding new
dependencies and backporting some patches.

0.9 is released already, but that version is no longer compatible with
tf1. 0.8.0 is compatible with tf1 and tf2.
2020-04-11 22:11:16 +02:00
Mario Rodas 6246f24f46
Merge pull request #84957 from marsam/fix-python3Packages.gst-python-darwin
python3Packages.gst-python: fix build on darwin
2020-04-11 13:12:12 -05:00
Dmitry Kalinkin 5c72e84169
pythonPackages.awkward1: use pytestCheckHook 2020-04-11 11:31:41 -04:00
Dmitry Kalinkin ab1c67eacd
pythonPackages.awkward1: 0.1.38 -> 0.2.12 2020-04-11 11:31:37 -04:00
Peter Hoeg b5ec6ade60
Merge pull request #84964 from r-ryantm/auto-update/python3.7-snapcast
python37Packages.snapcast: 2.0.10 -> 2.1.0
2020-04-11 23:16:30 +08:00
R. RyanTM b6dafe8a21 python27Packages.shodan: 1.22.0 -> 1.23.0 2020-04-11 03:26:07 +00:00
R. RyanTM 35b071b465 python37Packages.snapcast: 2.0.10 -> 2.1.0 2020-04-11 02:18:42 +00:00
worldofpeace 5bca1a7664
Merge pull request #84268 from bhipple/u/nose2
python3Packages.nose2: 0.9.1 -> 0.9.2 and fix build for ZHF
2020-04-10 17:57:07 -04:00
R. RyanTM 0be4187c9d python27Packages.podcastparser: 0.6.4 -> 0.6.5 2020-04-10 14:20:24 -07:00
R. RyanTM 4e4e57bdd3 python27Packages.jwcrypto: 0.6.0 -> 0.7 2020-04-10 13:06:33 -07:00
Marco Orovecchia 2467e22bdf pythonPackages.HAP-python: init at 2.7.0 2020-04-10 13:03:28 -07:00
R. RyanTM 19ecaba428 python27Packages.pid: 3.0.0 -> 3.0.3 2020-04-10 12:55:53 -07:00
R. RyanTM 386ded63b6 python37Packages.azure-core: 1.3.0 -> 1.4.0 2020-04-10 12:25:36 -07:00
R. RyanTM 75e9b071f8 python37Packages.aiosqlite: 0.11.0 -> 0.12.0 2020-04-10 12:18:47 -07:00
Marco Orovecchia 6e72b95a93 pythonPackages.aioharmony: init at 0.2.1 2020-04-10 12:17:42 -07:00
Jonathan Ringer 877897d0a8 python38Packages.fire: disable fragile test 2020-04-10 12:10:45 -07:00
R. RyanTM d1d7f86f6f python27Packages.fire: 0.3.0 -> 0.3.1 2020-04-10 12:10:45 -07:00
R. RyanTM 4b011ce9ee python27Packages.gmusicapi: 12.1.1 -> 13.0.0 2020-04-10 12:03:01 -07:00
R. RyanTM 9c6cfa787e python27Packages.django-webpack-loader: 0.6.0 -> 0.7.0 2020-04-10 12:00:16 -07:00
R. RyanTM 378c7c5e06 python27Packages.databricks-cli: 0.9.1 -> 0.10.0 2020-04-10 11:59:47 -07:00
R. RyanTM b7d77ef721 python27Packages.azure-mgmt-compute: 11.1.0 -> 12.0.0 2020-04-10 11:48:42 -07:00
R. RyanTM 05d265d62e python27Packages.azure-mgmt-resource: 8.0.1 -> 9.0.0 2020-04-10 11:41:35 -07:00
R. RyanTM 9569bf8223 python27Packages.azure-mgmt-rdbms: 2.1.0 -> 2.2.0 2020-04-10 11:32:54 -07:00
Benjamin Hipple 2400712f96
Merge pull request #84855 from drewrisinger/dr-pr-cvxpy-bump
python3Packages.cvxpy: 1.0.25 -> 1.0.31
2020-04-10 13:48:20 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Benjamin Hipple 67303ddff6
Merge pull request #84907 from r-ryantm/auto-update/python3.7-breathe
python37Packages.breathe: 4.14.1 -> 4.14.2
2020-04-10 11:51:24 -04:00
R. RyanTM 10292a3df7 python27Packages.casttube: 0.2.0 -> 0.2.1 2020-04-10 14:21:43 +00:00
R. RyanTM 64eacb2f5e python37Packages.breathe: 4.14.1 -> 4.14.2 2020-04-10 13:59:42 +00:00
Jan Tojnar 1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
Jonathan Ringer 2e6fb22992 python2Packages.cryptography: add missing ipaddress dependency 2020-04-10 12:04:47 +02:00
Mario Rodas fa032124bb
python3Packages.gst-python: fix build on darwin 2020-04-10 04:20:00 -05:00
Marco Orovecchia 6fcf77e87a pythonPackages.pynanoleaf: init at 0.0.5 2020-04-10 01:06:23 -07:00
R. RyanTM b963436217 magic-wormhole: 0.11.2 -> 0.12.0 2020-04-10 00:16:28 -07:00
Ben Darwin 0dd910d470 python3Packages.graspy: init at 0.2 2020-04-10 00:08:42 -07:00
Daniël de Kok d8a7d04a29 python3Packages.somajo: 2.0.4 -> 2.0.5
Changelog:

- Add heuristics for ambiguous quotation marks (issue #11).
- Avoid false positives for emoticons that contain a space (issue
  #12).
- Correctly tokenize obfuscated email addresses that contain spaces.
- Do not split tl;dr and its German variant zl;ng.

https://github.com/tsproisl/SoMaJo/releases/tag/v2.0.5
2020-04-10 00:08:13 -07:00
Drew Risinger 9fe0d579c2 python3Packages.cvxpy: 1.0.25 -> 1.0.31 2020-04-09 17:47:27 -04:00
Jonathan Ringer 402e921624 apache-airflow: unpin colorlog 2020-04-09 12:51:34 -07:00
R. RyanTM 5dc0610564 python27Packages.colorlog: 4.0.2 -> 4.1.0 2020-04-09 12:51:34 -07:00
worldofpeace 939fcdcbdd
Merge pull request #84817 from pbogdan/libvirt-6.2.0
libvirt: 6.1.0 -> 6.2.0
2020-04-09 14:38:41 -04:00
Jonathan Ringer 85210bff62 python2Packages.variants: fix tests 2020-04-09 11:23:27 -07:00
Rakesh Gupta 6a6cb2bd70 pythonPackages.varint: init at 1.0.2 2020-04-09 10:16:08 -07:00
Mario Rodas 51bc256abb python3Packages.pglast: 1.8 -> 1.10 2020-04-09 10:05:14 -07:00
Ben Darwin 0473d4d62e python2Packages.traitsui: remove optional wxPython dependency 2020-04-09 10:04:04 -07:00
Ben Darwin e67d840931 python2Packages.apptools: 4.4.0 -> 4.5.0 2020-04-09 10:01:58 -07:00
lewo 47daa683c9
Nipy ecosystem: quote homepage urls 2020-04-09 16:55:03 +02:00
Ben Darwin 92763dd8f1 python3Packages.nitime: quote homepage URL 2020-04-09 10:45:09 -04:00
Ben Darwin 7e2f26ea05 python3Packages.nilearn: quote homepage URL 2020-04-09 10:44:55 -04:00
Ben Darwin 8073255e47 python3Packages.nibabel: quote homepage URL 2020-04-09 10:44:40 -04:00
Ben Darwin e31f63b45a python3Packages.nipy: quote homepage URL 2020-04-09 10:43:53 -04:00
Jörg Thalheim a0bfecdd78
Merge pull request #84659 from DamienCassou/damien/weboob2.0
weboob: 1.5 -> 2.0
2020-04-09 12:42:39 +01:00
Piotr Bogdan 5d9fd048ab python3Packages.libvirt: 6.1.0 -> 6.2.0 2020-04-09 10:34:07 +01:00
Tor Hedin Brønner 88607e0e02
Merge pull request #84694 from hedning/gnome-3.36.1
Gnome 3.36.1
2020-04-09 10:37:23 +02:00
Jan Tojnar a5c5a74c96
python3.pkgs.pyatspi: 2.34.0 → 2.36.0
https://ftp.gnome.org/pub/GNOME/sources/pyatspi/2.36/pyatspi-2.36.0.news
2020-04-09 10:24:08 +02:00
Rakesh Gupta b1aca4f66a pythonPackages.morphys: init at 1.0 2020-04-08 11:05:54 -07:00
Rakesh Gupta 9449ee6c01 pythonPackages.python-baseconv: init at 1.2.2 2020-04-08 10:49:38 -07:00
Jörg Thalheim 7a2920e910
weboob: quote url 2020-04-08 17:18:33 +01:00
Drew Risinger 09cd8b63b0 python3Packages.qiskit-aqua: disable slow tests
Arbitrarily disable any tests > 10s on my machine to lighten the build
load (both for borg CI & Hydra builds). All disabled slow tests pass
locally.
2020-04-07 18:41:16 -07:00
Drew Risinger e6b50a24b7 pythonPackages.qiskit: 0.14.0 -> 0.17.0
Updates the qiskit package to follow new Git structure, where
subcomponents are broken into separate packages (terra, aer, etc).

Refactor/cleanup
2020-04-07 18:41:16 -07:00
Drew Risinger 42a1271047 pythonPackages.IBMQuantumExperience: remove deprecated package
Package was deprecated, and effectively replaced by
pythonPackages.qiskit-ibmq-provider.
2020-04-07 18:41:16 -07:00
Drew Risinger 201aacce15 python3Packages.qiskit-ibmq-provider: 0.5.0 -> 0.6.0 2020-04-07 18:41:16 -07:00
Drew Risinger 0261e874d6 pythonPackages.ipyvuetify: init at 1.2.2 2020-04-07 18:41:16 -07:00
Drew Risinger 2e231d51ec pythonPackages.ipyvue: init at 1.3.1 2020-04-07 18:41:16 -07:00
R. RyanTM 920220123e python37Packages.spyder: 4.1.1 -> 4.1.2 2020-04-07 13:21:58 -07:00
Damien Cassou 13a9f136b4
weboob: 1.5 -> 2.0
Neither --qt nor --xdg are supported anymore.
2020-04-07 21:35:59 +02:00
Matthias Beyer e4a7fe8f4b python3Packages.flask-reverse-proxy-fix: init at 0.2.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-07 12:18:22 -07:00
R. RyanTM 52826281e7 python27Packages.sqlmap: 1.4.3 -> 1.4.4 2020-04-07 12:00:03 -07:00
Daniel Wheeler ae1b83c933 python37Packages.fastapi: 0.49.0 -> 0.54.0 2020-04-07 11:23:32 -07:00
R. RyanTM bc23a9e22b python37Packages.starlette: 0.12.9 -> 0.13.2 2020-04-07 11:23:32 -07:00
R. RyanTM 041c890c58 python37Packages.nest-asyncio: 1.3.0 -> 1.3.2 2020-04-07 10:57:07 -07:00
R. RyanTM b914c284d9 python27Packages.patch-ng: 1.17.2 -> 1.17.4 2020-04-07 10:50:55 -07:00
R. RyanTM a2ca435007 python27Packages.graph-tool: 2.30 -> 2.31 2020-04-07 10:41:28 -07:00
R. RyanTM 84b95b46d8 python27Packages.soco: 0.18.1 -> 0.19 2020-04-07 10:32:21 -07:00
R. RyanTM a6ad30c937 python27Packages.txtorcon: 19.1.0 -> 20.0.0 2020-04-07 10:31:52 -07:00
R. RyanTM b13722a769 python27Packages.yamllint: 1.20.0 -> 1.21.0 2020-04-07 10:27:15 -07:00
R. RyanTM a76df6a6c1 python27Packages.spotipy: 2.9.0 -> 2.10.0 2020-04-07 10:25:46 -07:00
R. RyanTM 91203053fa python27Packages.simplekml: 1.3.3 -> 1.3.5 2020-04-07 10:25:22 -07:00
R. RyanTM c2a5c900e7 python27Packages.whisper: 1.1.6 -> 1.1.7 2020-04-07 10:24:59 -07:00
R. RyanTM 7e4297fb9a python27Packages.stripe: 2.43.0 -> 2.44.0 2020-04-07 10:24:29 -07:00
R. RyanTM 2e04652e7a python27Packages.virtualenv-clone: 0.5.3 -> 0.5.4 2020-04-07 10:16:27 -07:00
Jonathan Ringer 729000eadc python3Packages.azure-storage: 0.20.3 -> 0.36.0 2020-04-07 10:12:47 -07:00
Jonathan Ringer 8c9f06e5b5 python3Packages.monty: fix tests 2020-04-07 10:12:14 -07:00
Ryan Mulligan b37114b2f6
Merge pull request #84553 from r-ryantm/auto-update/python2.7-pony
python27Packages.pony: 0.7.12 -> 0.7.13
2020-04-07 09:57:18 -07:00
Mario Rodas 4c025622e2
Merge pull request #84569 from r-ryantm/auto-update/python3.7-xdis
python37Packages.xdis: 4.2.3 -> 4.2.4
2020-04-07 05:27:18 -05:00
Mario Rodas 2578506248
Merge pull request #84557 from r-ryantm/auto-update/python3.7-moviepy
python37Packages.moviepy: 1.0.1 -> 1.0.2
2020-04-07 05:18:47 -05:00
R. RyanTM 7fc838bc4d python37Packages.xdis: 4.2.3 -> 4.2.4 2020-04-07 07:48:29 +00:00
R. RyanTM 50a535c52f python37Packages.moviepy: 1.0.1 -> 1.0.2 2020-04-07 06:28:03 +00:00
R. RyanTM 74caf987c6 python27Packages.pony: 0.7.12 -> 0.7.13 2020-04-07 05:13:20 +00:00
R. RyanTM 08c7b8187f python37Packages.pytest-html: 2.1.0 -> 2.1.1 2020-04-06 21:29:07 -07:00
R. RyanTM 6e92198fcb python27Packages.pyroute2: 0.5.10 -> 0.5.11 2020-04-06 21:28:19 -07:00
Lily Ballard 71b1be3305 python3Packages.ftfy: Fix dependencies
`ftfy` depends on `setuptools`. This is not declared by `ftfy` directly,
but without it you'll get a `ModuleNotFoundError`.
2020-04-06 21:11:06 -07:00
R. RyanTM 2687432f09 python37Packages.pyhcl: 0.4.1 -> 0.4.2 2020-04-06 21:10:20 -07:00
Andreas Wiese 3696ca1592 pythonPackages.python-vipaccess: 0.10.3 -> 0.12 2020-04-06 21:09:57 -07:00
R. RyanTM 2c396925c3 python27Packages.pymupdf: 1.16.12 -> 1.16.16 2020-04-06 21:09:04 -07:00
Maciej Krüger 4e71d7ed46 pythonPackages.pam: init at 1.8.4 2020-04-06 21:07:33 -07:00
Jonathan Ringer 2719bdf087 python3Packages.jupyterlab: 2.0.0 -> 2.1.0 2020-04-06 21:00:27 -07:00
R. RyanTM 9ccf19b67d python37Packages.jupyterlab_server: 1.0.7 -> 1.1.0 2020-04-06 21:00:27 -07:00
R. RyanTM 2996a3f296 python27Packages.numpy-stl: 2.10.1 -> 2.11.0 2020-04-06 20:54:45 -07:00
Jonathan Ringer eb60e6017f python2Packges.jaraco_classes: disable for python2
Abandoned by upstream
2020-04-06 20:53:02 -07:00
R. RyanTM cd5684f27d python38Packages.jaraco_classes: 3.0.0 -> 3.1.0 2020-04-06 20:53:02 -07:00
R. RyanTM 88d5e1ed08 python27Packages.isbnlib: 3.9.10 -> 3.10.0 2020-04-06 16:00:08 -07:00
R. RyanTM 519334cb6c python27Packages.ipympl: 0.3.3 -> 0.5.6 2020-04-06 15:59:21 -07:00
R. RyanTM 40affc01a0 python27Packages.denonavr: 0.7.12 -> 0.8.1 2020-04-06 13:46:37 -07:00
R. RyanTM d689045a02 python37Packages.etesync: 0.10.0 -> 0.11.1 2020-04-06 13:44:07 -07:00
Matthew Bauer c6ff360cc4 python-dbusmock: avoid eval error when missing test output of bluez
This fixes an evaluation error that occurs when we don’t have
bluez.test. getOutput defaults to "out" in these cases.
2020-04-06 16:36:30 -04:00
R. RyanTM 8cf51459ed python27Packages.lark-parser: 0.8.2 -> 0.8.5 2020-04-06 13:35:53 -07:00
R. RyanTM 43d9476228 python37Packages.elementpath: 1.4.2 -> 1.4.3 2020-04-06 13:35:30 -07:00
R. RyanTM 24590039f1 python37Packages.ase: 3.19.0 -> 3.19.1 2020-04-06 12:13:30 -07:00
tilpner df44e6f43e python3Packages.deprecated: 1.2.7 -> 1.2.8 2020-04-06 12:11:22 -07:00
Manuel Mendez 2f5dad23f8 j2cli: skip checkPhase
There are no tests in the installed package so nothing to test.
2020-04-06 12:02:25 -07:00
Manuel Mendez 47430e5e23 j2cli: fix missing dependency on setuptools
Was getting

```
...
    import pkg_resources
ImportError: No module named pkg_resources
```
2020-04-06 12:02:25 -07:00
R. RyanTM c05bdeb23b python37Packages.hstspreload: 2020.2.29 -> 2020.3.31 2020-04-06 11:58:29 -07:00
R. RyanTM f63f622169 python37Packages.jupyterlab: 2.0.0 -> 2.0.1 2020-04-06 11:58:18 -07:00
R. RyanTM 342bf79497 python37Packages.luftdaten: 0.6.3 -> 0.6.4 2020-04-06 11:57:58 -07:00
R. RyanTM 237c1b99c9 python27Packages.azure-batch: 8.0.0 -> 9.0.0 2020-04-06 11:55:26 -07:00
R. RyanTM 3ad70a424a python27Packages.azure-mgmt-storage: 8.0.0 -> 9.0.0 2020-04-06 11:51:48 -07:00
R. RyanTM 5da4b6c79f python37Packages.altair: 4.0.1 -> 4.1.0 2020-04-06 11:50:44 -07:00
R. RyanTM e96b7c5ea1 python27Packages.carbon: 1.1.6 -> 1.1.7 2020-04-06 11:50:08 -07:00
R. RyanTM 0e7f1e14d6 python37Packages.asgiref: 3.2.5 -> 3.2.7 2020-04-06 11:49:08 -07:00
R. RyanTM 49ac78ae3e python37Packages.aiohttp-socks: 0.3.6 -> 0.3.7 2020-04-06 11:48:11 -07:00
R. RyanTM eab70ef2b0 python27Packages.ansi: 0.1.3 -> 0.1.5 2020-04-06 11:47:38 -07:00
R. RyanTM aba81a7eb4 python27Packages.cbor2: 5.0.1 -> 5.1.0 2020-04-06 11:45:24 -07:00
R. RyanTM 128aeca1a9 python27Packages.boltons: 20.0.0 -> 20.1.0 2020-04-06 11:44:09 -07:00
R. RyanTM 0b54f91eac python27Packages.atlassian-python-api: 1.15.4 -> 1.15.6 2020-04-06 11:42:50 -07:00
Timo Kaufmann ae55e4ec3b
Merge pull request #83447 from drewrisinger/dr-pr-python-qiskit-aqua
python3Packages.qiskit-aqua: init at 0.6.5
2020-04-06 17:47:31 +00:00
Lancelot SIX 3e7d382a82
Merge pull request #84493 from r-ryantm/auto-update/python3.7-django-auth-ldap
python37Packages.django-auth-ldap: 2.1.0 -> 2.1.1
2020-04-06 18:54:43 +02:00
R. RyanTM b1e9df1890 python37Packages.django-auth-ldap: 2.1.0 -> 2.1.1 2020-04-06 16:49:54 +00:00
Drew Risinger ab4336f7b7 python3Packages.qiskit-aer: only enable on x86_64
Build was failing on ofborg on platforms.aarch64 due to
missing muparserx library built for aarch64. Added notes about
this issue & when build could be expanded.
2020-04-06 12:03:07 -04:00
Drew Risinger 2553798f93 python3Packages.qiskit-aqua: init at 0.6.5
Qiskit Aqua: An extensible library of quantum computing algorithms.

This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-04-06 12:01:35 -04:00
R. RyanTM e5d683a375 python37Packages.cmd2: 1.0.0 -> 1.0.1 2020-04-06 15:59:39 +02:00
Frederik Rietdijk 2420184727 Merge staging into staging-next 2020-04-06 08:54:28 +02:00
Mario Rodas 415e26531d
Merge pull request #84156 from marsam/update-grpc
grpc: 1.27.1 -> 1.28.0
2020-04-05 21:59:09 -05:00
Florian Klink 40dcac87f4
Merge pull request #84336 from r-ryantm/auto-update/python2.7-bpython
python27Packages.bpython: 0.18 -> 0.19
2020-04-05 13:50:22 +02:00
Michael Weiss af1cb9f1b5 python3Packages.cryptography: 2.8 -> 2.9
Backwards incompatible changes:
- Support for Python 3.4 has been removed due to low usage and
  maintenance burden.
- Support for OpenSSL 1.0.1 has been removed. Users on older version of
  OpenSSL will need to upgrade.
- Support for LibreSSL 2.6.x has been removed.
- Reversed the order in which rfc4514_string() returns the RDNs as
  required by RFC 4514.

Note: The first three changes should have no impact on Nixpkgs as we
already removed Python 3.4 and OpenSSL 1.0.1. Additionally we don't
support LibreSSL for this package.
2020-04-05 13:14:45 +02:00
R. RyanTM 7837086b6b python27Packages.bpython: 0.18 -> 0.19 2020-04-05 10:44:18 +00:00
Frederik Rietdijk ce2321f938 Merge staging-next into staging 2020-04-05 08:34:03 +02:00
Frederik Rietdijk 866c5aa090 Merge master into staging-next 2020-04-05 08:33:39 +02:00
Dmitry Kalinkin f601ab37c2
Merge pull request #83748 from veprbl/pr/python_docker_dontUseSetuptoolsCheck
pythonPackages.docker: use dontUseSetuptoolsCheck
2020-04-05 00:41:06 -04:00
Benjamin Hipple d20a62ae85 python3Packages.PyGithub: 1.45 -> 1.47
Upstream dropped python2 support in 1.45, so the `nixpkgs-update` bot has not
been successful in bumping it.

While this still does not run the test suite, it gets us closer.
2020-04-04 15:47:17 -07:00
Benjamin Hipple f9bc195430 python3Packages.nose2: 0.9.1 -> 0.9.2 and fix build for ZHF
See inline comment; this is currently broken and not going to continue working
on python2 without significant effort, so mark it python >= 3.6 only.

https://hydra.nixos.org/build/114680648
https://hydra.nixos.org/build/115518949

CC @NixOS/nixos-release-managers

ZHF: #80379
2020-04-04 15:34:00 -04:00
Drew Risinger 364909d535 python3Packages.uvloop: enable on python3.8
Allow build pass by disabling test. Isolated issue to
test_sockets.py::TestAIOSockets::test_sock_close_add_reader_race.
This test is supposed to be skipped, but it isn't for some reason,
so we disable it instead.
See uvloop#284 (https://github.com/MagicStack/uvloop/pull/284)
for full details. Don't know why this test isn't properly skipped.
2020-04-03 20:41:34 -04:00
Benjamin Hipple f6b382b25a
Merge pull request #84197 from drewrisinger/dr-pr-python-pint
pythonPackages.pint: 0.9 -> 0.11
2020-04-03 17:42:12 -04:00
Benjamin Hipple c51ba89873
Merge pull request #84120 from drewrisinger/dr-pr-cvxpy-fix
pythonPackages.cvxpy: add explicit numpy/scipy dependencies
2020-04-03 17:35:34 -04:00
Benjamin Hipple c5313ebf30
Merge pull request #84124 from drewrisinger/dr-pr-py-osqp-remove-mkl
pythonPackages.osqp: remove mkl dependency
2020-04-03 17:34:27 -04:00
Peter Hoeg 4588e6a0cd pythonPackages.click: 7.0 -> 7.1.1 2020-04-03 22:09:47 +02:00
Frederik Rietdijk 92124ed660 Merge master into staging-next 2020-04-03 21:54:40 +02:00
Drew Risinger fb252907f5 datasette: 0.35 -> 0.39 2020-04-03 14:12:50 -04:00
Drew Risinger 4b822bbd23 pythonPackages.pint: 0.9 -> 0.11 2020-04-03 13:46:24 -04:00
Jonathan Ringer f329b29cb8 python3Packages.tbm-utils: 1.0.0 -> 2.5.0 2020-04-02 10:04:28 -07:00
Jonathan Ringer 9c1222aa01 python3Packages.httpx: 0.9.5 -> 0.12.1 2020-04-02 10:04:28 -07:00
Jonathan Ringer 60d5dc598b python3Packages.google-music: 3.2.1 -> 3.5.0 2020-04-02 10:04:28 -07:00
Jonathan Ringer c38615cc8a python3Packages.google-music-proto 2020-04-02 10:04:28 -07:00