about summary refs log tree commit diff
path: root/pkgs/development/python-modules
AgeCommit message (Collapse)AuthorFilesLines
2018-07-20Merge pull request #43857 from volth/unusedFrederik Rietdijk1-5/+2
[bot] treewide: remove unreferenced code
2018-07-20[bot]: remove unreferenced codevolth1-5/+2
2018-07-20python3Packages.zconfig: remove test that relies on setlocale failingWill Dietz2-1/+26
2018-07-20pythonPackages.image-match: init at 1.1.2Roger Qiu1-0/+34
2018-07-20python.pkgs.scikitimage: 0.12.3 -> 0.14.0Frederik Rietdijk1-9/+14
2018-07-20python.pkgs.pywavelets: init at 0.5.2Frederik Rietdijk1-0/+36
2018-07-20python.pkgs.scikitimage: move expressionFrederik Rietdijk1-0/+36
2018-07-19Merge pull request #43693 from Ma27/remove-flask_cacheRobert Schütz2-0/+177
Remove `pythonPackages.flask_cache`
2018-07-19treewide: preserve hashes from 76999cc40e6Matthew Bauer1-1/+1
76999cc40e6 changed some hashes resulting in this PR being technically a mass rebuild. To avoid this, I am restoring some of the hashes (even though it seems silly). My main goal is to get this PR merged quickly as treewide changes like this get out-of-date quickly. This commit should be reverted on the next mass rebuild.
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer4-9/+9
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-07-19pythonPackages.graphite_api: move expressionMaximilian Bosch2-0/+177
According to the current convention python packages should live in `pkgs/development/python-modules`. As I altered the `graphite_api` expression previously in d3d1b888737 I decided to move it as well. Additionally I applied some minor refactorings: * use `fetchFromGitHub` instead of `fetchgit`. * use `checkInputs` for test dependencies * got rid of fixed points * applied patch which supports flask-caching to 1.3.1 using `git apply -3`
2018-07-18Merge pull request #43694 from Ma27/disable-trezor-python2Frederik Rietdijk1-1/+3
pythonPackages.trezor: disable build
2018-07-17pythonPackages.simpy: init at 3.0.11.Shea Levy1-0/+18
2018-07-17pythonPackages.trezor: disable buildMaximilian Bosch1-1/+3
It seems as recent versions of `trezor` don't work with python 2.x: ``` /build/trezor-0.9.1/dist /build/trezor-0.9.1 Processing ./trezor-0.9.1-py2-none-any.whl trezor requires Python '>=3.3' but the running Python is 2.7.15 builder for '/nix/store/aqyxki0ckanjk4r1f0an4kj1w4s3kk4f-python2.7-trezor-0.9.1.drv' failed with exit code 1 cannot build derivation '/nix/store/gp4smkzc9r87lzajs17jnq4rh2ayc5q0-python2.7-keepkey-4.0.0.drv': 1 dependencies couldn't be built ```
2018-07-17Merge staging-next into masterFrederik Rietdijk7-23/+14
2018-07-17pythonPackages.parsy: init at 1.2.0Eduard Bopp1-0/+26
2018-07-16Merge master into staging-nextFrederik Rietdijk10-19/+201
2018-07-15gnomecast: init at 1.4.0Will Dietz1-0/+41
also pycaption, required dep.
2018-07-15Merge pull request #43541 from jfrankenau/update-curaFranz Pletz2-3/+4
cura: 3.3.1 -> 3.4.1
2018-07-15pythonPackages.aws-adfs: init at 0.12.0 (#43458)Benjamin Hipple1-0/+33
2018-07-15python.pkgs.altair: fix buildRobert Schütz1-7/+9
2018-07-15python.pkgs.vega_datasets: init at 0.5.0Robert Schütz1-0/+25
2018-07-15pythonPackages.cvxopt: temporarily disable tests (#43564)Timo Kaufmann1-0/+5
The tests have transient failures that will be fixed once staging is merged.
2018-07-14python.pkgs.uranium: 3.3.0 -> 3.4.1Johannes Frankenau1-2/+2
2018-07-14python.pkgs.libarcus: 3.3.0 -> 3.4.1Johannes Frankenau1-1/+2
2018-07-14Merge pull request #41934 from teto/cmd2_0.9.1xeji3-9/+84
pythonPackages.cmd2: 0.8.0 -> 0.9.1
2018-07-14Merge branch 'master' into staging-nextVladimír Čunát40-354/+551
Hydra: ?compare=1468896
2018-07-14python3.pkgs.djmail: fix buildRobert Schütz1-3/+8
2018-07-14python.pkgs.eve: remove superfluous patchRobert Schütz2-26/+0
2018-07-14python.pkgs.events: 0.2.1 -> 0.3Robert Schütz1-0/+17
2018-07-14python.pkgs.celery: fix testsRobert Schütz1-1/+8
2018-07-14python.pkgs.kombu: 4.0.2 -> 4.2.1Robert Schütz1-0/+25
2018-07-14pythonPackages.scikitlearn: apply `max_iter` patch from scikitlearn master ↵Maximilian Bosch2-0/+77
(#43483) See https://github.com/scikit-learn/scikit-learn/pull/10723 This fixes the build of `scikitlearn` on master and nixos-unstable. The issue is originally an upstream issue (see https://github.com/scikit-learn/scikit-learn/issues/10619) which was fixed on master and was mainly caused by changes to the environment. Closes #43466
2018-07-14pythonPackages.cypari2: 1.1.4 -> 1.2.1 (#43496)Timo Kaufmann1-4/+2
2018-07-13python.pkgs.credstash: 1.14.0 -> 1.15.0Robert Schütz1-8/+4
2018-07-13botocore, boto3, awscli: 1.10.48->1.10.57, 1.7.48->1.10.57, 1.15.49->1.15.48Dan Peebles2-4/+4
As usual, I update all three of these at once because updating any of them individually will break one or more of them.
2018-07-13pythonPackages.pdfx: init at 1.3.1 (#42815)Mario Rodas1-0/+33
2018-07-12pythonPackages.cython: run tests in parallel (#43393)volth1-1/+1
2018-07-12geojson: 2.3.0 -> 2.4.0 (#43389)Alvar1-3/+5
2018-07-11libvirt: 4.4.0 -> 4.5.0 (#43164)volth1-2/+2
2018-07-11pythonPackages.cysignals: 1.7.1 -> 1.7.2 (#43382)Timo Kaufmann1-2/+3
2018-07-10pythonPackages.guessit_2_0: removeRobert Schütz1-31/+0
2018-07-08klaus: fix hashPascal Wittmann1-1/+1
2018-07-08klaus: 1.2.2 -> 1.3.0Pascal Wittmann1-2/+2
2018-07-08Revert "python.pkgs.pycodestyle: 2.3.1 -> 2.4.0"Jörg Thalheim1-2/+2
This reverts commit 436ed46e19e35a82d0d9676a776be35cbd390ff6. breaks flake8
2018-07-08python.pkgs.pycodestyle: 2.3.1 -> 2.4.0Jörg Thalheim1-2/+2
2018-07-08Merge pull request #43219 from leenaars/dkimpyRobert Schütz2-24/+39
pythonPackages.dkimpy: 0.6.2 -> 0.8.1
2018-07-08pythonPackages.dkimpy: 0.6.2 -> 0.8.1Michiel Leenaars1-24/+11
2018-07-08pythonPackages.authres: init at 1.1.0Michiel Leenaars1-0/+28
2018-07-08python.pkgs.google_api_python_client: fix propagatedBuildInputsRobert Schütz1-2/+2