Commit graph

28849 commits

Author SHA1 Message Date
Fabian Affolter 12ea274a74 python3Packages.hatasmota: 0.2.13 -> 0.2.14 2021-05-26 17:56:24 +02:00
Fabian Affolter 77b08e24b9 python3Packages.aioshelly: 0.6.3 -> 0.6.4 2021-05-26 08:45:15 -07:00
Fabian Affolter f43e46e6de python3Packages.pyfritzhome: 0.6.0 -> 0.6.1 2021-05-26 08:44:08 -07:00
Phillip 36e7b8509a
qcengine: init at 0.19.0 (#124501) 2021-05-26 17:07:40 +02:00
Harrison Houghton dbc085cb44 acoustics: fix
There's a bit of LaTeX math code in a comment in a test file:

```
    .. math:: L = 10 \cdot \\log_{10}{\\left(\\frac{MS}{p_r^2} \\right)}
```

which of course should be `\\cdot`.

I could patch it, but I think skipping deprecation warnings in tests is
probably ok... (If nothing else it's easier.)
2021-05-26 10:59:47 -04:00
Fabian Affolter 4b6ff1c987 python3Packages.connect-box: 0.2.8 -> 0.3.0 2021-05-26 15:44:01 +02:00
Antoine Martin 24a369cebd python3Packages.beancount: add google-auth dep 2021-05-26 12:39:48 +02:00
Fabian Affolter 9fa8d24573 python3Packages.pymazda: 0.1.5 -> 0.1.6 2021-05-26 11:37:58 +02:00
Fabian Affolter 236e56dfda python3Packages.yalesmartalarmclient: 0.3.1 -> 0.3.4 2021-05-26 11:12:39 +02:00
Dmitry Kalinkin 66e7fcf53f
Merge pull request #124439 from rnhmjoj/mpl
pythonPackages.matplotlib: fix headless detection
2021-05-26 04:59:42 -04:00
Fabian Affolter 704060a8d5 python3Packages.adb-shell: 0.3.2 -> 0.3.3 2021-05-26 10:12:06 +02:00
Fabian Affolter 05ef940b94 python3Packages.pylutron-caseta: 0.9.0 -> 0.10.0 2021-05-26 00:45:05 -07:00
Robert T. McGibbon 61c2371594 python3Packages.scikit-bio: mark as x86_64-only 2021-05-26 00:29:55 -07:00
rnhmjoj 7672576a0d
pythonPackages.matplotlib: add licenses 2021-05-26 08:23:44 +02:00
rnhmjoj 3a3e1134a8
pythonPackages.matplotlib: remove unsused arguments 2021-05-26 08:00:28 +02:00
rnhmjoj 7e2ec8f8a1
pythonPackages.matplotlib: fix headless detection
The default backend is chosen based on the content of the $DISPLAY
variable *and* a successfull call to libX11, loaded via dlopen().
The test fails because dlopen looks in /usr/lib and /lib, so matplotlib
falls back to a headless backend.

To reproduce try running:

    $ nix-shell -I nixpkgs=$PWD -p \
      'python3.withPackages (p: [ p.matplotlib ])' --run python
    >>> import matplotlib.pyplot as plt
    >>> assert plt.get_backend() == "TkAgg"
2021-05-26 07:53:20 +02:00
Sandro 975c21b280
Merge pull request #124437 from risicle/ris-python-xgboost-darwin-fix
python3Packages.xgboost: fix tests for darwin
2021-05-26 03:12:26 +02:00
Martin Weinelt 2553242531
python3Packages.aioesphomeapi: 2.7.0 -> 2.8.0
https://github.com/esphome/aioesphomeapi/releases/tag/v2.8.0
2021-05-26 02:30:15 +02:00
Robert Scott 4ef1d33c7c python3Packages.xgboost: fix tests for darwin 2021-05-25 23:59:21 +01:00
Fabian Affolter ce7b5ac8c9 python3Packages.aioambient: allow later websockets releases 2021-05-25 23:23:39 +02:00
Fabian Affolter 25956ecf05 python3Packages.async-upnp-client: 0.17.0 -> 0.18.0 2021-05-25 23:21:10 +02:00
Fabian Affolter ccb0f0080d python3Packages.yeelight: 0.6.2 -> 0.6.3 2021-05-25 13:25:20 -07:00
Robert Scott c29e090a7d
Merge pull request #124316 from risicle/ris-lightgbm-darwin
python3Packages.lightgbm: fix for darwin
2021-05-25 19:43:12 +01:00
Ryan Mulligan cf2f26fd89
Merge pull request #124043 from fgaz/staticjinja/2.0.0
staticjinja: 1.0.4 -> 2.0.0
2021-05-25 11:22:25 -07:00
Fabian Affolter 4b08e67c3e python3Packages.corsair-scan: init at 0.2.0 2021-05-25 19:58:21 +02:00
Robert Schütz ffd68b1033
Merge pull request #124397 from fabaff/frozenlist
python3Packages.frozenlist: init at 1.1.1, python3Packages.aiosignal: init at 1.1.1
2021-05-25 19:06:15 +02:00
Fabian Affolter 0ddb62fda6 python3Packages.aiosignal: init at 1.1.1 2021-05-25 18:40:16 +02:00
Fabian Affolter b0798e7d4b python3Packages.zwave-js-server-python: 0.24.0 -> 0.25.0 2021-05-25 09:30:40 -07:00
Daniël de Kok 2c5f7b241c python3Packages.tokenizers: canonicalize tests
Make handling of tests more like other Python derivations (and they
actually run again).
2021-05-25 09:15:05 -07:00
Daniël de Kok 1202bf4227 python3Packages.tokenizers: 0.10.1 -> 0.10.3
Changelog:

https://github.com/huggingface/tokenizers/releases/tag/python-v0.10.2
https://github.com/huggingface/tokenizers/releases/tag/python-v0.10.3
2021-05-25 09:15:05 -07:00
Fabian Affolter 4a1c0cdba8 python3Packages.frozenlist: init at 1.1.1 2021-05-25 17:38:18 +02:00
Fabian Affolter 8f5c32af53
python3Packages.pyupgrade: 2.16.0 -> 2.18.0 (#124387) 2021-05-25 17:26:16 +02:00
Fabian Affolter 5997f0dcd9
Merge pull request #124385 from mweinelt/python/pywemo
python3Packages.pywemo: disable failing test
2021-05-25 16:51:42 +02:00
markuskowa a143b7f3ce
Merge pull request #124375 from sheepforce/qcelemental
QCElemental: init at 0.20.0
2021-05-25 16:27:16 +02:00
Martin Weinelt a0160c0ae8
python3Packages.pywemo: disable failing test
With libxml2 2.9.12 this test started failing, it was reported upstream
at https://github.com/pywemo/pywemo/issues/268.
2021-05-25 15:53:41 +02:00
Fabian Affolter 4ca44017c1 python3Packages.pyftdi: 0.52.9 -> 0.53.1 2021-05-25 15:26:56 +02:00
Phillip Seeber ab484473ae qcelemental: init at 0.20.0
qcelemental: directory name


qcelemental: remove cacert, 0.19.0 -> 0.20.0
2021-05-25 15:09:50 +02:00
Fabian Affolter d0f5ac34fc
Merge pull request #124302 from fabaff/bump-adafruit-platformdetect
python3Packages.adafruit-platformdetect: 3.13.2 -> 3.13.3
2021-05-25 14:32:02 +02:00
Fabian Affolter 376f8578ee python3Packages.dulwich: 0.20.21 -> 0.20.23 2021-05-25 14:13:29 +02:00
Robert Schütz 80672e6f50
pythonPackages.fiona: 1.8.18 -> 1.8.19 (#124359) 2021-05-25 13:54:03 +02:00
Sandro c83536ebca
Merge pull request #124255 from DavHau/scikit-learn-fix-hydra 2021-05-25 03:39:34 +02:00
Sandro ef9a1d4c57
Merge pull request #119258 from drewrisinger/dr-pr-fix-python-tables 2021-05-25 03:38:59 +02:00
Robert Scott 1b7c850437 python3Packages.lightgbm: fix for darwin
package appears to have its own openmp library detection now and doesn't
need the hacks. also add pythonImportsCheck.
2021-05-24 23:56:58 +01:00
Fabian Affolter 4d3d0c2710 python3Packages.adafruit-platformdetect: 3.13.2 -> 3.13.3 2021-05-24 22:54:52 +02:00
Fabian Affolter b74f11ce90
Merge pull request #124126 from fabaff/bump-adafruit-platformdetect
python3Packages.adafruit-platformdetect: 3.13.1 -> 3.13.2
2021-05-24 22:51:56 +02:00
Martin Weinelt f0fa057420 python3Packages.pulsectl: 21.5.17 -> 21.5.18 2021-05-24 10:52:05 -07:00
Martin Weinelt 338b0fe1c5 python3Packages.mocket: 3.9.40 -> 3.9.41 2021-05-24 10:52:05 -07:00
DavHau 4af47234fa scikit-learn: disable some tests for darwin 2021-05-24 19:36:20 +07:00
Francesco Gazzetta 1d1efe54cf staticjinja: 1.0.4 -> 2.0.0 2021-05-24 11:34:46 +02:00
Robert Schütz ade1f796cb python3Packages.cssutils: 2.2.0 -> 2.3.0
https://github.com/jaraco/cssutils/blob/v2.3.0/CHANGES.rst
2021-05-24 10:37:56 +02:00
Robert Schütz 456dbc765a python3Packages.ytmusicapi: 0.17.1 -> 0.17.3
https://github.com/sigma67/ytmusicapi/releases/tag/0.17.2
https://github.com/sigma67/ytmusicapi/releases/tag/0.17.3
2021-05-24 10:17:07 +02:00
Fabian Affolter b62d2a5eca python3Packages.pyppeteer: enable tests 2021-05-24 09:16:48 +02:00
Robert Scott d46a6a8d28 python3Packages.scrapy: disable flaky test
this test will fail if /tmp/foobar already exists owned by a different
user. technically only observed to be a problem on darwin but in theory
any system not using namespaced /tmp for their builder could run into
this.
2021-05-23 21:47:07 -07:00
Noah D. Brenowitz 2681f3a3c0 python3Packages.tensorflow-bin_2: 2.2.0 -> 2.4.0
This version matches the tensorflow source build.
2021-05-23 21:41:08 -07:00
Fabian Affolter 8fe39d98e4
Merge pull request #124004 from fabaff/bump-pymsteams
python3Packages.pymsteams: 0.1.14 -> 0.1.15
2021-05-24 01:14:06 +02:00
Fabian Affolter 5684a1fd83
Merge pull request #124003 from fabaff/bump-pymazda
python3Packages.pymazda: 0.1.1 -> 0.1.5
2021-05-24 01:13:41 +02:00
Fabian Affolter 4c8e68bc07 python3Packages.angrop: 9.0.6885 -> 9.0.7491 2021-05-24 01:12:09 +02:00
Fabian Affolter 1274ba1572 python3packages.pysmt: 0.9.0 -> 0.9.1.dev132 2021-05-24 01:11:10 +02:00
Fabian Affolter 2881043be7 python3Packages.syncer: init at 1.3.0 2021-05-24 00:00:43 +02:00
Martin Weinelt fa71a24215
python3Packages.ttp: 0.6.0 -> 0.7.0 2021-05-23 18:37:52 +02:00
Martin Weinelt 8e390750e3
python3Packages.ansible-core: init at 2.11.0 2021-05-23 18:37:51 +02:00
Martin Weinelt 23414c5026
python3Packages.resolvelib: init at 0.7.0 2021-05-23 18:37:51 +02:00
Sandro Jäckel b36764fcbe
python3Packages.commentjson: init at 0.9.0 2021-05-23 18:37:48 +02:00
Fabian Affolter a28153eeb5
Merge pull request #124122 from dotlambda/pykeepass-4.0.1
pythonPackages.pykeepass: 4.0.0 -> 4.0.1
2021-05-23 17:43:39 +02:00
Luke Granger-Brown af2bc35cce
Merge pull request #123576 from sternenseemann/ufonormalizer-0.5.4
pythonPackages.ufonormalizer: 0.5.3 -> 0.5.4
2021-05-23 14:55:33 +01:00
Luke Granger-Brown 6a12be64d8
Merge pull request #123592 from sikmir/mercantile
pythonPackages.mercantile: init at 1.2.1
2021-05-23 14:49:39 +01:00
Luke Granger-Brown ee0e711c5d
Merge pull request #123727 from fabaff/envoy-reader
python3Packages.envoy-reader: init at 0.19.0
2021-05-23 14:48:40 +01:00
Robert Schütz 2367c4a1e0 python3Packages.pytest-sanic: 1.7.0 -> 1.7.1
https://github.com/yunstanford/pytest-sanic/releases/tag/v1.7.1
2021-05-23 15:16:11 +02:00
Fabian Affolter 7a49b33c34 python3Packages.geojson-client: 0.5 -> 0.6 2021-05-23 13:50:36 +02:00
Fabian Affolter 703ef9e892 python3Packages.adafruit-platformdetect: 3.13.1 -> 3.13.2 2021-05-23 12:23:44 +02:00
Fabian Affolter bda6a9c4af
Merge pull request #123327 from fabaff/bump-croniter
python3Packages.croniter: 1.0.9 -> 1.0.13
2021-05-23 12:00:11 +02:00
Fabian Affolter 335c18ed8a
Merge pull request #124001 from fabaff/bump-pur
python3Packages.pur: 5.4.0 -> 5.4.1
2021-05-23 11:59:36 +02:00
Pavol Rusnak 4753aa8371
Merge pull request #116168 from prusnak/cocotb
python3Packages.cocotb: 1.5.1 -> 1.5.2
2021-05-23 11:37:26 +02:00
Robert Schütz ffa6f1573c python3Packages.drf-jwt: 1.19.0 -> 1.19.1
https://github.com/Styria-Digital/django-rest-framework-jwt/blob/1.19.1/CHANGELOG.md
2021-05-23 11:30:46 +02:00
Daniël de Kok 0e6368c0d0
Merge pull request #122565 from danieldk/tensorflow-2.4.1
python3Packages.tensorflow: 2.4.0 -> 2.4.1
2021-05-23 10:46:53 +02:00
Noah D. Brenowitz f1096cd92c
python3Packages.nbclassic: allow darwin network tests 2021-05-22 21:45:56 -07:00
Noah D. Brenowitz 7c29b3e082
python3Packages.jupyterlab_server: allow darwin networking 2021-05-22 21:45:56 -07:00
Noah D. Brenowitz 1244ddc7c6
python3Packages.jupyter_server: allow local networking 2021-05-22 21:45:50 -07:00
Noah D. Brenowitz cb2891b8c8
python3Packages.scikitlearn: disable flaky tests
* Disable all tests of the NuSVC estimator that use memmap'd data
* build in serial on darwin

Resolves #121988
2021-05-22 20:52:53 -07:00
Jonathan Ringer 11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Martin Weinelt 84f649f693
Merge pull request #121626 from mweinelt/botamusique 2021-05-23 02:02:09 +02:00
Fabian Affolter 31601a5977 python3Packages.aiohomekit: 0.2.61 -> 0.2.62 2021-05-22 16:40:07 -07:00
Martin Weinelt bafd6631da
python3Packages.pymumble: 1.6 -> 1.6.1 2021-05-23 01:01:52 +02:00
Robert Scott 5b511ca6f3 python3Packages.pyvex: fix build for darwin 2021-05-22 15:52:12 -07:00
Fabian Affolter cce46ce007 python39Packages.aiodiscover: allow later pyroute2 releases 2021-05-23 00:37:01 +02:00
Fabian Affolter 0e9f4948ef python3Packages.pyroute2: 0.5.18 -> 0.6.1 2021-05-23 00:32:07 +02:00
Fabian Affolter b783a03b99 python3Packages.mitogen: init at 0.3.0rc1 2021-05-23 00:32:07 +02:00
Fabian Affolter db8f095845 python3Packages.pyroute2-ndb: init at 0.6.1 2021-05-23 00:32:06 +02:00
Fabian Affolter 3212db058d python3Packages.pyroute2-nslink: init at 0.6.1 2021-05-23 00:32:06 +02:00
Fabian Affolter 1587fc4b62 python3Packages.pyroute2-nftables: init at 0.6.1 2021-05-23 00:32:06 +02:00
Fabian Affolter c48ebb385f python3Packages.pyroute2-protocols: init at 0.6.1 2021-05-23 00:32:06 +02:00
Fabian Affolter c64126b658 python3Packages.pyroute2-ipset: init at 0.6.1 2021-05-23 00:32:06 +02:00
Fabian Affolter 2ef07d23b3 python3Packages.pyroute2-ipdb: init at 0.6.1 2021-05-23 00:32:00 +02:00
Sandro Jäckel d6ff646b3f pythonPackages.smart_open: rename to smart-open 2021-05-22 15:02:50 -07:00
Martin Weinelt aec6be52dd
Merge pull request #124044 from mweinelt/pinnwand 2021-05-22 23:23:20 +02:00
Robert Scott fb0594026a
Merge pull request #124048 from kira-bruneau/vdf
pythonPackages.vdf: 3.3 → 3.4
2021-05-22 22:04:34 +01:00
Fabian Affolter b91cfd8c3e python3Packages.pyroute2-ethtool: init at 0.6.1 2021-05-22 21:40:47 +02:00
Fabian Affolter 4b1ac5a531 python3Packages.pyroute2-core: init at 0.6.1 2021-05-22 21:21:15 +02:00
Martin Weinelt 217b14cb2f
python3Packages.token-bucket: init at 0.2.0 2021-05-22 20:33:15 +02:00
Kira Bruneau 388a196247 pythonPackages.vdf: 3.3 → 3.4 2021-05-22 12:29:02 -04:00
Sandro a4e7e8f1db
Merge pull request #123865 from jonringer/bump-azure-pkgs 2021-05-22 16:53:26 +02:00
Kira Bruneau cd4780fab4
maintainers: rename metadark -> kira-bruneau (#124035) 2021-05-22 16:47:40 +02:00
Sandro 4afc75ff55
Merge pull request #124027 from risicle/ris-jupyter-server-darwin-fix
python3Packages.jupyter_server: disable failing tests on darwin
2021-05-22 15:52:19 +02:00
Vladimír Čunát 08134c2e8a
Merge #122689: python3Packages.flufl_lock 2021-05-22 15:44:11 +02:00
Robert Scott 7a28fcef84 python3Packages.jupyter_server: disable failing tests on darwin 2021-05-22 14:26:24 +01:00
github-actions[bot] 563389a7fd
Merge master into staging-next 2021-05-22 12:27:09 +00:00
Robert Schütz 17baa1a9be pythonPackages.pykeepass: 4.0.0 -> 4.0.1 2021-05-22 14:00:48 +02:00
Fabian Affolter 44f9b1c834 python3Packages.hass-nabucasa: 0.43.0 -> 0.43.1 2021-05-22 13:17:10 +02:00
Fabian Affolter 95611d6002 python3Packages.snitun: 0.20 -> 0.21.0 2021-05-22 13:14:10 +02:00
Fabian Affolter e4432f9296 python3Packages.motioneye-client: 0.3.6 -> 0.3.8 2021-05-22 12:59:55 +02:00
Pavol Rusnak 0f2201119b
python3Packages.cocotb: 1.5.1 -> 1.5.2
this switches from GitHub to PyPi, because the build requires
a proper release tarball

also PyPi release does contain tests, so we don't strictly require
GitHub checkout
2021-05-22 12:35:41 +02:00
Pavol Rusnak ff555e8f88
python3Packages.cocotb-bus: init at 0.1.1 2021-05-22 12:35:41 +02:00
Sandro 102e41b576
Merge pull request #123861 from jonringer/bump-xdg
python3Packages.xdg: 5.0.1 -> 5.0.2
2021-05-22 12:31:56 +02:00
Fabian Affolter 20366452e4 python3Packages.pylitterbot: 2021.3.1 -> 2021.5.0 2021-05-22 12:22:01 +02:00
Fabian Affolter 66a78ee751 python3Packages.pymsteams: 0.1.14 -> 0.1.15 2021-05-22 12:07:41 +02:00
Fabian Affolter efa6da2c4f python3Packages.pymazda: 0.1.1 -> 0.1.5 2021-05-22 12:03:06 +02:00
Fabian Affolter 392af8abc2 python3Packages.pur: 5.4.0 -> 5.4.1 2021-05-22 11:44:43 +02:00
github-actions[bot] cc35c7fc85
Merge master into staging-next 2021-05-22 06:21:55 +00:00
Matt Votava b9b3420feb python3Packages.pyvisa-py: init at 0.5.1 2021-05-21 22:58:11 -07:00
Matt Votava d638c6a874 python3Packages.pyvisa: init at 1.11.3 2021-05-21 22:58:11 -07:00
Jonathan Ringer 38d74bdf3f python3Packages.xmlschema: 1.5.3 -> 1.6.2 2021-05-21 21:10:47 -07:00
Jonathan Ringer f83838a0d3 python3Packages.elementpath: 2.2.1 -> 2.2.2 2021-05-21 21:10:47 -07:00
J. Neto 2e03ce9440 pythonPackages.pysideShiboken: fix build with python 3.9 2021-05-21 20:35:41 -07:00
Robert Scott 7968281008 python3Packages.pydicom: disable flaky test on darwin 2021-05-21 19:52:57 -07:00
J. Neto 872992ffce pythonPackages.bacpypes: 0.18.1 -> 0.18.4 2021-05-21 19:52:16 -07:00
Jonathan Ringer 7507aed4e1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/development/tools/rust/cargo-expand/default.nix
 pkgs/tools/misc/blflash/default.nix
2021-05-21 19:49:05 -07:00
Mario Rodas 6bf9e13e82
Merge pull request #123855 from marsam/update-grpc
grpc: 1.37.1 -> 1.38.0
2021-05-21 20:53:20 -05:00
github-actions[bot] 901fb5e64e
Merge master into staging-next 2021-05-22 00:56:03 +00:00
Fabian Affolter 5d2076cb08 python3Packages.aiodiscover: 1.4.0 -> 1.4.2 2021-05-21 16:36:48 -07:00
Maximilian Bosch eafe777836
Merge pull request #123921 from acairncross/fix-nbval
python3Packages.nbval: Skip failing tests
2021-05-21 22:57:57 +02:00
Fabian Affolter 630b43c77f
Merge pull request #123864 from jonringer/bump-pybids
python3Packages.pybids: 0.12.4 -> 0.13
2021-05-21 22:25:44 +02:00
Aiken Cairncross 455832e090 python3Packages.nbval: Skip failing tests 2021-05-21 20:52:20 +01:00
Fabian Affolter aa8e75fd2d
Merge pull request #123887 from chivay/bump-karton-asciimagic
pythonPackages.karton-asciimagic: 1.0.1 -> 1.1.0
2021-05-21 21:05:48 +02:00
github-actions[bot] 5efa447c88
Merge master into staging-next 2021-05-21 18:39:29 +00:00
Robert Schütz 68f959ddef
Merge pull request #121825 from dotlambda/drf-jwt-init
pythonPackages.drf-jwt: init at 1.19.0
2021-05-21 20:33:40 +02:00
Jonathan Ringer 5cd5b9b97f
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/development/tools/kubie/default.nix
2021-05-21 10:39:34 -07:00
Sandro edc01ad50b
Merge pull request #123884 from marsam/update-internetarchive
python38Packages.internetarchive: 2.0.2 -> 2.0.3
2021-05-21 17:59:58 +02:00
github-actions[bot] 929b12e7b5
Merge master into staging-next 2021-05-21 12:28:43 +00:00
Hubert Jasudowicz d7e1537f17 pythonPackages.karton-asciimagic: 1.0.1 -> 1.1.0 2021-05-21 12:54:40 +02:00
Sandro 17c9c7f179
Merge pull request #123878 from dotlambda/pytube-10.8.2
python3Packages.pytube: 10.8.1 -> 10.8.2
2021-05-21 12:23:40 +02:00
Robert Schütz 879b05b3af python3Packages.pytube: 10.8.1 -> 10.8.2
https://github.com/pytube/pytube/releases/tag/v10.8.2
2021-05-21 11:15:38 +02:00
Jonathan Ringer 9e0b82e5f2
python3Packages.azure-synapse-artifacts: 0.6.0 -> 0.7.0 2021-05-20 22:59:03 -07:00
Jonathan Ringer 1d5e8ebc58
python3Packages.azure-servicebus: 7.1.1 -> 7.2.0 2021-05-20 22:59:03 -07:00
Jonathan Ringer ac5eb5dfe1
python3Packages.azure-mgmt-storage: 17.1.0 -> 18.0.0 2021-05-20 22:59:03 -07:00
Jonathan Ringer c60dcf051c
python3Packages.azure-mgmt-sql: 1.0.0 -> 2.0.0 2021-05-20 22:59:03 -07:00
Jonathan Ringer b32196a731
python3Packages.azure-mgmt-resource: 16.1.0 -> 18.0.0 2021-05-20 22:59:02 -07:00
Jonathan Ringer 53ff3ac49b
python3Packages.azure-mgmt-reservations: 0.9.0 -> 1.0.0 2021-05-20 22:59:02 -07:00
Jonathan Ringer 9b29b8a2be
python3Packages.azure-mgmt-redhatopenshift: 0.1.0 -> 1.0.0 2021-05-20 22:59:02 -07:00
Jonathan Ringer 8223bed6f9
python3Packages.azure-mgmt-network: 18.0.0 -> 19.0.0 2021-05-20 22:59:02 -07:00
Jonathan Ringer a761fd804f
python3Packages.azure-mgmt-maps: 1.0.0 -> 2.0.0 2021-05-20 22:59:02 -07:00
Jonathan Ringer bf75ec53f8
python3Packages.azure-mgmt-loganalytics: 9.0.0 -> 10.0.0 2021-05-20 22:59:02 -07:00
Jonathan Ringer 106b2ce4b7
python3Packages.azure-mgmt-iothub: 1.0.0 -> 2.0.0 2021-05-20 22:59:01 -07:00
Jonathan Ringer 848ca49051
python3Packages.azure-mgmt-deploymentmanager: 0.2.0 -> 1.0.0 2021-05-20 22:59:01 -07:00
Jonathan Ringer aa5105f839
python3Packages.azure-mgmt-cosmosdb: 6.2.0 -> 6.3.0 2021-05-20 22:59:01 -07:00
Jonathan Ringer b01b40f428
python3Packages.azure-mgmt-botservice: 0.3.0 -> 1.0.0 2021-05-20 22:59:01 -07:00
Jonathan Ringer 68d3a916af
python3Packages.azure-mgmt-billing: 1.0.0 -> 6.0.0 2021-05-20 22:58:57 -07:00
Jonathan Ringer 94d25cd555
python3Packages.azure-identity: 1.5.0 -> 1.6.0 2021-05-20 22:30:49 -07:00
Jonathan Ringer 4169de4e2c
python3Packages.azure-eventgrid: 4.1.1 -> 4.2.0 2021-05-20 22:30:49 -07:00
Jonathan Ringer cc811c11f7
python3Packages.azure-core: 1.13.0 -> 1.14.0 2021-05-20 22:30:48 -07:00
Jonathan Ringer 96e0fd0529
python3Packages.pybids: 0.12.4 -> 0.13 2021-05-20 22:25:20 -07:00
Jonathan Ringer 30e5965f6b
python3Packages.purl: 1.5 -> 1.6 2021-05-20 22:22:13 -07:00
Jonathan Ringer 97e3593522
python3Packages.xdg: 5.0.1 -> 5.0.2 2021-05-20 22:16:32 -07:00
Jonathan Ringer 6b15fdce86
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/shells/ion/default.nix
 pkgs/tools/misc/cicero-tui/default.nix
2021-05-20 22:11:42 -07:00
Mario Rodas 4a35529508 python38Packages.internetarchive: 2.0.2 -> 2.0.3 2021-05-21 04:20:00 +00:00
Fabian Affolter 421b5d8967 python3Packages.angr: 9.0.6885 -> 9.0.7491 2021-05-20 23:21:43 +02:00
Fabian Affolter bbd8c0f9f8 python3Packages.cle: 9.0.6885 -> 9.0.7491 2021-05-20 23:21:40 +02:00
Fabian Affolter 22736c8f68 python3Packages.claripy: 9.0.6885 -> 9.0.7491 2021-05-20 23:21:37 +02:00
Fabian Affolter 30b87fde65 python3Packages.pyvex: 9.0.6885 -> 9.0.7491 2021-05-20 23:21:34 +02:00
Fabian Affolter 91d18ea923 python3Packages.ailment: 9.0.6885 -> 9.0.7491 2021-05-20 23:21:31 +02:00
Fabian Affolter f101bc6a93 python3Packages.archinfo: 9.0.6885 -> 9.0.7491 2021-05-20 23:21:28 +02:00
Robert Schütz 0761e0dfe1 python3Packages.zulip: 0.7.1 -> 0.8.0 2021-05-20 12:03:37 -07:00
Guillaume Girol 9262685d3b
Merge pull request #123813 from mjlbach/matrix_nio_0_18_1
pythonPackages.matrix-nio: 0.18.0 -> 0.18.1
2021-05-20 18:52:46 +00:00
J. Neto 9eafeb243a pythonPackages.pysmf: fix build with python 3.9 2021-05-20 11:49:11 -07:00
github-actions[bot] 34a05e29f1
Merge master into staging-next 2021-05-20 18:36:00 +00:00
Felix Yan 52770ccd46 Correct a typo in python-modules/mox3 2021-05-20 11:32:22 -07:00
Michael Lingelbach 279da0abc2 pythonPackages.matrix-nio: 0.18.0 -> 0.18.1 2021-05-20 09:58:52 -07:00
Jonathan Ringer 14f3686af1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/terminal-emulators/alacritty/default.nix
  pkgs/servers/clickhouse/default.nix
2021-05-20 09:12:42 -07:00
Ivan Babrou 59579ed4fa python3Packages.dbus-python: cap MACOSX_DEPLOYMENT_TARGET at 10.16 2021-05-20 09:01:57 -07:00
Mario Rodas 99a856c488 python38Packages.grpcio-tools: 1.37.1 -> 1.38.0 2021-05-20 04:20:00 +00:00
Martin Weinelt 725b301206
python3Packages.segments: stop maintaining the package 2021-05-20 03:44:21 +02:00
Martin Weinelt 1dce06f8c5
python3Packages.phonemizer: stop maintaining the package 2021-05-20 03:44:21 +02:00
Martin Weinelt 5c5d56f084
python3Packages.coqpit: init at 0.0.6.6 2021-05-20 03:44:20 +02:00
Martin Weinelt a9f4acc838
Merge pull request #123736 from risicle/ris-hdbscan-disable-flaky-test
python3Packages.hdbscan: disable flaky test
2021-05-20 03:05:24 +02:00
Drew Risinger 480984e696 python3Packages.cirq: 0.10.0 -> 0.11.0
Rework for the latest version of Cirq. Breaks the package into
submodules that can be used somewhat independently.
2021-05-19 17:04:59 -07:00
Drew Risinger 1018fa91f6 python3Packages.cirq-google: init at 0.11.0 2021-05-19 17:04:59 -07:00
Drew Risinger 3b56b0d384 python3Packages.cirq-core: init at 0.11.0 2021-05-19 17:04:59 -07:00
Robert Schütz 4e0014145c python3Packages.ytmusicapi: 0.16.0 -> 0.17.1
https://github.com/sigma67/ytmusicapi/releases/tag/0.17.0
https://github.com/sigma67/ytmusicapi/releases/tag/0.17.1
2021-05-19 17:02:00 -07:00
Robert Scott 0ef5ecddd3 python3Packages.nassl: fix build
was broken when #119825 fixed openssl.bin's /bin location
2021-05-19 16:58:48 -07:00
Martin Weinelt a173c16301
Merge pull request #123730 from fabaff/bump-aioshelly
python3Packages.aioshelly: 0.6.2 -> 0.6.3
2021-05-20 00:15:04 +02:00
Robert Scott 6241560236 python3Packages.hdbscan: disable flaky tests 2021-05-19 23:10:04 +01:00
Robert Scott 3d6cd4343c
Merge pull request #123455 from jnetod/zhf-vdirsyncer
pythonPackages.vdirsyncer: fix build with python 3.9
2021-05-19 22:11:20 +01:00
Louis Bettens 74365e4ff1 pythonPackages.concurrent-log-handler: init at 0.9.19 2021-05-19 14:10:03 -07:00
Louis Bettens 134b5f5af8 pythonPackages.clvm-tools: init at 0.4.3 2021-05-19 14:10:03 -07:00
Louis Bettens fe3f4115fc pythonPackages.clvm: init at 0.9.6 2021-05-19 14:10:03 -07:00
Louis Bettens 07841681ef pythonPackages.clvm-rs: init at 0.1.7 2021-05-19 14:10:03 -07:00
Louis Bettens ffdf830cdd pythonPackages.blspy: init at 1.0.2 2021-05-19 14:10:03 -07:00
Louis Bettens d4fdd9a19c pythonPackages.keyrings-cryptfile: init at 1.3.4 2021-05-19 14:10:03 -07:00
Louis Bettens 19b3863ba7 pythonPackages.chiabip158: init at 1.0 2021-05-19 14:10:03 -07:00
Louis Bettens cef1166a10 pythonPackages.chiavdf: init at 1.0.1 2021-05-19 14:10:03 -07:00
Louis Bettens a8d87bf2e3 pythonPackages.chiapos: init at 1.0.1 2021-05-19 14:10:03 -07:00
Fabian Affolter 27056f591d python3Packages.aioshelly: 0.6.2 -> 0.6.3 2021-05-19 23:02:01 +02:00
Fabian Affolter 223f02380c python3Packages.envoy-reader: init at 0.19.0 2021-05-19 22:49:22 +02:00
Hubert Jasudowicz 5b1acc28de pythonPackages.karton-autoit-ripper: 1.0.0 -> 1.0.1 2021-05-19 11:39:11 -07:00
Ivan Babrou 703579f722 python3Packages.cryptography: add missing libiconv build dependency on darwin
Fixing the following:

```
error: linking with `/nix/store/l3ca456ppdy8hi9hc0rvyr6mrm76si08-clang-wrapper-11.1.0/bin/cc` failed: exit code: 1
  = note: ld: library not found for -liconv
```
2021-05-19 11:37:32 -07:00
github-actions[bot] 8a5e4be6b6
Merge master into staging-next 2021-05-19 18:34:10 +00:00
Fabian Affolter 3806f9c991
Merge pull request #123269 from fabaff/locationsharinglib
python3Packages.locationsharinglib: init at 4.1.6
2021-05-19 20:20:26 +02:00
Rakesh4G 21c1af4d0b pythonPackages.fastpair : Updated version and pytest enabled 2021-05-19 11:06:07 -07:00
Martin Weinelt 39606216e8
Merge pull request #123704 from mweinelt/home-assistant
home-assistant: 2021.5.4 -> 2021.5.5
2021-05-19 19:47:23 +02:00
Hubert Jasudowicz 159a7e6bf4 fixup! pythonPackages.karton-yaramatcher: 1.1.0 -> 1.1.1
Remove yara-python substitution
2021-05-19 10:42:53 -07:00
Hubert Jasudowicz fd0e397050 pythonPackages.karton-yaramatcher: 1.1.0 -> 1.1.1 2021-05-19 10:42:53 -07:00
Jonathan Ringer c1f8a15dac
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  nixos/doc/manual/release-notes/rl-2105.xml
  pkgs/tools/security/sequoia/default.nix
2021-05-19 10:39:54 -07:00
Raymond Gauthier 90e5205085 pythonnet: 2.4.0 -> 2.5.2
-  No longer broken.
 -  Updated mono dependency to mono5.
 -  Fix / improve packaging.
2021-05-19 10:34:15 -07:00
Robert Scott 066fb63b02
Merge pull request #123553 from DavHau/zhf-clickhouse-driver
python3Packages.clickhouse-driver: unbreak
2021-05-19 17:43:22 +01:00
Fabian Affolter 08cad391fd
python3Packages.hatasmota: 0.2.12 -> 0.2.13 2021-05-19 18:34:42 +02:00
Martin Weinelt eaf59b9de3
Merge pull request #123456 from mweinelt/home-assistant-tests 2021-05-19 18:33:56 +02:00
Martin Weinelt aac7a91131
Merge pull request #123641 from fabaff/bump-pysonos
python3Packages.pysonos: 0.0.48 -> 0.0.49
2021-05-19 18:29:43 +02:00
Fabian Affolter e392df43c9
python3Packages.zeroconf: 0.30.0 -> 0.31.0 (#123567) 2021-05-19 14:53:56 +02:00
Fabian Affolter 5e7aac4bd3
Merge pull request #123670 from chivay/bump-config-extractor
pythonPackages.karton-config-extractor: 2.0.0 -> 2.0.1
2021-05-19 14:25:40 +02:00
Fabian Affolter 0443320991
Merge pull request #123661 from chivay/bump-classifier
pythonPackages.karton-classifier: 1.0.0 -> 1.1.0
2021-05-19 14:20:00 +02:00
Fabian Affolter 38646ec80d
Merge pull request #123662 from chivay/bump-karton-asciimagic
pythonPackages.karton-asciimagic: 1.0.0 -> 1.0.1
2021-05-19 14:16:18 +02:00
Fabian Affolter 397c3ac236
Merge pull request #123664 from chivay/bump-mwdb-reporter
pythonPackages.karton-mwdb-reporter: 1.0.0 -> 1.0.1
2021-05-19 14:13:59 +02:00
Hubert Jasudowicz a44c74b37f pythonPackages.karton-config-extractor: 2.0.0 -> 2.0.1 2021-05-19 13:08:26 +02:00
Hubert Jasudowicz e80e36702b pythonPackages.karton-dashboard: 1.1.0 -> 1.2.0 2021-05-19 13:00:55 +02:00
Hubert Jasudowicz 7d97cbdacf pythonPackages.karton-mwdb-reporter: 1.0.0 -> 1.0.1 2021-05-19 12:57:36 +02:00
Hubert Jasudowicz c61d3ab21b pythonPackages.karton-asciimagic: 1.0.0 -> 1.0.1 2021-05-19 12:51:33 +02:00
Hubert Jasudowicz a13dd7dde7 pythonPackages.karton-classifier: 1.0.0 -> 1.1.0 2021-05-19 12:45:12 +02:00
Fabian Affolter 7973682137
Merge pull request #122686 from fabaff/fix-requests-http-signature
python3Packages.requests-http-signature: 0.1.0 -> 0.2.0
2021-05-19 12:16:24 +02:00
Martin Weinelt 9613c8c0f3
Merge pull request #123652 from fabaff/bump-brother
python3Packages.brother: 1.0.1 -> 1.0.2
2021-05-19 11:58:20 +02:00
Fabian Affolter 9784a04d66 python3Packages.requests-http-signature: 0.1.0 -> 0.2.0 2021-05-19 11:50:50 +02:00
Fabian Affolter d33553a4cc
Merge pull request #123223 from fabaff/cleanup-flask-appbuilder
python3Packages.flask-appbuilder: 3.2.3 -> 3.3.0
2021-05-19 11:44:31 +02:00
Fabian Affolter 41d8507284 python3Packages.brother: 1.0.1 -> 1.0.2 2021-05-19 11:03:06 +02:00
Sandro 3ea04685ce
Merge pull request #122556 from davidtwco/sphinxcontrib-actdiag-nwdiag-seqdiag-init 2021-05-19 09:38:27 +02:00
Fabian Affolter f6e4e2ff41 python3Packages.flask-appbuilder: 3.2.3 -> 3.3.0 2021-05-19 09:34:07 +02:00
Fabian Affolter 1d82675281 python3Packages.pysonos: 0.0.48 -> 0.0.49 2021-05-19 09:20:59 +02:00
Fabian Affolter 529e32ba47
python3Packages.pysonos: 0.0.46 -> 0.0.48 (#123537) 2021-05-19 09:08:36 +02:00
Nikolay Korotkiy e0dbeb0334
pythonPackages.mercantile: init at 1.2.1 2021-05-19 09:18:02 +03:00
J. Neto f705d66eaf pythonPackages.stem: fix build with python 3.9 2021-05-18 19:39:30 -07:00
github-actions[bot] 7000ae2b9a
Merge master into staging-next 2021-05-19 00:55:36 +00:00
Robin Gloster 0f03634ad7
Merge pull request #123461 from danieldk/spacy-3.0.6
python3Packages.spacy: 3.0.5 -> 3.0.6
2021-05-18 14:51:10 -05:00
sternenseemann 075953b790 pythonPackages.ufonormalizer: 0.5.3 -> 0.5.4
https://github.com/unified-font-object/ufoNormalizer/releases/tag/0.5.4
2021-05-18 21:49:58 +02:00
Michael Francis de8dbb21fb pin to icu68 2021-05-18 12:03:22 -07:00
Michael Francis 56f0c92fad pyicu: 2.6 -> 2.7.1 2021-05-18 12:03:22 -07:00
Jonathan Ringer ca46ad3762
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/tools/package-management/cargo-release/default.nix
2021-05-18 11:03:38 -07:00
Fabian Affolter 6bebadb171 python3Packages.pyatmo: 4.2.2 -> 4.2.3 2021-05-18 10:55:40 -07:00
DavHau af3505ca32 clickhouse-driver: unbreak 2021-05-19 00:35:37 +07:00
Jonathan Ringer f7a112f6c4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/graphics/emulsion/default.nix
  pkgs/development/tools/misc/texlab/default.nix
  pkgs/development/tools/rust/bindgen/default.nix
  pkgs/development/tools/rust/cargo-udeps/default.nix
  pkgs/misc/emulators/ruffle/default.nix
  pkgs/tools/misc/code-minimap/default.nix
2021-05-18 08:57:16 -07:00
Noah D. Brenowitz 1473a2bf1a
python3Packages.flufl_lock: fix darwin build
The code coverage requirement of 100% was too stringent on Darwin.

Since there is no way that we can address a lack of code coverage
downstream we remove this check.
2021-05-18 08:27:25 -07:00
Martin Weinelt c53ab92c04
python3Packages.pyflume: 0.6.4 -> 0.7.0 2021-05-18 17:07:32 +02:00
J. Neto 1a1ae37287 pythonPackages.vdirsyncer: fix build with python 3.9 2021-05-18 12:02:06 -03:00
Daniël de Kok 2206118886 python3Packages.spacy: 3.0.5 -> 3.0.6
Changelog:
https://github.com/explosion/spaCy/releases/tag/v3.0.6
2021-05-18 16:17:26 +02:00