Commit Graph

20410 Commits

Author SHA1 Message Date
Jamie Magee e0107315e4
pythonPackages.python-nest: init at 4.1.0 2020-10-03 22:00:45 +02:00
Martin Weinelt 5bfedbff0c
Merge pull request #98452 from JamieMagee/adb-shell
pythonPackages.{pure-python-adb,adb-shell,androidtv}: init
2020-10-03 21:55:28 +02:00
Jamie Magee 4bb55ce089
pythonPackages.androidtv: init at 0.0.50 2020-10-03 21:50:43 +02:00
Jamie Magee ce18187e34
pythonPackages.adb-shell: init at 0.2.3 2020-10-03 21:50:43 +02:00
Jamie Magee 2fd78292fe
pythonPackages.pure-python-adb: init at 0.3.0.dev0 2020-10-03 21:50:42 +02:00
Jamie Magee f2cb43449c
pythonPackages.pyads: init at 3.2.2 2020-10-03 21:43:45 +02:00
Martin Weinelt 8b8f61c41f
Merge pull request #99454 from r-ryantm/auto-update/python2.7-scrypt
python27Packages.py_scrypt: 0.8.15 -> 0.8.17
2020-10-03 17:59:58 +02:00
Martin Weinelt 46d8a385ce
Merge pull request #99452 from r-ryantm/auto-update/python2.7-pyroute2
python27Packages.pyroute2: 0.5.13 -> 0.5.14
2020-10-03 17:55:40 +02:00
Martin Weinelt 61717662e1
Merge pull request #99475 from acairncross/fix-nbval
python3Packages.nbval: Fix tests
2020-10-03 17:26:27 +02:00
Maximilian Bosch c8f761b30b
Merge pull request #99445 from r-ryantm/auto-update/python2.7-pytesseract
python27Packages.pytesseract: 0.3.5 -> 0.3.6
2020-10-03 17:24:37 +02:00
R. RyanTM 97c10ee027 python37Packages.pytest_xdist_2: 2.0.0 -> 2.1.0 2020-10-03 07:30:07 -07:00
Aiken Cairncross a5f1cf97b6 python3Packages.nbval: Fix tests 2020-10-03 14:19:40 +01:00
Ryan Mulligan 96392c318b
Merge pull request #99459 from r-ryantm/auto-update/python3.7-pytest-rerunfailures
python37Packages.pytest-rerunfailures: 9.0 -> 9.1.1
2020-10-03 05:43:09 -07:00
Jamie Magee 4e1b0f54e4
pythonPackages.sseclient-py: init at 1.7 2020-10-03 14:26:35 +02:00
Mario Rodas e5823ae55c
Merge pull request #99441 from r-ryantm/auto-update/python2.7-Wand
python27Packages.Wand: 0.6.2 -> 0.6.3
2020-10-03 06:27:42 -05:00
R. RyanTM dd7fae6a04 python37Packages.pytest-rerunfailures: 9.0 -> 9.1.1 2020-10-03 10:43:12 +00:00
R. RyanTM 43021d0a65 python27Packages.shodan: 1.23.0 -> 1.23.1 2020-10-03 10:12:52 +00:00
R. RyanTM 782f4c0340 python27Packages.py_scrypt: 0.8.15 -> 0.8.17 2020-10-03 09:54:26 +00:00
R. RyanTM 388e0a8a3d python27Packages.pyroute2: 0.5.13 -> 0.5.14 2020-10-03 09:14:20 +00:00
R. RyanTM b8c6c2499c python27Packages.pytesseract: 0.3.5 -> 0.3.6 2020-10-03 07:55:33 +00:00
R. RyanTM 5e209b5874 python27Packages.Wand: 0.6.2 -> 0.6.3 2020-10-03 06:27:39 +00:00
R. RyanTM 86bfc57cf8 python27Packages.texttable: 1.6.2 -> 1.6.3 2020-10-02 22:49:10 -07:00
Mario Rodas a3450a57d0
Merge pull request #99275 from NeQuissimus/yq_2_11_1
yq: 2.11.0 -> 2.11.1
2020-10-02 19:23:12 -05:00
Martin Weinelt 4579ac5faa
Merge pull request #98104 from drewrisinger/dr-pr-tinydb
python3Packages.tinydb: 3.14.1 -> 4.1.1
2020-10-02 23:25:23 +02:00
Martin Weinelt 1a5bbecbbe
Merge pull request #99419 from prusnak/bip_utils
python3Packages.bip_utils: 1.4.0 -> 1.5.0
2020-10-02 23:09:31 +02:00
Pavol Rusnak f1057db809
python3Packages.bip_utils: 1.4.0 -> 1.5.0
fetch sources from GitHub instead of PyPI to enable tests
2020-10-02 22:50:50 +02:00
Zeke Stephens 2956f4ecc2 add myself as a maintainer 2020-10-02 15:39:08 -04:00
Zeke Stephens d1caa9bcaf python3Packages.py-sonic: init at 0.7.7 2020-10-02 15:38:52 -04:00
Jonathan Ringer 5473d0c554 python3Packages.starfish: remove due to prolonged breakage 2020-10-02 11:17:22 -07:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Jamie Magee bc99830b67 pythonPackages.adguardhome: init at 0.4.2 2020-10-02 08:56:11 -07:00
Mario Rodas f2cb1f0afd
Merge pull request #99363 from danieldk/srsly-2.3.0
python3Packages.srsly: 2.2.0 -> 2.3.0
2020-10-02 08:17:48 -05:00
Mario Rodas 3429b8de2b
Merge pull request #99358 from marsam/update-nvchecker
nvchecker: 1.7 -> 2.0
2020-10-02 07:47:59 -05:00
Lancelot SIX 0c98435f70
Merge pull request #99150 from danieldk/transformers-3.3.1
python3Packages.transformers: 3.2.0 -> 3.3.1
2020-10-02 10:54:56 +01:00
Daniël de Kok 9211e69335 python3Packages.srsly: 2.2.0 -> 2.3.0
Changelog:

https://github.com/explosion/srsly/releases/tag/v2.3.0
2020-10-02 08:47:49 +02:00
Jonathan Ringer 64565aeea3 python3Packages.pytest-xprocess: 0.13.1 -> 0.14.0 2020-10-01 21:13:37 -07:00
Jonathan Ringer 9e13f32043 python3Packages.xmlschema: 1.2.3 -> 1.2.5 2020-10-01 21:13:20 -07:00
Jonathan Ringer 3eff9acfbf python3Packages.pytest-black: 0.3.10 -> 0.3.11 2020-10-01 21:13:20 -07:00
Jonathan Ringer d28a75880f python3Packages.pybids: 0.12.0 -> 0.12.1 2020-10-01 21:13:20 -07:00
Jonathan Ringer cc7a4df92d python3Packages.elementpath: 2.0.3 -> 2.0.3 2020-10-01 21:13:20 -07:00
Martin Weinelt 6cf69de031
Merge pull request #99213 from MetaDark/debugpy
pythonPackages.debugpy: 1.0.0b12 -> 1.0.0
2020-10-01 23:34:17 +02:00
Pamplemousse af27072f1d python3Packages.pyelftools: 0.26 -> unstable-09-23
And fix the tests.

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-10-01 10:17:00 -07:00
Lancelot SIX 46159bcf20
pythonPackages.pyscreenshot: add missing pillow dependency 2020-10-01 16:29:05 +01:00
Tim Steinbach 57a4720a4a
boto3: 1.14.60 -> 1.15.9 2020-10-01 09:28:10 -04:00
Tim Steinbach 69d1582a44
botocore: 1.17.60 -> 1.18.9 2020-10-01 09:27:55 -04:00
Tim Steinbach 63271a09ec
yq: 2.11.0 -> 2.11.1 2020-10-01 09:21:21 -04:00
Bas van Dijk e366ad9684 python3Packages.libvirt: fetch source using fetchFromGitLab 2020-10-01 12:45:47 +02:00
Bas van Dijk af8409fc0a libvirt: fetch sources from gitlab
That seems to be the official repository now.
2020-10-01 10:55:56 +02:00
R. RyanTM 43692a0d7d python37Packages.statsmodels: 0.11.1 -> 0.12.0 2020-09-30 23:39:12 -07:00
R. RyanTM cc99822742 python27Packages.pysmb: 1.2.1 -> 1.2.2 2020-09-30 23:35:51 -07:00
Martin Weinelt a9832e5fbc pythonPackages.pillowfight: fix description 2020-09-30 23:25:27 -07:00
R. RyanTM a9618149f5 python27Packages.ipympl: 0.5.7 -> 0.5.8 2020-09-30 23:23:23 -07:00
R. RyanTM bc944b1618 python27Packages.google-i18n-address: 2.3.5 -> 2.4.0 2020-09-30 23:23:19 -07:00
Pamplemousse 45f7a707d1 python3Packages.CppHeaderParser: init at 2.7.4
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-09-30 23:23:03 -07:00
R. RyanTM ee4d146fc2 python27Packages.icalendar: 4.0.6 -> 4.0.7 2020-09-30 23:22:44 -07:00
MetaDark 0600273981 pythonPackages.pygls: 0.9.0 -> 0.9.1 2020-09-30 23:19:29 -07:00
MetaDark abfbca91e7 pythonPackages.debugpy: 1.0.0b12 -> 1.0.0
Also fixes the Python 2.7 build
2020-10-01 01:02:45 -04:00
Mario Rodas 5ef24845d8 nvchecker: 1.7 -> 2.0 2020-10-01 04:20:00 +00:00
Martin Weinelt e4072affb4
Merge pull request #99192 from r-ryantm/auto-update/python3.7-limnoria
python37Packages.limnoria: 2020.07.01 -> 2020.08.30
2020-10-01 06:11:43 +02:00
R. RyanTM e7fe577d98 python27Packages.ldap3: 2.8 -> 2.8.1 2020-09-30 16:44:46 -07:00
R. RyanTM 6c88ff46de python37Packages.limnoria: 2020.07.01 -> 2020.08.30 2020-09-30 19:32:31 +00:00
R. RyanTM ea965b447e python37Packages.geoip2: 4.0.2 -> 4.1.0 2020-09-30 11:05:35 -07:00
Thibault Gagnaux 5380555efb python3Packages.fsspec: fix tests on linux
Hydra fails with a `DirectoryError: [Errno 21] Is a directory: '/build/source/fsspec/tests/__pycache__'`.
I suspect that both drvs `python37Packages.fsspec` and `python38Packages.fsspec` share the same folder
`'/build/source/fsspec/tests/__pycache__'` which leads to problems. To fix it I just let each drvs run in a
tmp directory using `pytestFlagsArray = [ "--rootdir=$(mktemp -d)" ];`.
2020-09-30 11:02:47 -07:00
R. RyanTM 115aac4c7d python27Packages.eventlet: 0.26.1 -> 0.28.0 2020-09-30 08:50:33 -07:00
R. RyanTM 5085e70280 python27Packages.mockito: 1.2.1 -> 1.2.2 2020-09-30 08:48:01 -07:00
R. RyanTM df05faa539 python27Packages.funcy: 1.14 -> 1.15 2020-09-30 08:46:56 -07:00
R. RyanTM 0d9deb595d python27Packages.pdf2image: 1.13.1 -> 1.14.0 2020-09-30 08:46:37 -07:00
R. RyanTM d5fe53f673 python37Packages.PyChromecast: 7.2.1 -> 7.5.0 2020-09-30 08:45:37 -07:00
R. RyanTM b6491a1a0b python37Packages.pygit2: 1.2.1 -> 1.3.0 2020-09-30 08:45:23 -07:00
R. RyanTM 7765a9e1bf python37Packages.jupyterlab: 2.2.6 -> 2.2.8 2020-09-30 08:45:06 -07:00
R. RyanTM d2c698325e python27Packages.nodeenv: 1.3.5 -> 1.5.0 2020-09-30 08:42:25 -07:00
R. RyanTM 67e71e077d python37Packages.irc: 19.0.0 -> 19.0.1 2020-09-30 08:42:15 -07:00
R. RyanTM b0ca87da97 python37Packages.ptpython: 3.0.5 -> 3.0.7 2020-09-30 08:42:02 -07:00
Ryan Mulligan ef761f2104
Merge pull request #99146 from r-ryantm/auto-update/python2.7-dpkt
python27Packages.dpkt: 1.9.3 -> 1.9.4
2020-09-30 08:30:29 -07:00
Ryan Mulligan ae94ce8ee3
Merge pull request #99140 from r-ryantm/auto-update/python2.7-progressbar2
python27Packages.progressbar2: 3.51.4 -> 3.53.1
2020-09-30 05:56:59 -07:00
Ryan Mulligan a7474a225f
Merge pull request #99151 from r-ryantm/auto-update/python2.7-phonenumbers
python27Packages.phonenumbers: 8.12.8 -> 8.12.10
2020-09-30 05:50:55 -07:00
Daniël de Kok 7fb2cc1725 python3Packages.tensorflow_2: update CUDA capabilities
Sync CUDA capabilities with upstream:

b0c3b5bdd7/.bazelrc (L584)
2020-09-30 13:56:05 +02:00
Mario Rodas e80b9d4ad0
Merge pull request #99148 from r-ryantm/auto-update/python2.7-identify
python27Packages.identify: 1.4.29 -> 1.5.5
2020-09-30 06:08:25 -05:00
Daniël de Kok b751c120ce
Merge pull request #95824 from obsidiansystems/python3.tensorflow_2-update-to-2.3.0
tensorflow: update to 2.3.0
2020-09-30 11:37:42 +02:00
Daniël de Kok 71b3dbc799 python3Packages.transformers: 3.2.0 -> 3.3.1
Changes:

https://github.com/huggingface/transformers/releases/tag/v3.3.0
https://github.com/huggingface/transformers/releases/tag/v3.3.1
2020-09-30 10:38:28 +02:00
R. RyanTM f5a45b083e python27Packages.phonenumbers: 8.12.8 -> 8.12.10 2020-09-30 08:24:12 +00:00
R. RyanTM def388af0a python27Packages.identify: 1.4.29 -> 1.5.5 2020-09-30 07:53:18 +00:00
R. RyanTM 465f20e6a8 python27Packages.dpkt: 1.9.3 -> 1.9.4 2020-09-30 06:38:47 +00:00
R. RyanTM 08d3b647f2 python37Packages.loguru: 0.5.1 -> 0.5.3 2020-09-29 22:16:01 -07:00
Ben Wolsieffer 5642ee3d0e pythonPackages.protobuf: fix cross-compilation 2020-09-30 00:47:29 -04:00
R. RyanTM 2fe02c2890 python37Packages.jupyter_console: 6.1.0 -> 6.2.0 2020-09-29 21:06:13 -07:00
Jonathan Ringer b9aacdf39e python3Packages.skein: mark broken, maven repo unstable 2020-09-29 21:05:50 -07:00
R. RyanTM 4258166395 python37Packages.nbclient: 0.4.3 -> 0.5.0 2020-09-29 21:05:39 -07:00
R. RyanTM 81c259a4d8 python27Packages.pastel: 0.2.0 -> 0.2.1 2020-09-29 21:05:15 -07:00
R. RyanTM e070dc63fc python27Packages.jug: 2.0.2 -> 2.0.3 2020-09-29 21:04:40 -07:00
R. RyanTM e54442c5cb python27Packages.progressbar2: 3.51.4 -> 3.53.1 2020-09-30 03:17:36 +00:00
R. RyanTM ed9c3d4796 python37Packages.canonicaljson: 1.3.0 -> 1.4.0 2020-09-29 19:13:06 -07:00
R. RyanTM 20529dbc31 python27Packages.atlassian-python-api: 1.16.1 -> 1.17.5 2020-09-29 19:07:20 -07:00
Thiago Kenji Okada 9a43f55bb0 python3Package.aionotify: init at 0.2.0 2020-09-29 14:08:35 -07:00
R. RyanTM bf97ef57fe python27Packages.argcomplete: 1.12.0 -> 1.12.1 2020-09-29 09:32:22 -07:00
R. RyanTM 1a519a6ff3 python37Packages.libcloud: 3.1.0 -> 3.2.0 2020-09-29 09:14:59 -07:00
Robert Scott 85e6474eee pythonPackages.ruffus: 2.8.1 -> 2.8.4, fix build
simplify test execution by skipping their makefile entirely. disable tests
on darwin as they are very flaky & hang often. this is probably ok because
we're not hacking this package's source to get it installed, and the user
is probably getting something very similar as they would get using a
regular pip installation.
2020-09-29 06:19:16 -07:00
Raphael Borun Das Gupta 638612dadf pythonPackages.namedlist: bitbucket -> gitlab.com
adapt meta.homepage, as upstream has moved to gitlab.com
2020-09-29 06:15:16 -07:00
Raphael Borun Das Gupta 9a2f904e8f pythonPackages.namedlist: 1.7 -> 1.8 2020-09-29 06:15:16 -07:00
R. RyanTM 70c5ca0b2e python37Packages.bidict: 0.20.0 -> 0.21.2 2020-09-29 06:11:26 -07:00
R. RyanTM 9658a8e0c2 python27Packages.datadog: 0.38.0 -> 0.39.0 2020-09-29 06:07:13 -07:00
R. RyanTM 1da60d0177 python37Packages.asyncssh: 2.3.0 -> 2.4.2 2020-09-29 06:05:10 -07:00
kfollesdal b22a482dda pythonPackages.databricks-connect: 7.1.0 -> 7.1.1 2020-09-29 06:04:25 -07:00
Jonathan Ringer 4d165d29de python3Packages.azure-appconfiguration: init at 1.1.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 61ae2b4715 python3Packages.azure-keyvault-administration: init at 4.0.0b1 2020-09-29 06:00:43 -07:00
Jonathan Ringer 156acc6f97 python3Packages.azure-synapse-spark: 0.2.0 -> 0.3.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 50d41537dd python3Packages.azure-synapse-accesscontrol: 0.2.0 -> 0.3.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 24a1c3977b python3Packages.azure-storage-blob: 12.4.0 -> 12.5.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 03ad84828a python3Packages.azure-mgmt-synapse: 0.3.0 -> 0.4.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 680991d8fb python3Packages.azure-mgmt-storage: 11.2.0 -> 16.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 96384218a4 python3Packages.azure-mgmt-sql: 0.20.0 -> 0.21.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 7d3b962876 python3Packages.azure-mgmt-resource: 10.2.0 -> 15.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 1f646188a2 python3Packages.azure-mgmt-network: 11.0.0 -> 16.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 681b44656a python3Packages.azure-mgmt-netapp: 0.12.0 -> 0.13.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 145af61ea4 python3Packages.azure-mgmt-monitor: 0.11.0 -> 1.0.1 2020-09-29 06:00:43 -07:00
Jonathan Ringer b1b7e14ca4 python3Packages.azure-mgmt-loganalytics: 0.7.0 -> 1.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer ba4adb0474 python3Packages.azure-mgmt-keyvault: 2.2.0 -> 7.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 3a305a6376 python3Packages.azure-mgmt-eventhub: 4.0.0 -> 8.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 84fba9ebdd python3Packages.azure-mgmt-datafactory: 0.12.0 -> 0.13.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 6ac6882764 python3Packages.azure-mgmt-containerservice: 9.3.0 -> 9.4.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 37169d74e5 python3Packages.azure-mgmt-compute: 13.0.0 -> 17.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 54863f8161 python3Packages.azure-mgmt-appconfiguration: 0.6.0 -> 1.0.1 2020-09-29 06:00:43 -07:00
Jonathan Ringer b01e3b51fe python3Packages.azure-keyvault-certificates: 4.2.0 -> 4.2.1 2020-09-29 06:00:43 -07:00
Jonathan Ringer 3a839a93e1 python3Packages.azure-datalake-store: 0.0.49 -> 0.0.50 2020-09-29 06:00:43 -07:00
Jonathan Ringer cefe6adfa4 python3Packages.azure-core: 1.8.0 -> 1.8.1 2020-09-29 06:00:43 -07:00
Jonathan Ringer 60e8e552f0 python3Packages.dash: 1.14.0 -> 1.16.2 2020-09-29 06:00:11 -07:00
Jonathan Ringer 5aac1c6a2c python3Packages.dash_table: 4.9.0 -> 4.10.1 2020-09-29 06:00:11 -07:00
Jonathan Ringer 8c8d356240 python3Packages.dash_renderer: 1.6.0 -> 1.8.2 2020-09-29 06:00:11 -07:00
Jonathan Ringer a95bc37cf1 python3Packages.dash_html_components: 1.0.3 -> 1.1.1 2020-09-29 06:00:11 -07:00
Jonathan Ringer cf1e539417 python3Packages.dash_core_components: 1.10.2 -> 1.12.1 2020-09-29 06:00:11 -07:00
Thibault Gagnaux 66afda2857 python3Packages.fs: fix tests on darwin
Refactors to pytestCheckHook and removes unused nose dependency.
2020-09-29 14:59:35 +02:00
R. RyanTM 7d493ac122 python37Packages.breathe: 4.20.0 -> 4.22.1 2020-09-29 05:59:17 -07:00
Thibault Gagnaux e749451470 python3Packages.fsspec: fix tests on darwin
Disables the `test_touch` test which fails with the following assertion error on hydra darwin only:
```
tmpdir = local('/private/tmp/nix-build-python3.8-fsspec-0.8.3.drv-0/pytest-of-nixbld3/pytest-0/test_touch0')

    def test_touch(tmpdir):
        import time

        fn = tmpdir + "/in/file"
        fs = fsspec.filesystem("file", auto_mkdir=False)
        with pytest.raises(OSError):
            fs.touch(fn)
        fs = fsspec.filesystem("file", auto_mkdir=True)
        fs.touch(fn)
        info = fs.info(fn)
        time.sleep(0.2)
        fs.touch(fn)
        info2 = fs.info(fn)
        if not WIN:
>           assert info2["mtime"] > info["mtime"]
E           assert 1601358357.0 > 1601358357.0

fsspec/implementations/tests/test_local.py:322: AssertionError
```
2020-09-29 05:53:10 -07:00
Christoph Hrdinka 7201e03a07
Merge pull request #98792 from NixOS/kevincox-b2
backblaze-b2: 1.3.8 -> 2.0.2
2020-09-29 13:21:38 +02:00
Lancelot SIX 5542b84aee
Merge pull request #99068 from r-ryantm/auto-update/python3.7-aioftp
python37Packages.aioftp: 0.17.2 -> 0.18.0
2020-09-29 09:01:03 +01:00
R. RyanTM 8ed3178bc2 python37Packages.cmd2: 1.3.8 -> 1.3.10 2020-09-28 23:57:43 -07:00
R. RyanTM 09a8ab526d python27Packages.braintree: 4.3.0 -> 4.4.0 2020-09-28 23:53:17 -07:00
R. RyanTM b8b2a51fef python37Packages.aioftp: 0.17.2 -> 0.18.0 2020-09-29 06:42:08 +00:00
Bas van Dijk d5b0c8bcdf libvirt: 6.3.0 -> 6.6.0
Also upgrades `python3Packages.libvirt`
and patches the `rpcgen` tool from Apple's `developer_cmds` package.
2020-09-29 00:18:24 +02:00
Jan Tojnar 32b4375f10
Merge branch 'staging-next' into staging 2020-09-29 00:12:29 +02:00
R. RyanTM 76dbece8e8 python37Packages.biopython: 1.77 -> 1.78 2020-09-28 13:12:42 -07:00
R. RyanTM e378c36f1c python27Packages.hg-evolve: 10.0.1 -> 10.0.2 2020-09-28 13:11:23 -07:00
sternenseemann a10e457b63 pythonPackages.psautohint: 2.1.0 → 2.1.1 2020-09-28 12:10:36 -07:00
José Romildo Malaquias d2f65bfe8f
Merge pull request #98896 from romildo/upd.efl
{enlightenment.efl,pythonPackages.pythonefl}: 1.24.3 -> 1.25.0
2020-09-28 09:04:45 -03:00
ccellado 2f4f052f7c pyvips: init at 2.1.12
pyvips: init at 2.1.12

pyvips: init at 2.1.12

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/top-level/python-packages.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

pyvips: init at 2.1.12

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-09-27 20:00:31 -07:00
Thibault Gagnaux 4dbd770f30 python3Packages.fsspec: fix tests on darwin, 0.7.4 -> 0.8.3 2020-09-27 12:11:57 -07:00
Patrick Winter 84a2282b7b typer: init at 0.3.2 2020-09-27 11:43:05 -07:00
Austin Butler 5bcc4b27f9 pythonPackages.pyscreenshot: add missing dependencies 2020-09-27 11:28:22 -07:00
Daniël de Kok ce9b73c281 python37Packages.tensorflow: 1.15.2 -> 1.15.4
Changes:

https://github.com/tensorflow/tensorflow/releases/tag/v1.15.4
2020-09-27 11:23:27 -07:00
Robert Scott 46a9046f37
Merge pull request #98947 from risicle/ris-chameleon-fix
pythonPackages.chameleon: fix tests by switching to github source
2020-09-27 18:18:27 +01:00
Robert Scott d7365fad89 pythonPackages.datatable: 0.10.1 -> 0.11.0, fix build
once we've made some alterations to the source (which doesn't seem to have
been shipped in a ready-to-build state), we can use the funny custom build
system to build a wheel which can then be installed by the pipInstallHook.

running the tests is again annoying because an ini file setting pytest's
python_files parameter is missing, meaning we have to inject our own.
2020-09-27 10:14:16 -07:00
Dmitry Kalinkin 3821543de7
pythonPackages.fastparquet: disable broken test 2020-09-27 12:42:03 -04:00
Robert Scott 61563633d8
Merge pull request #98939 from thall/pybase64
python3Packages.pybase64: Upgrade to python 3
2020-09-27 17:10:19 +01:00
Robert Scott 495895c34e
Merge pull request #98928 from thall/master
pythonPackages.lmtpd: upgrade to Python 3
2020-09-27 16:49:25 +01:00
Gabriel Ebner f4a08ce30e
Merge pull request #98934 from thall/pure-eval
pythonPackages.pure-eval: upgrade to Python 3
2020-09-27 17:44:24 +02:00
Robert Scott d9cb2736b4 pythonPackages.chameleon: fix tests by switching to github source
tests are no longer included in the pypi tarball
2020-09-27 15:35:53 +01:00
Niclas Thall 486174da11 python3Packages.pybase64: Upgrade to python 3
Python 2 ist supported.

ZHF: #97479
https://hydra.nixos.org/build/127647482
2020-09-27 15:36:03 +02:00
Niclas Thall 15e1e144df pythonPackages.pure-eval: upgrade to Python 3
ZHF: NixOS#97479
https://hydra.nixos.org/build/127622386
2020-09-27 15:33:30 +02:00
Niclas Thall a29f812f36 pythonPackages.pygraphviz: upgrade to Python 3
Python 2 support was dropped on
c341911c15

ZHF: #97479
https://hydra.nixos.org/build/127631797
2020-09-27 15:30:48 +02:00
Niclas Thall 109c7f95ca pythonPackages.lmtpd: upgrade to Python 3
Python 2 support was dropped on
3546d4660f

ZHF: #97479
https://hydra.nixos.org/build/127641301
2020-09-27 15:27:09 +02:00
Austin Butler 84d74ae9c9 pythonPackages.entrypoint2: init at 0.2.1 2020-09-26 18:54:09 -07:00
Austin Butler af2dc4d401 python3Packages.mss: init at 6.0.0 2020-09-26 18:52:35 -07:00
Robert Scott 704c258ea7 pythonPackages.git-annex-adapter: 0.2.1 -> 0.2.2, fix build 2020-09-26 18:08:03 -07:00
José Romildo Malaquias 9c132e34b3 pythonPackages.pythonefl: 1.24.0 -> 1.25.0 2020-09-26 20:14:25 -03:00
Austin Butler c0b1d136c5 python3Packages.alerta: add missing dependency 2020-09-26 16:03:29 -07:00
Austin Butler 3b1ee7b011 pythonPackages.requests-hawk: init at 1.0.1 2020-09-26 15:46:48 -07:00
Thibault Gagnaux 22cd2a23bf python3Packages.curio: fix tests on darwin
Refactors to pytestCheckHook.
2020-09-26 13:04:55 -07:00
Robert Scott 70ae442fcf pythonPackages.snowflake-sqlalchemy: add pythonImportsCheck
better than nothing
2020-09-26 12:22:40 -07:00
Robert Scott 96f034655f pythonPackages.snowflake-connector-python: 2.2.10 -> 2.3.2, fix build
the relaxed version constraints don't seem to be specific avoidance of
buggy versions, just upstream cautiously prohibiting untested versions

if there *are* specific reasons, they're hidden away in upstream's jira
2020-09-26 12:22:40 -07:00
Robert Scott 99175cfbf6 pythonPackages.accupy: remove perfplot from checkInputs
they were only used for performance tests that aren't useful to us -
disabling these tests allows us to decouple from an unnecessary build
dependency.

convert to pytestCheckHook.
2020-09-26 12:22:16 -07:00
Gabriel Ebner bbb854f974
Merge pull request #98845 from gebner/freecad019git 2020-09-26 17:30:56 +02:00
Gabriel Ebner 96dfa21d37 python3Packages.pivy: 0.6.5a2 -> 0.6.5 2020-09-26 13:49:42 +02:00
Kevin Cox 36a68c8e82
pythonPackages.class-registry: init at 2.1.2 2020-09-25 16:29:42 -04:00
Thomas Tuegel d752cc4d71
python-vlc: use libvlc 2020-09-25 10:47:44 -05:00
Jan Tojnar d471c5d1f3
Merge branch 'staging-next' into staging 2020-09-24 23:09:00 +02:00
William Kral c097e85a2f python3Packages.gym: fix dependency constraints 2020-09-24 09:41:11 -07:00
Martin Povišer d82e165609 python3.pkgs.pysdl2: fix build
Update patches after version bump.
2020-09-24 09:05:40 -07:00
Michael Weiss a9b1e04172
python3Packages.google_api_python_client: 1.12.1 -> 1.12.2 2020-09-24 11:46:37 +02:00
Robert Scott 7486a8d587 pythonPackages.cozy: fix build
to allow building with dictionaries 0.0.2
2020-09-23 20:12:28 -07:00
Tom Hunger 4dda6d765a python3Packages.bayesian-optimization: disable test broken by recent sklearn update 2020-09-23 20:57:45 +01:00
Thibault Gagnaux cf7dd8c22b Fixes trailing whitespace 2020-09-23 09:23:16 -07:00
Thibault Gagnaux 2030061cef notebook: fix tests on darwin, 6.1.3 -> 6.1.4 2020-09-23 09:23:16 -07:00
Florian Klink 5bfe6004e1 python3.pkgs.scikits-odes: remove flokli from maintainers 2020-09-23 11:56:52 +02:00
Robert Scott 9a472166af pythonPackages.gssapi: 1.6.2 -> 1.6.9 2020-09-22 23:18:27 -07:00
Robert Scott fb570ba1de pythonPackages.gssapi: fix tests
the failing tests appear to also be causing trouble upstream
2020-09-22 23:18:27 -07:00
Robert Scott 16ed0c3069 pythonPackages.rabbitpy: 1.0.0 -> 2.0.1 2020-09-22 23:17:42 -07:00
Robert Scott 178d1b119c Revert "python: pamqp: 2.3.0 -> 3.0.1"
No version of pythonPackages.rabbitpy currently exists that supports 3.0.1

This reverts commit 4250cdeee9.
2020-09-22 23:17:42 -07:00
Jon c7fdc43709
Merge pull request #98283 from risicle/ris-truvari-2.0.2
truvari: 1.3.4 -> 2.0.2, add new dependencies & fix build
2020-09-22 23:10:58 -07:00
freezeboy 908d8c3459 python3Packages.google_resumable_media,python2Packages.google_resumable_media: fix tests 2020-09-22 23:10:00 -07:00
freezeboy 2468315f2b python3Packages.crc32c: init at 1.0.0 2020-09-22 23:10:00 -07:00
Tom Hunger e283133520 distributed: disable build for Python older than 3.6 2020-09-22 23:07:46 -07:00
Tom Hunger df84dcf53c streamz: disable build for Python older than 3.6 2020-09-22 23:07:46 -07:00
Tom Hunger 36f7a407ad zict: disable build for Python older than 3.6
No longer supported as of
4d5e14dadb
2020-09-22 23:07:46 -07:00
Daniël de Kok fccf069e77 python3Packages.transformers: 3.1.0 -> 3.2.0
Changes:
https://github.com/huggingface/transformers/releases/tag/v3.2.0
2020-09-22 17:11:41 -07:00
Michael Weiss 6afb5823e1
python3Packages.cryptography: 3.1 -> 3.1.1 2020-09-22 22:02:38 +02:00
Martin Weinelt 0f50990678 python3Packages.segments: init at 2.1.3 2020-09-22 10:11:37 -07:00
Martin Weinelt 8fca119c52 python3Packages.clldutils: init at 3.5.2 2020-09-22 10:11:37 -07:00
Martin Weinelt 2904bef26c python3Packages.csvw: init at 1.8.0 2020-09-22 10:11:37 -07:00
Frederik Rietdijk 7bff759fac Merge staging-next into staging 2020-09-22 18:31:56 +02:00
Stefan Frijters b3e1fd55e4 pythonPackages.maestral: 1.1.0 -> 1.2.0 2020-09-22 09:17:42 -07:00
Stefan Frijters 08ab7f917d pythonPackages.dbus-next: init at 0.1.4 2020-09-22 09:17:42 -07:00
Stefan Frijters 8463f5c9fd pythonPackages.dropbox: 10.3.1 -> 10.4.1 2020-09-22 09:17:42 -07:00
Drew Risinger c24b9331e0 pythonPackages.Mako: convert to pytestCheckHook
* Expands testing by disabling only known failing tests on pypy.
* Update issue links to GitHub repo.
2020-09-22 09:06:39 -07:00
Drew Risinger 7a8fd8de93 pythonPackages.Mako: cleanup meta
* Update homepage to HTTPS
* Add changelog
2020-09-22 09:06:39 -07:00
Lancelot SIX bd4805b659 pythonPackages.django: 2.2.15 -> 2.2.16
See https://docs.djangoproject.com/en/dev/releases/2.2.16/
2020-09-22 08:59:28 -07:00
Ben Wolsieffer 83162ab3b9 pythonPackages.pykdl: init at 1.4.0 2020-09-21 23:38:26 -07:00
Ben Darwin 03ea51a8a3 python3Packages.dipy: 1.1.1 -> 1.2.0 2020-09-21 23:16:37 -07:00
Ben Darwin 9fde97d85f python3Packages.pyxnat: init at 1.3 2020-09-21 23:16:17 -07:00
Martin Weinelt b3ca5036a4 pythonPackages.mocket: 3.8.9 -> 3.9.0 2020-09-21 23:14:57 -07:00
Martin Weinelt a762bbf7b4 pythonPackages.http-parser: init at 0.9.0 2020-09-21 23:14:57 -07:00
Frederik Rietdijk 4e1f8e4e31 python3Packages.xarray: 0.16.0 -> 0.16.1 2020-09-21 21:56:06 +02:00
Frederik Rietdijk 243f56fbc7 python3.pkgs.bokeh: 2.1.1 -> 2.2.1 2020-09-21 21:53:33 +02:00
Jörg Thalheim 4eb55225a1
Merge pull request #98282 from mweinelt/python/yq
pythonPackages.yq: update, repackage as library, fix tests
2020-09-21 20:43:10 +02:00
Jörg Thalheim 40a58cc65b
python3.pkgs.yq: make stdin a tty for tests 2020-09-21 20:33:11 +02:00
Martin Weinelt 1a44ef9066
pythonPackages.yq: 2.10.1 -> 2.11.0 2020-09-21 20:09:28 +02:00
Martin Weinelt e228365258
pythonPackages.yq: repackage as library, convert to application, fix tests 2020-09-21 20:09:28 +02:00
Ben Wolsieffer b0edb341fb buildbot: 2.8.2 -> 2.8.4 2020-09-21 11:08:08 -07:00
Thiago Kenji Okada cd1b769369 pythonPackages.xlib: 0.25 -> 0.28 2020-09-21 11:07:48 -07:00
Guillaume Desforges 4e888fb70d python2Packages.scikits-odes: disable
Ever since we added KLU support to sundials (#94930),
it stopped building while the Python 3 versions didn't
break. Python 2 is EOL.
2020-09-21 11:02:15 -07:00
Drew Risinger 143289ad5b pythonPackages.WSME: fix build
* Remove unneeded patch
* Run tests properly (misspelled before)
* Update homepage & add changelog
* Sort dependencies
2020-09-21 10:55:45 -07:00
Drew Risinger d45ea33a85 pythonPackages.pecan: 1.3.3 -> 1.4.0
* Update Homepage
* Add Changelog
* Convert to pytestCheckHook
* Remove buildInputs, corrected to propagatedBuildInputs or checkInputs as appropriate.
  This caused downstream failures because some required packages were not in the runtime closure (PYTHONPATH).
2020-09-21 10:55:45 -07:00
Ben Darwin 8403806a39 python3Packages.rising: init at 0.2.0post0 2020-09-21 09:56:28 -07:00
Drew Risinger 6e4908a52d spyder: 4.1.4 -> 4.1.5
Changelog: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md#version-415-2020-09-01
* Meta: update homepage, add downloadPage & changelog
2020-09-21 09:55:45 -07:00
Drew Risinger 9dc654234a pythonPackages.spyder-kernels: 1.9.3 -> 1.9.4
* Meta: add changelog & download page, update homepage
2020-09-21 09:55:45 -07:00
Drew Risinger 3b6800c76a python3Packages.spyder: fix build
* Remove version locks that don't match what's in nixpkgs
2020-09-21 09:53:44 -07:00
Austin Butler 8be7347e2b pythonPackages.mohawk: init at 1.1.0 2020-09-21 08:48:08 -07:00
Profpatsch f000c741a3 pythonPackages.b2sdk: init at 1.1.4 2020-09-21 13:39:37 +02:00
Daniël de Kok a034f204ac
Merge pull request #98083 from avdv/zhf-fix-tensorflow
tensorflow: Fix compilation with numpy 1.19.x
2020-09-21 06:55:23 +02:00
Maxim Krivchikov 0f34c4eb33 python3Packages.behave: skip test failing on darwin
Timing-based test is flaky on Darwin:
https://github.com/NixOS/nixpkgs/pull/97737#issuecomment-691489824
2020-09-20 16:25:18 -07:00
Maxim Krivchikov f690cacb06 python3Packages.python-docx: run behave tests
Previously the problematic "behave" dependency
was not even used at checkPhase.
2020-09-20 16:25:18 -07:00
Maxim Krivchikov 6543cbf571 python3Packages.parse: 1.16.0 -> 1.18.0 2020-09-20 16:25:18 -07:00
WORLDofPEACE 978e419abe Merge branch 'staging-next' into staging 2020-09-20 18:43:38 -04:00
WORLDofPEACE 34aaac6d7c Merge branch 'staging-next' into staging 2020-09-20 18:41:15 -04:00
Josef Kemetmüller b8f130e2b4 python.pkgs.scikit-optimize: 0.6 -> 0.8.1
This fixes the build of scikit-optimize.
2020-09-20 15:27:56 -07:00
Andrew Childs c32441811f pythonPackages.netaddr: 0.7.19 -> 0.8.0
Updating to >= 0.7.20 fixes tests on macOS Catalina and newer:

        #   inet_pton has to be different on Mac OSX *sigh*
        assert IPAddress('010.000.000.001', flags=INET_PTON) == IPAddress('10.0.0.1')
>       assert int_to_str(0xffff) == '::0.0.255.255'
E       AssertionError: assert '::ffff' == '::0.0.255.255'
E         - ::0.0.255.255
E         + ::ffff
2020-09-20 15:26:11 -07:00
Jonathan Ringer 43c0499f3a
python38Packages.shouldbe: disable for python3.8 2020-09-20 09:16:15 -07:00
Robert Scott eb86bff30d libgumath, pythonPackages.gumath: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott dcd6847ddb libxnd, pythonPackages.xnd: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott 044533c99b libndtypes, pythonPackages.ndtypes: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Doron Behar b3178aee51 python.pkgs.agate-sql: fix tests by adding crate to inputs 2020-09-20 08:29:18 -07:00
Doron Behar d07100d89f python3Packages.crate: init at 0.24.0 2020-09-20 08:29:18 -07:00
Raphael Borun Das Gupta 355d255d6c pythonPackages.mock-open: 1.3.2 -> 1.4.0 2020-09-20 08:18:31 -07:00
Raphael Borun Das Gupta b103ddb9ab pythonPackages.mock-open: 1.3.1 -> 1.3.2 2020-09-20 08:18:31 -07:00
Austin Butler 05f994426f pythonPackages.glom: fix tests 2020-09-20 08:17:50 -07:00
Robert Scott e61102d5c2 pythonPackages.acebinf: init at 1.0.2 2020-09-20 12:23:18 +01:00
Robert Scott 4543e54991 pythonPackages.pytabix: init at 0.1 2020-09-20 12:23:18 +01:00
Robert Scott ccf4645500 pythonPackages.bwapy: init at 0.1.4 2020-09-20 12:23:18 +01:00
Robert Scott d61c16cda4 sslyze: fix build
need to further relax cryptography module version requirements
2020-09-20 08:57:11 +02:00
Ben Darwin 1179840f9a python3Packages.graspy: 0.2.0 -> 0.3.0 2020-09-19 20:38:05 -07:00
Ben Darwin 5315ce0e40 python3Packages.hyppo: init at 0.1.3 2020-09-19 20:38:05 -07:00
Martin Weinelt a5f77e0583 pythonPackages.junos_eznc: fix build 2020-09-19 20:27:11 -07:00
Martin Weinelt d956ed6ac8 pythonPackages.yamlordereddictloader: init at 0.4.0 2020-09-19 20:27:11 -07:00
Martin Weinelt 278d069304 python3Packages.ntc-templates: init at 1.5.0 2020-09-19 20:27:11 -07:00
Martin Weinelt 6898bcff08 pythonPackages.textfsm: init at 1.1.1 2020-09-19 20:27:11 -07:00
Mario Rodas 755dd9d14e
Merge pull request #98158 from sternenseemann/afdko-3.5.1
pythonPackages.afdko: 3.5.0 → 3.5.1
2020-09-19 12:34:37 -05:00
Mario Rodas fe5a611a35 pythonPackages.pylint: 2.5.3 -> 2.6.0 2020-09-19 04:20:00 +00:00
Jonathan Ringer 2a35f66439 python3Packages.lightparam: fix source and deps 2020-09-18 18:44:15 -07:00
Jonathan Ringer a9162ffdaa python3Packages.runway-python: add missing deps 2020-09-18 18:08:14 -07:00
William Kral 7567bd6d89 python3Packages.irc: fix build 2020-09-18 14:27:35 -07:00
William Kral 6a4e785931 python3Packages.word2vec: fix build and tests 2020-09-18 09:59:14 -07:00
William Kral 5f0f2b85cb python3Packages.requests-aws4auth: fix build 2020-09-18 09:57:56 -07:00
Martin Povišer 20472523e7 python3.pkgs.cartopy: 0.17 -> 0.18
Fixes build. Formerly cartopy tests were failing, likely since update of
matplotlib to 3.3.0.
2020-09-18 09:50:57 -07:00
freezeboy e3c1b8782a python3Packages.fluent-logger: relax version for msgpack
Also add imports tests as we can't do more using the pip release
2020-09-18 09:50:11 -07:00
Lassulus 7992147d87
Merge pull request #97113 from r-ryantm/auto-update/duckdb
duckdb: 0.1.8 -> 0.2.1
2020-09-17 20:24:48 +02:00
Arnout Engelen 19f22514cb
pythonPackages.grpcio-tools: add setuptools dependency (#98157) 2020-09-17 09:23:16 -05:00
sternenseemann 0596ac5105 pythonPackages.afdko: 3.5.0 → 3.5.1 2020-09-17 16:00:43 +02:00
Frederik Rietdijk af92611103 Revert "python: gsd: 1.7.0 -> 1.9.3"
Incorrect update. Should not update the Python 2 version.

This reverts commit d1a46d4ff3.
2020-09-17 11:35:38 +02:00
Robert Scott b4338fbb12
Merge pull request #98060 from jonringer/fix-ihatemoney
python3Packages.ihatemoney: disable sandbox unfriendly tests
2020-09-16 22:20:25 +01:00
Lancelot SIX 00f16b7e0c pythonPackages.pyslurm: mark as broken 2020-09-16 21:07:55 +02:00
Michael Weiss 6a8415c93f
python3Packages.google_api_python_client: 1.11.0 -> 1.12.1 2020-09-16 18:20:37 +02:00
Drew Risinger 289825ae8a python3Packages.tinydb: 3.14.1 -> 4.1.1
* Fix license
* Update version
* Update homepage & URL links
* Disable on python2.7 (no longer supported).
2020-09-16 11:16:01 -04:00
Claudio Bley 8f5bfd6af1 tensorflow: Fix compilation with numpy 1.19.x
Numpy introduced a breaking API change in version 1.19.x, see [1].

There is a simple fix [2] available in the master branch.

[1]: https://github.com/tensorflow/tensorflow/issues/40688
[2]: 75ea0b3147
2020-09-16 10:22:18 +02:00
Jonathan Ringer f1325cdfe7 python2Packages.hickle: disable
```
  Processing ./hickle-4.0.1-py2-none-any.whl
  ERROR: Package 'hickle' requires a different Python: 2.7.18 not in '>=3.5'
```
2020-09-16 00:26:48 -07:00
Jonathan Ringer 389ab45924 python3Packages.hickle: disable tests
Incompatible with astropy>=4.0
2020-09-16 00:26:48 -07:00
Keshav Kini eabba0daf0 python36Packages.ipython: 7.17 -> 7.16.1 (downgrade)
IPython versions 7.17 and higher don't support Python 3.6 anymore, so
this commit adds back the old expression for 7.16.1 from before
ba1038a98b for use in python36Packages
only.

    nix-repl> :b python36.withPackages (ps: [ ps.ipython ])
    builder for '/nix/store/q8v4f89xwv35a3idb9z345z6n3nzfycb-python3.6-ipython-7.17.0.drv' failed with exit code 1; last 10 log lines:
      Python 3.5 was supported with IPython 7.0 to 7.9.
      Python 3.6 was supported with IPython up to 7.16.

      See IPython `README.rst` file for more information:

          https://github.com/ipython/ipython/blob/master/README.rst

      Python sys.version_info(major=3, minor=6, micro=12, releaselevel='final', serial=0) detected.
    cannot build derivation '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv': 1 dependencies couldn't be built
    [0 built (1 failed)]
    error: build of '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv' failed
2020-09-16 09:22:38 +02:00
Robert Scott 4d111fdf39 pythonPackages.sievelib: fix build by adding patch
this fixes installation with newer pip versions

also give a name to an existing patch
2020-09-15 11:52:25 -07:00
Matt Votava 5f4b880b40 python2Packages.trytond: disable for python2 2020-09-15 11:48:41 -07:00
Matt Votava 0051c0a4a5 pythonPackages.bcrypt: use 3.1.x for python older than 3.6 2020-09-15 11:48:41 -07:00
Jonathan Ringer 2003495474 python3Packages.graphite_beacon: fix deps, add nixos test 2020-09-15 11:05:28 -07:00
Jonathan Ringer 43d588b0af python3Packages.ihatemoney: disable sandbox unfriendly tests, fix passthru 2020-09-15 11:01:19 -07:00
Josef Kemetmüller 2b55bb4338 python27.pkgs.joblib: Disable package
The version 0.16.0 doesn't support Python older than 3.6.
2020-09-15 09:43:51 -07:00
Robert Scott 58802bec5f
Merge pull request #97845 from risicle/ris-holidays-fix
pythonPackages.holidays: fix build by adding korean-lunar-calendar dependency
2020-09-14 22:28:14 +01:00
Robert Scott 9fb14d899d pythonPackages.holidays: fix build by adding korean-lunar-calendar dependency 2020-09-14 20:37:59 +01:00
Ben Darwin 1f5f6424a7 python3Packages.batchgenerators: 0.20.0 -> 0.20.1 2020-09-14 15:31:14 -04:00
Ben Darwin 2a4a6554eb python3Packages.threadpoolctl: 2.0.0 -> 2.1.0 2020-09-14 15:08:35 -04:00
Lancelot SIX 79b9007c94
Merge pull request #97961 from sikmir/timezonefinder
pythonPackages.timezonefinder: fix build
2020-09-14 17:12:57 +01:00
Tim Steinbach 8bf7fe69c5
boto3: 1.14.51 -> 1.14.60 2020-09-14 09:11:08 -04:00
Tim Steinbach 8ec1cb8b7a
botocore: 1.17.51 -> 1.17.60 2020-09-14 09:11:08 -04:00
Nikolay Korotkiy 9c0a900a9d
pythonPackages.timezonefinder: fix build 2020-09-14 10:06:52 +03:00
Mario Rodas 687ae42f20
Merge pull request #97916 from marsam/fix-python-grpcio-build
pythonPackages.grpcio: fix build
2020-09-13 18:40:12 -05:00
freezeboy 7849d11478 python3Packages.python-snap7: init 0.11 2020-09-13 10:28:12 -07:00
Romanos Skiadas 5e891fd073 python3Packages.jenkinsapi: fix build
nix-env -f default.nix -iA python38Packages.jenkinsapi now works.

Here is a list of all the things done:
- fixed the dependency list which was lacking some packages
- changed checkPhase. This called python setup.py test by default,
which is very much not what jenkinsapi does upstream. This resulted in
simple_post_logger.py being imported, which called serve_forever(),
manifesting as a hang
- tox decided to install pbr every time and fails and also tried to
run tests across multiple python versions, so I just made checkPhase
call pylint/pycodestyle/py.test directly.
- disabled systests which try to run jenkins
- disabled misc broken tests. There are some calls in them that should
have been mocked but the mocks don't take effect for some reason,
resulting in failed requests to localhost.
- removed needless inputs. nose and unittest2 are not needed, not even
in python2
- disabled tests on darwin, as requests-kerberos is apparently broken
2020-09-13 10:03:53 -07:00
Martin Weinelt 79ff0a1127
Merge pull request #97866 from nyanloutre/python_gitlab_fix
pythonPackage.python-gitlab: add missing tests requirements
2020-09-13 18:43:59 +02:00
Martin Weinelt 1810cb2e0c python3Packages.brother: 0.1.14 -> 0.1.17 2020-09-13 09:41:06 -07:00
Josef Kemetmüller dc2e45e3e5 python.pkgs.geopandas: 0.8.0 -> 0.8.1
This fixes the geopandas build, which did break with the update of
pandas from 1.0.5 to 1.1.0.
2020-09-13 09:31:07 -07:00
Daniël de Kok 69cdd652b7 python3Packages.datasets: 1.0.0 -> 1.0.1
Changelog:
https://github.com/huggingface/datasets/releases/tag/1.0.1
2020-09-13 09:26:34 -07:00
Martin Weinelt e452e42d81
Merge pull request #97899 from risicle/ris-httpx-fix
pythonPackages.httpx: fix tests
2020-09-13 15:19:53 +02:00
Robert Scott 26e023bfa7 pythonPackages.pulp: fix by adding new dependency amply 2020-09-13 13:23:13 +01:00
Robert Scott c305f3fac3 pythonPackages.amply: init at 0.1.2 2020-09-13 13:22:53 +01:00
Robert Scott 92a9db2e3e pythonPackages.httpx: fix tests
test suite contained a literal timestamp which expired, fixed upstream
2020-09-13 12:44:47 +01:00
Robert Scott b3fd4226ba
Merge pull request #97765 from freezeboy/fix-dependency-injector
python2Packages.dependency-injector: add missing dependencies
2020-09-13 12:00:40 +01:00
freezeboy 2102764e62 python2Packages.dependency-injector: add missing dependencies 2020-09-13 12:48:13 +02:00
Daniël de Kok 4afc26f0fa
Merge pull request #97771 from freezeboy/disable-py2-green
python2Packages.green: remove
2020-09-13 09:12:35 +02:00
freezeboy 96acb3a772 python2Packages.green: remove 2020-09-13 09:09:47 +02:00
Vladimír Čunát 6705f79d42
Re-revert "Merge #97847 python27Packages.anytree: fix build"
Moved to staging.
This reverts commit 97e2ca3447.
2020-09-13 08:21:41 +02:00
Vladimír Čunát 97e2ca3447
Revert "Merge #97847 python27Packages.anytree: fix build"
Moving to staging.  It's a really large rebuild.
This reverts commit 9a8bd1e564, reversing
changes made to 9866abf63b.
2020-09-13 08:13:00 +02:00
freezeboy 037b8aefef cfn-lint: fixed importlib_resources version bounds
Also, added import checks to have a minimal test for the package
2020-09-12 22:09:50 -07:00
Martin Weinelt 8e29e178ac pythonPackages.mocket: 3.8.8 -> 3.8.9 2020-09-12 21:42:59 -07:00
Mario Rodas 36cb6946ef pythonPackages.grpcio: fix build 2020-09-13 04:20:00 +00:00
nyanloutre 9225192bf6 pythonPackage.python-gitlab: add missing tests requirements 2020-09-12 23:52:13 +02:00
Gabriel Ebner dfef3ec138
Merge pull request #97850 from gebner/python-websockets-tests 2020-09-12 21:47:54 +02:00
Robert Scott 9a8bd1e564
Merge pull request #97847 from drewrisinger/zhf/python-anytree
python27Packages.anytree: fix build
2020-09-12 18:20:40 +01:00
Gabriel Ebner b5fcd79c3f python3Packages.websockets: make tests deterministic 2020-09-12 19:20:11 +02:00
Matthieu Coudron 1be0767ec8
cx_Freeze: disable python2.7 (#97763) 2020-09-12 17:58:29 +02:00
freezeboy c70aaa40fc
flask-api: disable python2.7 (#97766) 2020-09-12 17:57:39 +02:00
Drew Risinger 1d86636aca python27Packages.anytree: fix build
Tests fail on python2.7 b/c the tests use enums (python 3.4+).
Follow-on from #97761.
Converts tests to use pytestCheckHook for easier test disabling.
2020-09-12 11:39:29 -04:00
Matthieu Coudron 8d25f838d0
Merge pull request #97817 from dotlambda/zulip-terminal
zulip-term: init at 0.5.2
2020-09-12 17:00:02 +02:00
Benjamin Hipple 931c4f2f47
Merge pull request #97698 from obsidiansystems/pytorch-use-passhthru
pytorch: update to use passthru's for checks
2020-09-12 09:46:51 -04:00
Robert Scott cf5a892a24 pythonPackages.korean-lunar-calendar: init at 0.2.1 2020-09-12 14:44:16 +01:00
Robert Schütz bc402f3e4d python.pkgs.urwid-readline: init at 0.11 2020-09-12 01:37:15 +02:00
Robert Schütz c9c5be8a1e python.pkgs.zulip: init at 0.7.0 2020-09-12 01:37:06 +02:00
freezeboy e3912be86a cx_Freeze: disable python2.7 2020-09-11 16:04:51 +02:00
Mario Rodas b83b7153e3
Merge pull request #97623 from marsam/update-grpc
grpc: 1.31.0 -> 1.32.0
2020-09-11 06:06:11 -05:00
Matthew Bauer 59eecacd2d python3Packages.tensorflow: use cudatoolkit 11 2020-09-10 23:36:23 -05:00
Matthew Bauer 9cd240c14a python3Packages.h5py: 2.9.0 -> 2.10.0
also disable on python 2.7
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-09-10 23:36:12 -05:00
Matthew Bauer 74338f636a python3Packages.tensorflow-estimator: 2.2.0 -> 2.3.0 2020-09-10 23:35:48 -05:00
Arnout Engelen 1e19d446bf python3Packages.tensorflow_2: 2.1.0 -> 2.3.0
Also:
- patch to remove scipy requirement
- add cuda to RPATH
- don’t include nvidia_x11 (This isn’t needed, we can get it from
/run/opengl-driver being in the RPATH.)

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
2020-09-10 23:34:10 -05:00
Martin Weinelt 4607f02589
pythonPackages.supervisor: drop glibc-2.31 patch
A fix was integrated into the 4.2.1 release.
2020-09-11 02:37:21 +02:00
Daniël de Kok 1839c5cd7b python3Packages.datasets: init at 1.0.0
This library provides open-access datasets an evaluation metrics for
natural language processing using PyTorch, TensorFlow, NumPy, and
Pandas.
2020-09-10 16:06:40 -07:00
Robert Scott 9627ae4f9a pythonPackages.pysnow: fix build & tests 2020-09-10 16:05:05 -07:00
Robert Scott ef82f49fc0 pythonPackages.pyjet: fix tests
tests are now pytest tests, and not included in the pypi tarball
2020-09-10 15:16:44 -07:00
Robert Scott 70c56dd486 pythonPackages.pq: fix build
we can't run the tests anyway, so remove fragile attempts to patch them
2020-09-10 15:15:58 -07:00
Robert Scott 483fa86c36 pythonPackages.hiredis: fix tests
just requires the source-directory-hiding trick
2020-09-10 15:15:39 -07:00
Drew Risinger 8f6436a825 python3Packages.parso: disable on python 2.7
* Disabled on python 2.7
* Updated meta
* Changed to pytestCheckHook
2020-09-10 15:09:01 -07:00
Jonathan Ringer 5916b96370 python3Packages.executor: 21.3 -> 23.1, fix tests 2020-09-10 14:39:20 -07:00
Matthew Bauer c85fc341b0 pytorch: update to use passthru's for checks
This makes the checks a little easier to understand - we can just
check it in the passthru. Also increase major check for cuda 11.
2020-09-10 14:23:15 -05:00
Frederik Rietdijk 336ce7a797 python3.pkgs.fastparquet: 0.4.0 -> 0.4.1 2020-09-10 17:13:49 +02:00
Drew Risinger b03c729c88 python3Packages.nmigen: fix build
Tried to debug failure & traced it to subprocess.Popen calling fork_exec()
with a bad path, but couldn't reproduce error from manual debugging
using ``nix-shell``.

Bad path meaning that most paths were of form /nix/store/.../bin/sby,
but one path was "sby" only. That's my only guess as to what would
be causing this failure.
2020-09-09 20:04:41 -07:00
Drew Risinger 9fae7b21ef python3Packages.pyfakefs: disable on py2.7
* No longer supports python < 3.5, so disabled.
* Enables tests that were disabled due to bugs.
* Add changelog
2020-09-09 20:01:37 -07:00
Erik Arvstedt a81c38893c python3Packages.django_extensions: 2.2.8 -> 3.0.8 2020-09-09 19:39:06 -07:00
Erik Arvstedt 039e248555 python3Packages.django-picklefield: fix tests 2020-09-09 19:39:06 -07:00
Mario Rodas 35665b9fc2 pythonPackages.grpcio-tools: 1.31.0 -> 1.32.0 2020-09-09 18:01:00 -05:00
WORLDofPEACE 872f2b76c1
Merge pull request #97578 from makefu/pkgs/pyhaversion/fix
python3Packages.pyhaversion: add missing semantic-version
2020-09-09 16:29:00 -04:00
makefu 92bf2d7c03
python3Packages.pyhaversion: add missing semantic-version 2020-09-09 19:46:33 +02:00
William Kral cf54ef99b6 python3Packages.jq: 0.1.8 -> 1.0.2 2020-09-09 09:52:45 -07:00
Jörg Thalheim b5118540bf
Merge pull request #97560 from makefu/pkgs/python-maintainer/fix-eval
aresponses,pyhaversion: disable for py2
2020-09-09 18:30:08 +02:00
Shea Levy 31579c6b0a
matplotlib: Disable LTO on darwin.
Needs #19312 or equivalent to work.
2020-09-09 12:18:50 -04:00
makefu b30dfc4f4b
pythonPackages.pyhaversion: py3k only 2020-09-09 18:11:17 +02:00
makefu 467dcc5b75
pythonPackages.aresponses: only py3k 2020-09-09 18:10:21 +02:00
Maximilian Bosch f961ac6695
python3Packages.todoist: fix build
See https://hydra.nixos.org/build/126777642
ZHF #97479
2020-09-09 13:32:31 +02:00
Jonathan Ringer ff7e38b954 python3Packages.xdis: 4.2.4 -> 5.0.4, fix build 2020-09-08 18:16:34 -07:00
Edmund Wu b169bfc9e2 python3Packages.tinycss2: fix build 2020-09-08 17:43:57 -07:00
Edmund Wu 0f5c7d2bfb python3Packages.mistletoe: init at 0.7.2 2020-09-08 17:43:57 -07:00
Robert Scott 570dbab975 pythonPackages.jug: fix tests
these seem to have switched to pytest tests in 2.0.2
2020-09-08 17:04:31 -07:00
Jörg Thalheim b99096b1f0 python3.pkgs.python-language-server: fix jedi integration
recent jedi/parso versions uses Path instead of str.
2020-09-08 14:29:15 -07:00
Jörg Thalheim 12a9a93d68 python3.pkgs.jedi: fix compatibility with parso
The current version is fundamentally broken as tested with
python-language-server because parso now uses Path instead of str
in many instances.

Backporting of the fixes is not trivial and likely breaks more stuff
than it fixes due to other refactorings in jedi, hence using a recent
commit in master seems more reasonably.
2020-09-08 14:29:15 -07:00
Jörg Thalheim b0a8c8af6f python3.pkgs.python-language-server: 0.33.1 -> 0.34.1 2020-09-08 14:29:15 -07:00
Jörg Thalheim 12fc3e0718 python-engineio: 3.13.0 -> 3.13.2 (fix build) 2020-09-08 14:29:15 -07:00
Jonathan Ringer 9716fcd940 python3Packages.minio: fix cred tests 2020-09-08 14:24:43 -07:00
Vincent Haupert 9c6c7acf22 python3Packages.mitmproxy: 5.1.1 -> 5.2 2020-09-08 10:40:22 -07:00
Vincent Haupert 0e5657498d mitmproxy: convert to python3Packages 2020-09-08 10:40:22 -07:00
Michael Weiss d2eb16cdf5
python3Packages.goobook: Generate and install the man page 2020-09-08 14:57:06 +02:00
Michael Weiss 9550ba71fa
python3Packages.goobook: 3.4 -> 3.5 2020-09-08 14:11:56 +02:00
Frederik Rietdijk 945fdbe1b9 pythonPackages.python-pam: remove duplicate package, fixes #97355 2020-09-08 08:13:04 +02:00
Thomas Tuegel 0b3cc29f09
Merge pull request #97242 from ttuegel/qt-5.15
Qt 5.15.0
2020-09-07 20:18:57 -05:00
R. RyanTM 7a85c05878 python27Packages.graph-tool: 2.31 -> 2.32 2020-09-07 14:14:10 -07:00
laikq d4b6ea979a python: pyopengl-accelerate: init at 3.1.5 2020-09-07 10:49:24 -07:00
laikq 1f8f476ca2 python: rtmixer: init at 0.1.1 2020-09-07 10:49:24 -07:00
laikq ec1f9624da python: pa_ringbuffer: init at 0.1.3 2020-09-07 10:49:24 -07:00
James ‘Twey’ Kay 0aa340b2fc imgsize: init at 2.1 2020-09-07 10:19:37 -07:00
sternenseemann 227b210693 pythonPackages.fontparts: 0.9.2 → 0.9.6 2020-09-07 10:17:24 -07:00
Thomas Tuegel 8c3cef55c5
pivy: import soqt properly 2020-09-07 10:55:46 -05:00
Thomas Tuegel e865c6ffcc
pivy: pin to qt514 2020-09-07 10:53:37 -05:00
Thomas Tuegel a811e37d1c
roboschool: pin to qt514 2020-09-07 10:50:10 -05:00
Vladimír Čunát c1c85b9bad
Merge #97146: 'staging-next' branch
This is the last planned iteration before forking 20.09.
2020-09-07 15:43:36 +02:00
Thomas Tuegel 282aadbd36 Revert "python.pkgs.pyqt5: 5.14.2 -> 5.15.0"
This reverts commit 3977fed49ee33e3c42bca884a4872fdd1857ead3.
2020-09-07 08:06:36 -05:00
Timothy DeHerrera f299399edb python.pkgs.pyqt5: 5.14.2 -> 5.15.0 2020-09-07 08:05:19 -05:00
Michael Weiss e6cbcc2ac1
python3Packages.scapy: 2.4.3 -> 2.4.4 (#97215) 2020-09-06 20:29:31 +02:00
R. RyanTM 7dce8e2171 python27Packages.pydub: 0.24.0 -> 0.24.1 2020-09-06 10:31:19 -07:00
Frederik Rietdijk d362c0e54e Merge master into staging-next 2020-09-06 18:14:23 +02:00
Gabriel Ebner daa77cc74a python3Packages.uranium: 4.6.1 -> 4.7.1 2020-09-06 13:31:56 +02:00
Gabriel Ebner 497ff43da1 python3Packages.libsavitar: 4.6.1 -> 4.7.1 2020-09-06 13:31:39 +02:00
Gabriel Ebner e60ff5a3d0 python3Packages.libarcus: 4.6.1 -> 4.7.1 2020-09-06 13:31:16 +02:00
Frederik Rietdijk e7710c9cb9
Merge pull request #97253 from risicle/ris-tiledb-2.0.7
tiledb: 1.7.7 -> 2.0.7, pythonPackages.tiledb: 0.5.6 -> 0.6.6, enable for darwin along with libpqxx
2020-09-06 08:10:55 +02:00
Martin Weinelt bf72d1bc7d
Merge pull request #97151 from jonringer/home_assistant_plugins
Home assistant plugins: pysqueezebox and yeelight
2020-09-06 02:20:43 +02:00
Robert Scott 22a9d9aa5b tiledb: enable for all unix, add tweaks for darwin & non-x86 systems 2020-09-05 22:43:55 +01:00
Robert Scott 438d5b6b61 pythonPackages.tiledb: 0.5.6 -> 0.6.6
include a few improvements to tests
2020-09-05 18:23:21 +01:00
Jan Tojnar 346dee1a96
Merge branch 'master' into staging-next 2020-09-05 00:31:19 +02:00
Robert Scott 48ae44b3a2 pythonPackages.duckdb: patch out attempted use of git
replace with `false` as its use here is pointless anyway.
2020-09-04 22:56:43 +01:00
Jonathan Ringer e3c26f8c0d python3Packages.zope_i18n: remove due to prolonged breakage 2020-09-04 12:38:45 -07:00
Jonathan Ringer bd0b0d653c python3Packages.maildir-deduplicate: remove due to prolonged breakage 2020-09-04 12:38:38 -07:00
Jonathan Ringer 8833467efc python3Packages.libarchive: remove due to prolonged breakage 2020-09-04 12:38:38 -07:00
Jonathan Ringer bbeab7d50e python3Packages.qutip: remove due to prolonged breakage 2020-09-04 12:38:38 -07:00
Jonathan Ringer 95996a837d python3Packages.pip2nix: remove 2020-09-04 12:38:38 -07:00
nyanloutre ca7b509dff
pythonPackages.yeelight: init at 0.5.3 2020-09-04 12:26:28 -07:00
nyanloutre 14de1392aa
pythonPackages.pysqueezebox: init at 0.4.0 2020-09-04 12:25:43 -07:00
Jonathan Ringer 3157bf1db7 python3Packages.hypothesis: 5.11.0 -> 5.30.0 2020-09-04 20:21:15 +02:00
Matthew Bauer b3d5272ff0 numpy: set runtime_library_dirs too
This appears to be needed in some Python distutils for the library to
get on RPATH correctly. I’m not sure why this worked before, but I
needed this value set for Python 3.8 numpy to work correctly.
2020-09-04 20:10:53 +02:00
Frederik Rietdijk af81d39b87 Merge staging-next into staging 2020-09-04 20:03:30 +02:00
Jonathan Ringer b23f1442c5 python3Packages.ftputil: fix tests 2020-09-04 11:00:54 -07:00