Commit graph

12430 commits

Author SHA1 Message Date
Joachim F 7e9eec608e
Merge pull request #70481 from joachifm/feat/openrazer-daemon-python3
pythonPackages.openrazer-daemon: python3 only
2019-10-06 11:01:14 +00:00
Mario Rodas 03a5cf8444
Merge pull request #66643 from jonringer/bump-antlr4
antlr4: 4.7.1 -> 4.7.2
2019-10-05 19:18:17 -05:00
Marek Mahut acde032d7b
Merge pull request #70443 from unode/pysam
pysam: 0.15.2 -> 0.15.3
2019-10-05 22:31:37 +02:00
Peter Simons 35521b42c2
update Python packages psycopg2, sqlparse, and pgcli (#70257)
* python-psycopg2: update from 2.7.7 to 2.8.3

* python-sqlparse: update from 0.2.4 to 0.3.0

* pgcli: update from 2.0.2 to 2.1.1
2019-10-05 21:48:36 +02:00
Joachim Fasting 1b813fa016
pythonPackages.openrazer-daemon: python3 only
The build [fails](https://hydra.nixos.org/build/102502339) due to not finding
the python3 interpreter; as far as I can tell, all scripts in the package
refer to python3.

For [ZHF](https://github.com/NixOS/nixpkgs/issues/68361)
2019-10-05 19:28:20 +02:00
Matthieu Coudron e3c3b5f62f
Merge pull request #70388 from davidtwco/mdcat-init
mdcat: init at 0.13.0
2019-10-05 21:50:30 +09:00
David Wood e621bf7972
ansi2html: init at 1.5.2 2019-10-05 12:59:58 +01:00
Maximilian Bosch ec5660d10b
Merge pull request #70424 from emilazy/git-revise-0.5.0
git-revise: 0.4.2 -> 0.5.0
2019-10-05 13:36:19 +02:00
geistesk d852d58e80 alot: 0.8 -> 0.8.1 2019-10-05 18:28:01 +09:00
Renato Alves bed6814c83
pysam: 0.15.2 -> 0.15.3 2019-10-05 11:00:55 +02:00
Emily 04f71c2f8f git-revise: 0.4.2 -> 0.5.0 2019-10-05 00:33:47 +01:00
Linus Heckemann 141b7210cb
Merge pull request #70256 from Ma27/drop-nodejs-11_x
nodejs-11_x: remove
2019-10-04 18:14:15 +02:00
Renato Alves 448bed5653 HTSeq: init at 0.11.2 2019-10-04 14:32:19 +02:00
R. RyanTM 223d313693 python37Packages.feedgen: 0.7.0 -> 0.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-feedgen/versions
2019-10-03 15:08:05 -07:00
Peter Hoeg 95a3c8d151
Merge pull request #68375 from lsix/qgis-3.8.2
qgis: 3.8.0 -> 3.8.3
2019-10-04 00:44:25 +08:00
Daniël de Kok 4c37faa8da python3Packages.spacy_models.nl_core_news_sm 2019-10-03 09:02:34 -07:00
Daniël de Kok e2f87b7d5f python3Packages.spacy: 2.2.0 -> 2.2.1
Changes:

* Vectors.most_similar returns the top most similar vectors instead
  only one.
* Fixes tag map in Dutch model.
* Fix initialization of DocBin with attributes.
2019-10-03 09:02:34 -07:00
Marek Mahut cc82e069c1
Merge pull request #70139 from jonringer/bump-ephem
pythonPackages.ephem: 3.7.6.0 -> 3.7.7.0
2019-10-03 17:55:46 +02:00
R. RyanTM cae2ade1f9 python37Packages.djangoql: 0.12.6 -> 0.13.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-djangoql/versions
2019-10-03 08:50:24 -07:00
Nikolay Amiantov 2dfb002a9b python2.pkgs.mkrose: mark as broken
It supports only Python 3 now.
2019-10-03 18:24:51 +03:00
Maximilian Bosch 7c74ebd2a6
python3Packages.asyncpg: fix hash
The hash to the patch is broken, even with the original revision
which adds asyncpg (ee2161c5e8). As the
downloaded patch seems fine, I guess that it was generated with
`nix-prefetch-url` (the hashes for `fetchpatch` usually differ) and the
issue wasn't found as the fixed-output-derivation was already in the
contributor's store.

See https://hydra.nixos.org/build/102495795

ZHF #68361
2019-10-03 14:32:32 +02:00
Thomas Tuegel 629f713796
Merge pull request #70264 from ttuegel/security--CVE-2019-14744
Patch kdelibs for CVE-2019-14744
2019-10-03 05:57:21 -05:00
Maximilian Bosch 06041fd174
python3Packages.asdf: 2.3.3 -> 2.4.2
Bump to fix the broken build of the package:

* Disable doctest as they're currently broken in our test env
* Loosen version constraint for `semantic_version` as it was only
  introduced to work around some deprecation warnings[1]

See also: https://hydra.nixos.org/build/102480957

ZHF #68361

[1] 3446ae072b
2019-10-03 11:07:15 +02:00
Olli Helenius 2ac643c241 pythonPackages.hcloud: init at 1.6.1 2019-10-03 02:00:27 -07:00
Enno Lohmeier 31c4f79289 pythonPackages.bleach: add implicit setuptools dependency 2019-10-02 20:57:37 -07:00
Jonathan Ringer 64205fa108 pythonPackages.trackpy: disable plot tests 2019-10-02 20:49:57 -07:00
Daniël de Kok c4fdb91a0b python3Packages.spacy_models: update for spaCy 2.2.0 compatibility 2019-10-02 17:05:22 -07:00
Daniël de Kok 4491958922 python3Packages.spacy: 2.1.8 -> 2.2.0
Changelog:
https://github.com/explosion/spaCy/releases/tag/v2.2.0
2019-10-02 17:05:22 -07:00
Daniël de Kok bff5f0bbb1 python3Packages.thinc: 7.1.0 -> 7.1.1 2019-10-02 17:05:22 -07:00
Daniël de Kok 770d7f46b9 python3Packages.preshed: 2.0.1 -> 3.0.2 2019-10-02 17:05:22 -07:00
Thomas Tuegel 9a0674296e
kdelibs: Patch for CVE-2019-14744
See also: https://phabricator.kde.org/D22989
See also: https://github.com/NixOS/nixpkgs/issues/70102
2019-10-02 16:47:02 -05:00
Thomas Tuegel 260ef791a3
pykde4: Do not build on Hydra
pykde4 is not used in Nixpkgs, so it is not appropriate to build on Hydra.
2019-10-02 16:31:41 -05:00
Thomas Tuegel ee36267193
kdelibs: gnidorah is maintainer 2019-10-02 16:30:09 -05:00
Thomas Tuegel e98b64c2e0
Revert "Remove pykde4"
This reverts commit a3ad16b9ca.
2019-10-02 16:29:14 -05:00
Thomas Tuegel a3ad16b9ca
Remove pykde4 2019-10-02 13:37:43 -05:00
Marek Mahut c18e6fb510
Merge pull request #70225 from jonringer/fix-poetry
pythonPackages.poetry: fix python2 build
2019-10-02 18:41:46 +02:00
Jörg Thalheim d97e30068c
Merge pull request #68231 from Chiiruno/dev/zeronet
Update: Zeronet, Init: pythonPackages: merkletools
2019-10-02 10:57:57 +01:00
Nikolay Amiantov 1c429acbff tensorflow: add OpenGL path to find libcudart 2019-10-02 10:33:31 +03:00
Nikolay Amiantov 4947ddf347 libtensorflow: add meta 2019-10-02 10:33:31 +03:00
Nikolay Amiantov 46b7933d9a tensorflow: fix CUDA build using wrong GCC 2019-10-02 10:33:31 +03:00
László Vaskó 9d9aa6099f python37Packages.pyrsistent: 0.15.2 -> 0.15.4
Some tests are broken on 0.15.2 if used with pytest 5+ as discussed
in #64145. The issue is fixed in tobgu/pyrsistent#175 and released in
0.15.4.
2019-10-01 22:59:10 -07:00
Jonathan Ringer 7eed92a7ac pythonPackage.cli-helpers: disable python2 tests 2019-10-01 22:48:34 -07:00
Jonathan Ringer d222547f48
pythonPackages.poetry: fix python2 build 2019-10-01 22:41:21 -07:00
Jonathan Ringer 8d440b5e59 python3Packages.keyring: 19.1.0 -> 19.2.0 2019-10-01 19:31:51 -07:00
Wael Nasreddine 7fae12010b
Merge pull request #70055 from shahrukh330/shahrukh330/add-quobole-sdk
pythonPackages.qds_sdk: init at 1.12.0
2019-10-01 12:16:40 -04:00
Shahrukh Khan f2a1d48989 pythonPackages.qds_sdk: init at 1.12.0 2019-10-01 20:38:59 +05:00
Matthieu Coudron 4c70f45e8a
Merge pull request #70057 from jonringer/bump-jenkins-job
pythonPackages.jenkins-job-builder: 3.0.1 -> 3.0.2
2019-10-01 23:40:28 +09:00
Maximilian Bosch c7164ea3c4
python3Packages.pytaglib: fix build
Applied several patches to fix the test suite on python 2.7 and to
properly install the `pyprinttags` executable. Also switched to the
GitHub source for now as the PyPI tarball was wrongly packaged and
didn't contain the `pyprinttags.py` script (see the last two patches for
further reference).

See also https://hydra.nixos.org/build/102493330

ZHF #68361
2019-10-01 13:53:33 +02:00
Maximilian Bosch f8c6b826d4
python3Packages.scikit-build: fix build
Build broke as it's attempted to run the cmake configure-phase which
won't work as this package uses cmake, but builds via a `setup.py`
rather than a `CMakeLists.txt`.

ZHF #68361
2019-10-01 11:11:29 +02:00
zimbatm 0df4dad270
Merge pull request #68957 from simonchatts/entrance
pythonPackages.entrance: init at 1.1.10 (and janus init at 0.4.0)
2019-10-01 07:50:23 +00:00