summary refs log tree commit diff
path: root/pkgs/development/python-modules
Commit message (Collapse)AuthorAge
* Merge branch 'master' into stagingOrivej Desh2018-06-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (63 commits) tests.cc-wrapper: do not test sanitizers on darwin nodePackages_8_x: Add nodejs (npm) to wrapper python.pkgs.cairocffi: support darwin osinfo-db: 20180514 -> 20180531 (#41532) pkcs11helper: 1.22 -> 1.23 (#41530) pmd: 6.3.0 -> 6.4.0 (#41529) renpy: 6.99.14.3 -> 7.0.0 (#41515) wireless-regdb: 2018.05.09 -> 2018.05.31 (#41502) gnuplot: 5.2.3 -> 5.2.4 (#41505) qrencode: 4.0.0 -> 4.0.1 Revert "libbsd: replace with nbcompat" Revert "opendkim: fix libbsd dependency" Revert "libbsd-freedesktop: re-init at 0.9.1, use for samba" flent: fix fetchFromGitHub version syncthing: 0.14.47 -> 0.14.48 pythonPackages.pykdtree: init at 1.3.0 (#41355) snd: 18.3 -> 18.4 bat: support darwin faust2: fix build with llvm 5.0.2 (#40672) mc: 4.8.20 -> 4.8.21 (#41496) ...
| * python.pkgs.cairocffi: support darwinOrivej Desh2018-06-06
| |
| * pythonPackages.pykdtree: init at 1.3.0 (#41355)Assassinkin2018-06-06
| |
| * pythonPackages.typing-extensions: init at 3.6.5 (#40983)Philipp Middendorf2018-06-05
| |
| * Merge pull request #41328 from etu/hass-add-hue-dependencyRobert Schütz2018-06-05
| |\ | | | | | | Add an additional dependency for home-assistant
| | * python36Packages.voluptuous-serialize: init at 1.0.0Elis Hirwing2018-06-05
| | |
* | | Merge branch 'master' into stagingOrivej Desh2018-06-04
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Revert "vinagre: disable format hardening" nix: point at curl 7.59.0 (#41452) vinagre: disable format hardening linux: Add 4.17 gnome3.vinagre: fix build linux-copperhead: 4.16.12.a -> 4.16.13.a julia: add some version info to passthru, will be used by julia2nix gdal: Fix darwin build opendkim: fix libbsd dependency avoid redundant rm calls perlPackages.CPANPLUS: add cpanp dependency plotutils: fix parallel building nixos/gitea: Respect gitea-dump enable option. (#41437) kubernetes: corrected spelling mistake in docs (#41439) python.pkgs.trustme: fix python2 build revert 4a86f8c9abd99b880b8a9c3609d330c7ff398ad5 and properly remove the temporary ssh host keys file/directory.
| * | python.pkgs.trustme: fix python2 buildOrivej Desh2018-06-04
| | |
* | | Merge branch 'master' into stagingOrivej Desh2018-06-04
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (26 commits) python.pkgs.cairocffi: update tests for Cairo 1.15.12 python.pkgs.cairocffi: 0.8.0 -> 0.8.1 freecell-solver: fix build perlPackages.CPANPLUS: restore build inputs removed in #41394 Fix GHCJS 8.4/8.2 in sandboxed builds (#41411) dockerTools.pullImage: expose image* attributes (#41366) rust: disable tests on darwin python.pkgs.detox: 0.11 -> 0.12 certbot: disable check on darwin freeimage: fix build with glibc 2.27 shadowsocks-libev: supports darwin (#41421) pythonPackages.jira: fix build (#41419) SDL: propagate libiconv schema2ldif: Init at 1.3 nixos/exim: Add unit restart trigger (#41418) Add myself as maintainer for dnsdist Add myself as maintainer synapse-bt: init at 2018-06-04 (#41402) skim: 0.3.2 -> 0.4.0 (#41417) ctags: fix source url (#41382) ...
| * | python.pkgs.cairocffi: update tests for Cairo 1.15.12Orivej Desh2018-06-04
| | | | | | | | | | | | Fixes #41183
| * | python.pkgs.cairocffi: 0.8.0 -> 0.8.1Orivej Desh2018-06-04
| | |
| * | python.pkgs.detox: 0.11 -> 0.12Orivej Desh2018-06-03
| | | | | | | | | | | | Fixes build with python.pkgs.tox 3.0.0.
| * | pythonPackages.jira: fix build (#41419)Maximilian Bosch2018-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build for `pythonPackages.jira` failed with the following error: ``` Download error on https://pypi.python.org/simple/sphinx/: [Errno -2] Name or service not known -- Some packages may not be found! Couldn't find index page for 'sphinx' (maybe misspelled?) Download error on https://pypi.python.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found! No local packages or working download links found for sphinx>=1.6.5 Traceback (most recent call last): ... File "/nix/store/bp4dillg6xxblpf00v8d9nxfx3bnggfy-python3.6-bootstrapped-pip-10.0.1/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 667, in easy_install raise DistutilsError(msg) distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('sphinx>=1.6.5') builder for '/nix/store/8dv7mpspyk6kxwnzqb43rzm4q5j14xp0-python3.6-jira-1.0.15.drv' failed with exit code 1 ``` The root issue is most likely caused by some docs fixes upstream (https://github.com/pycontribs/jira/commit/519183d874fde26e676a75aa53496968643aaac0) which were released in 1.0.15. The bump (without the fix) has been performed in 7a6bf668fb73cd4d1096fa1c0162d9c6009f1d7e. Since `sphinx` isn't needed during runtime, it's not necessary to use it as `propagatedBuildInput`. In order to work around this the dependency had to be removed from from `setup.py`. See https://hydra.nixos.org/build/75004048 for further reference
* | | Merge branch 'master' into stagingOrivej Desh2018-06-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (25 commits) prosody: 0.10.1 -> 0.10.2 mpd: fix spelling in description pulseaudio-ctl: init at 1.66 qt: remove install_name_tool stuff multimc: 0.6.1 -> 0.6.2 lib: test for bitAnd, bitOr, bitXor pandas: fix check with the current pytest qt: fixup from c4cac55d6979ccdbc48cf0daf26e44c79cf5d0f9 calibre: 2.24.1 -> 2.25.0 spotify: 1.0.79.223.g92622cc2-21 -> 1.0.80.480.g51b03ac3-13 (#41356) libbsd-freedesktop: re-init at 0.9.1, use for samba sbt: 1.1.4 -> 1.1.6 nixos/slurm: remove propagatedBuidInputs from slurmWrapped gitkraken: 3.6.1 -> 3.6.3 pass-import: export PREFIX, set PASSWORD_STORE_BIN pass: Add pass-audit extension slurm: add maintainer nixos/slurm: update test, add test for enableStools slurm: add freeipmi, readline, libssh2, fix hwloc nixos/slurm: Add man pages to wrapedSlurm ...
| * | pandas: fix check with the current pytestOrivej Desh2018-06-02
| | | | | | | | | | | | pandas 0.23.0 has fixed this too, but it introduces new test failures.
* | | python.pkgs.bootstrapped-pip: setuptools 39.0.1 -> 39.2.0Frederik Rietdijk2018-06-02
| | |
* | | python.pkgs.bootstrapped-pip: wheel 0.31.0 -> 0.31.1Frederik Rietdijk2018-06-02
| | |
* | | python: zodbpickle: 1.0 -> 1.0.1Frederik Rietdijk2018-06-02
| | |
* | | python: xarray: 0.10.3 -> 0.10.4Frederik Rietdijk2018-06-02
| | |
* | | python: wheel: 0.31.0 -> 0.31.1Frederik Rietdijk2018-06-02
| | |
* | | python: uritools: 2.1.0 -> 2.1.1Frederik Rietdijk2018-06-02
| | |
* | | python: uproot: 2.8.23 -> 2.8.25Frederik Rietdijk2018-06-02
| | |
* | | python: pytimeparse: 1.1.7 -> 1.1.8Frederik Rietdijk2018-06-02
| | |
* | | python: pyroute2: 0.5.0 -> 0.5.1Frederik Rietdijk2018-06-02
| | |
* | | python: pyperclip: 1.6.0 -> 1.6.1Frederik Rietdijk2018-06-02
| | |
* | | python: pyasn1: 0.4.2 -> 0.4.3Frederik Rietdijk2018-06-02
| | |
* | | python: phonenumbers: 8.9.5 -> 8.9.6Frederik Rietdijk2018-06-02
| | |
* | | python: pbr: 4.0.2 -> 4.0.3Frederik Rietdijk2018-06-02
| | |
* | | python: parso: 0.2.0 -> 0.2.1Frederik Rietdijk2018-06-02
| | |
* | | python: parse: 1.8.2 -> 1.8.4Frederik Rietdijk2018-06-02
| | |
* | | python: marshmallow: 2.15.1 -> 2.15.3Frederik Rietdijk2018-06-02
| | |
* | | python: kafka-python: 1.4.2 -> 1.4.3Frederik Rietdijk2018-06-02
| | |
* | | python: hiro: 0.1.4 -> 0.1.9Frederik Rietdijk2018-06-02
| | |
* | | python: Faker: 0.8.13 -> 0.8.15Frederik Rietdijk2018-06-02
| | |
* | | python: Eve: 0.7.8 -> 0.7.9Frederik Rietdijk2018-06-02
| | |
* | | python: elasticsearch-curator: 5.5.1 -> 5.5.4Frederik Rietdijk2018-06-02
| | |
* | | python: dbf: 0.97.2 -> 0.97.7Frederik Rietdijk2018-06-02
| | |
* | | python: dask: 0.17.4 -> 0.17.5Frederik Rietdijk2018-06-02
| | |
* | | python: cloudpickle: 0.5.2 -> 0.5.3Frederik Rietdijk2018-06-02
| | |
* | | python: celery: 4.1.0 -> 4.1.1Frederik Rietdijk2018-06-02
| | |
* | | python: canonicaljson: 1.1.3 -> 1.1.4Frederik Rietdijk2018-06-02
| | |
* | | python: bumps: 0.7.6 -> 0.7.8Frederik Rietdijk2018-06-02
| | |
* | | python: zc.buildout: 2.11.3 -> 2.11.4Frederik Rietdijk2018-06-02
| | |
* | | python: bokeh: 0.12.15 -> 0.12.16Frederik Rietdijk2018-06-02
| | |
* | | python: backports.csv: 1.0.5 -> 1.0.6Frederik Rietdijk2018-06-02
| | |
* | | python: astroid: 1.6.3 -> 1.6.4Frederik Rietdijk2018-06-02
| | |
* | | python: aioconsole: 0.1.7 -> 0.1.8Frederik Rietdijk2018-06-02
| | |
* | | python: XlsxWriter: 1.0.4 -> 1.0.5Frederik Rietdijk2018-06-02
| | |
* | | python: Theano: 1.0.1 -> 1.0.2Frederik Rietdijk2018-06-02
| | |
* | | python: Flask-PyMongo: 0.5.1 -> 0.5.2Frederik Rietdijk2018-06-02
| | |