Commit graph

19484 commits

Author SHA1 Message Date
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 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
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
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