Commit Graph

27599 Commits

Author SHA1 Message Date
Benjamin Hipple
e4e75149fd
Merge pull request #120323 from dotlambda/bitarray-2.0.1
pythonPackages.bitarray: 1.8.1 -> 2.0.1
2021-04-23 23:45:17 -04:00
Sandro
01ad91b02c
Merge pull request #120173 from nbren12/gcsfs 2021-04-24 03:53:34 +02:00
Luke Granger-Brown
d385b8f597 python3Packages.tensorflow: mark as requiring big-parallel
The Bazel build part of tensorflow builds can really use as many cores
as is available - to avoid blocking a small machine for literally hours
while it churns away, mark the build as big-parallel so we can schedule
it to run quickly on a machine with lots of cores.
2021-04-24 01:12:19 +00:00
Sandro
4fbf987e20
Merge pull request #120233 from nbren12/fix-dask-glm 2021-04-24 03:10:54 +02:00
Sandro
4213f6d839
Merge pull request #120045 from FlorianFranzen/sphinx-serve 2021-04-24 02:57:39 +02:00
Noah D. Brenowitz
ceeaf2d066 python3Packages.dask: fix sandboxed builds
Importing dask.dataframe in a sandboxed build results in a TypeError like
this:

  File "/nix/store/nv60iri29bia4szhhcvsdxgsci4wxvp6-python3.8-dask-2021.03.0/lib/python3.8/site-packages/dask/dataframe/io/csv.py", line 392, in <module>
    AUTO_BLOCKSIZE = auto_blocksize(TOTAL_MEM, CPU_COUNT)
  File "/nix/store/nv60iri29bia4szhhcvsdxgsci4wxvp6-python3.8-dask-2021.03.0/lib/python3.8/site-packages/dask/dataframe/io/csv.py", line 382, in auto_blocksize
    blocksize = int(total_memory // cpu_count / memory_factor)
  TypeError: unsupported operand type(s) for //: 'int' and 'NoneType'

This occurs because dask.dataframe has a non-deterministic component which
generates an automatic chunk-size based on system information.

This went unnoticed because the dask tests were disabled.

Changes:
- add a patch making the chunk-size inference more robust
- re-enable the tests

Resolves #120307
2021-04-23 17:57:01 -07:00
Sandro
aec6218bf0
Merge pull request #120331 from fabaff/nclib
python3Packages.nclib: init at 1.0.0
2021-04-24 02:55:59 +02:00
Sandro
f190c1f67b
Merge pull request #120468 from fabaff/bump-watchdog
python3Packages.watchdog: 2.0.2 -> 2.0.3
2021-04-24 02:51:50 +02:00
Martin Weinelt
01e4b493de
Merge branch 'master' into staging-next 2021-04-24 02:35:30 +02:00
Sandro
8657f49d91
Merge pull request #120328 from fabaff/angrop
angrop: init at 9.0.6790
2021-04-24 02:31:18 +02:00
Martin Weinelt
bf18034b98
Merge pull request #120248 from fabaff/pydroid-ipcam 2021-04-24 02:25:51 +02:00
Martin Weinelt
8019e661ab
Merge pull request #119623 from drewrisinger/dr-pr-tqdm-bump
python3Packages.tqdm: 4.58.0 -> 4.60.0
2021-04-24 02:20:43 +02:00
github-actions[bot]
6e7c70d02d
Merge master into staging-next 2021-04-24 00:16:17 +00:00
Sandro
aa6afa7fd0
Merge pull request #120332 from fabaff/bump-twitterapi
python3Packages.twitterapi: 2.7.1 -> 2.7.2
2021-04-24 01:42:47 +02:00
Sandro
0e99b7453f
Merge pull request #120333 from fabaff/bump-sendgrid
python3Packages.sendgrid: 6.6.0 -> 6.7.0
2021-04-24 01:42:16 +02:00
Sandro
a2088e7308
Merge pull request #120326 from dotlambda/ytmusicapi-0.16.0
python3Packages.ytmusicapi: 0.15.1 -> 0.16.0
2021-04-24 01:40:51 +02:00
Sandro
1df834e6c6
Merge pull request #120308 from fabaff/bump-slack-sdk
python3Packages.slack-sdk: 3.4.2 -> 3.5.0
2021-04-24 01:37:05 +02:00
Sandro
02f2328b67
Merge pull request #120284 from mweinelt/python/rokuecp 2021-04-24 01:30:57 +02:00
Martin Weinelt
198783352c
Merge pull request #120469 from fabaff/python-picnic-api
python3Packages.python-picnic-api: init at 1.1.0
2021-04-24 01:01:22 +02:00
Fabian Affolter
9aac17868f python3Packages.python-picnic-api: init at 1.1.0 2021-04-23 23:49:58 +02:00
Fabian Affolter
9b99f69ffd python3Packages.watchdog: 2.0.2 -> 2.0.3 2021-04-23 23:27:11 +02:00
Alyssa Ross
0d0e7ca769
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/top-level/python-packages.nix
2021-04-23 21:18:11 +00:00
Fabian Affolter
0bab17566a python3Packages.pymetno: 0.8.2 -> 0.8.3 2021-04-23 23:12:21 +02:00
Fabian Affolter
3161796aaa python3Packages.xknx: 0.18.0 -> 0.18.1 2021-04-23 22:31:12 +02:00
Martin Weinelt
f52d4a72bc
Merge pull request #120343 from mweinelt/python/httplib2
python3Packages.httplib2: disable test_timeout_subsequent on darwin
2021-04-23 20:28:41 +02:00
Graham Christensen
8d0340aee5
Merge pull request #120009 from DeterminateSystems/scancode
python3.pkgs.scancode-toolkit: init at 21.3.31
2021-04-23 12:41:48 -04:00
Cole Helbling
cdc750d797
python3.pkgs.scancode-toolkit: init at 21.3.31 2021-04-23 09:11:00 -07:00
Cole Helbling
8c53f702cc
python3.pkgs.typecode-libmagic: init at 21.4.4 2021-04-23 09:11:00 -07:00
Cole Helbling
c27b9e0a68
python3.pkgs.extractcode-libarchive: init at 21.4.4 2021-04-23 09:11:00 -07:00
Cole Helbling
edfa120360
python3.pkgs.extractcode-7z: init at 21.4.4 2021-04-23 09:10:59 -07:00
Cole Helbling
157f3eae60
python3.pkgs.pymaven-patch: init at 0.3.0 2021-04-23 09:10:59 -07:00
Cole Helbling
4c77db5984
python3.pkgs.extractcode: init at 21.2.24 2021-04-23 09:10:59 -07:00
Cole Helbling
c1a7235f73
python3.pkgs.debian-inspector: init at 0.9.10 2021-04-23 09:10:59 -07:00
Cole Helbling
5b7ba25dc9
python3.pkgs.urlpy: init at 0.5 2021-04-23 09:10:59 -07:00
Cole Helbling
3eda68a476
python3.pkgs.spdx-tools: init at 0.6.1 2021-04-23 09:10:59 -07:00
Cole Helbling
fceea030c9
python3.pkgs.fingerprints: init at 1.0.3 2021-04-23 09:10:58 -07:00
Cole Helbling
3eb8428c86
python3.pkgs.normality: init at 2.1.3 2021-04-23 09:10:58 -07:00
Cole Helbling
2456c3524b
python3.pkgs.banal: init at 1.0.6 2021-04-23 09:10:58 -07:00
Cole Helbling
6079757a7a
python3.pkgs.gemfileparser: init at 0.8.0 2021-04-23 09:10:58 -07:00
Cole Helbling
4455989424
python3.pkgs.typecode: init at 21.2.24 2021-04-23 09:10:58 -07:00
Cole Helbling
f72f9ff624
python3.pkgs.plugincode: init at 21.1.21 2021-04-23 09:10:58 -07:00
Cole Helbling
68f660dc19
python3.pkgs.commoncode: init at 21.1.21 2021-04-23 09:10:58 -07:00
Cole Helbling
1afb06b2da
python3.pkgs.saneyaml: init at 0.5.2 2021-04-23 09:10:57 -07:00
Cole Helbling
20d7a471d1
python3.pkgs.intbitset: init at 2.4.1 2021-04-23 09:10:57 -07:00
Cole Helbling
b5a2cf2123
python3.pkgs.dparse: add missing dependency
This fixes builds on aarch64.
2021-04-23 09:08:56 -07:00
Martin Weinelt
21294b470c
python3Packages.httplib2: disable test_timeout_subsequent on darwin 2021-04-23 15:50:34 +02:00
Alyssa Ross
4f4d95bbc2
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/python-modules/pyvex/default.nix
	pkgs/top-level/python-packages.nix
2021-04-23 13:49:12 +00:00
Fabian Affolter
b47e9b7ab7 python3Packages.sendgrid: 6.6.0 -> 6.7.0 2021-04-23 14:13:14 +02:00
Fabian Affolter
8001007e31 python3Packages.twitterapi: 2.7.1 -> 2.7.2 2021-04-23 14:03:59 +02:00
Fabian Affolter
e861822d4f python3Packages.nclib: init at 1.0.0 2021-04-23 13:58:18 +02:00
Fabian Affolter
fe3c957f37 angrop: init at 9.0.6790 2021-04-23 13:28:44 +02:00
Robert Schütz
69460bcd0c python3Packages.ytmusicapi: 0.15.1 -> 0.16.0 2021-04-23 12:30:11 +02:00
Robert Schütz
63a43ed80e pythonPackages.bitarray: 1.8.1 -> 2.0.1 2021-04-23 12:15:01 +02:00
Fabian Affolter
e097a355c6
Merge pull request #120262 from fabaff/openerz-api
python3Packages.openerz-api: init at 0.1.0
2021-04-23 10:02:10 +02:00
Fabian Affolter
1f7c83a0ea
Merge pull request #119894 from fabaff/bump-angr
python3Packages.angr: 9.0.6281 -> 9.0.6790 and dependencies
2021-04-23 09:47:38 +02:00
Fabian Affolter
4be19f893b python3Packages.slack-sdk: 3.4.2 -> 3.5.0 2021-04-23 09:31:07 +02:00
Fabian Affolter
89168356c2 python3Packages.openerz-api: init at 0.1.0 2021-04-23 09:12:57 +02:00
Vladimír Čunát
ca65d6f7d2
Merge branch 'master' into staging-next 2021-04-23 09:10:50 +02:00
Noah D. Brenowitz
510dc52b86 python3Packages.dask-ml: adding missing setup dependencies 2021-04-23 00:09:29 -07:00
Fabian Affolter
f4d48fc720 python3Packages.pydroid-ipcam: init at unstable-2021-04-16 2021-04-23 09:08:54 +02:00
Noah D. Brenowitz
47410ef56d pythonPackages.dask-glm: add missing build dependency
setuptools-scm is a setup requirement of this package.
2021-04-23 00:04:13 -07:00
Fabian Affolter
a6c65d3e59 python3Packages.stevedore: add maintainer 2021-04-23 09:03:42 +02:00
Noah D. Brenowitz
e195c22779 python3Packages.gcsfs: init at 2021.04.0 2021-04-22 23:49:04 -07:00
Noah D. Brenowitz
d595069d0f python3Packages.fsspec: 0.8.3 -> 2021.04.0
other changes:
- disable test exemption for a bug that a comment claims is no longer
valid.
2021-04-22 23:14:14 -07:00
Daniël de Kok
e7893cdf1d
Merge pull request #120285 from r-burns/pycuda
pycuda: fix opengl runpath
2021-04-23 07:51:56 +02:00
Jörg Thalheim
3ab9aaa5cf
Merge pull request #120281 from mweinelt/home-assistant
home-assistant: find unstable versions in parse-requirements.py
2021-04-23 05:57:05 +01:00
Ben Wolsieffer
7d262afed3
python3Packages.pymavlink: 2.4.14 -> 2.4.15 (#120139) 2021-04-23 06:53:54 +02:00
Sandro
9896bb04e2
Merge pull request #120201 from mweinelt/python/httlib2
[staging-next] python3Packages.httplib2: allow local networking on darwin
2021-04-23 05:52:03 +02:00
Sandro
e20f279317
Merge pull request #120215 from fabaff/bump-whois
python3Packages.whois: 0.9.7 -> 0.9.13
2021-04-23 05:25:33 +02:00
Sandro
1307cbca11
Merge pull request #120057 from FlorianFranzen/sphinx-material 2021-04-23 05:23:20 +02:00
Sandro
974b5f18fd
Merge pull request #120001 from DeterminateSystems/flare-floss 2021-04-23 05:21:59 +02:00
Patrick Hilhorst
179c735631
python3Packages.deezer-python: init at 2.2.2 (#119892)
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-23 04:20:22 +02:00
Sandro
946509931a
Merge pull request #120152 from fabaff/bump-pg8000
python3Packages.pg8000: 1.19.0 -> 1.19.2
2021-04-23 03:24:49 +02:00
Ryan Burns
f52daac15c pycuda: fix opengl runpath
This is required for CUDA functionality, since libcuda.so.1 is loaded
from /run/opengl-driver/lib
2021-04-22 17:41:33 -07:00
Martin Weinelt
d126b8020d
python3Packages.rokuecp: init at 0.8.1 2021-04-23 02:40:52 +02:00
Cole Helbling
96f048e3d0 python3.pkgs.woodblock: init at 0.1.7 2021-04-22 17:28:00 -07:00
Cole Helbling
6d897c9ef7 python3.pkgs.multimethod: init at 1.5 2021-04-22 17:28:00 -07:00
github-actions[bot]
481a9bc47c
Merge master into staging-next 2021-04-23 00:15:39 +00:00
Martin Weinelt
af62869aee
python3Packages.slackclient: fix pname
The python package is called slackclient, as can be seen in setup.py for
this version.

https://github.com/slackapi/python-slack-sdk/blob/v2.9.3/setup.py?rgh-link-date=2021-04-23T00%3A03%3A28Z#L217

This prevented home-assistant tooling from finding the package and
providing support for the component.
2021-04-23 02:12:04 +02:00
Cole Helbling
313681c8fc python3.pkgs.pyimpfuzzy: init at 0.5 2021-04-22 16:36:54 -07:00
Martin Weinelt
f185a7b843
python3Packages.httplib2: allow local networking on darwin
There is just one test failure on darwin, and it can probably be worked
around by allowing local networking.

This should hopefully fix the following testsuite error:

```
___________________________ test_timeout_subsequent ____________________________
tests/test_other.py:137: in test_timeout_subsequent
    assert response.status == 200
E   assert 408 == 200
E     +408
E     -200
        Handler    = <class 'tests.test_other.test_timeout_subsequent.<locals>.Handler'>
        _          = b'Request Timeout'
        http       = <httplib2.Http object at 0x10860f400>
        response   = {'content-type': 'text/plain', 'status': '408', 'content-length': 15}
        uri        = 'http://localhost:58287/'
----------------------------- Captured stderr call -----------------------------
Traceback (most recent call last):
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 311, in server_socket_thread
    fun(client, tick)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 392, in server_request_socket_handler
    request = HttpRequest.from_buffered(buf)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 177, in from_buffered
    return parse_http_message(cls, buf)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 120, in parse_http_message
    start_line = buf.readline()
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 110, in readline
    self._fill(more=1)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 81, in _fill
    chunk = self._sock.recv(8 << 10)
ConnectionResetError: [Errno 54] Connection reset by peer
```
2021-04-23 01:28:53 +02:00
Martin Weinelt
26dbd044cd
python3Packages.keyring: fix typo in disabledTestPaths keyword 2021-04-23 01:27:26 +02:00
Martin Weinelt
2cbebb3742
python3Packages.seqeval: init at 1.2.2 2021-04-23 01:10:18 +02:00
Martin Weinelt
c4727f753f
python3Packages.pycocotools: init at 2.0.2 2021-04-23 01:00:14 +02:00
Cole Helbling
abb55ca131 python3.pkgs.tern: init at 2.5.0 2021-04-22 15:32:26 -07:00
Cole Helbling
d0e3e06c31 python3.pkgs.debut: init at 0.9.9 2021-04-22 15:32:26 -07:00
Fabian Affolter
19e052d0d4 python3Packages.stevedore: 3.2.2 -> 3.3.0 2021-04-23 00:06:13 +02:00
Martin Weinelt
8ae267b431
Merge pull request #120258 from fabaff/ondilo 2021-04-22 23:52:12 +02:00
Cole Helbling
ad3c61a4f1 python3.pkgs.requirements-parser: init at 0.2.0 2021-04-22 14:32:16 -07:00
Fabian Affolter
f081c10fe8 python3Packages.ondilo: init at 0.2.0 2021-04-22 22:49:43 +02:00
Fabian Affolter
23bb006e9e python3Packages.whois: 0.9.7 -> 0.9.13 2021-04-22 22:42:22 +02:00
Sandro
d3126eee2d
Merge pull request #120213 from fabaff/bump-snapcast
python3Packages.snapcast: 2.1.2 -> 2.1.3
2021-04-22 22:08:55 +02:00
Sandro
50c970fe76
Merge pull request #119573 from rhoriguchi/pythonPackages
Add couple python dependencies
2021-04-22 22:03:47 +02:00
Sandro
e110be3d91
Merge pull request #120006 from DeterminateSystems/qiling 2021-04-22 22:02:56 +02:00
Florian Franzen
97f82eac3c python3Packages.sphinx-material: init at 0.0.32 2021-04-22 21:25:00 +02:00
Florian Franzen
0ea4a311f2 python3Packages.css-html-js-minify: init at 2.5.5 2021-04-22 21:25:00 +02:00
Sandro
14c8ae6efb
Merge pull request #120100 from fabaff/bump-omnilogic
python3Packages.omnilogic: 0.4.3 -> 0.4.5
2021-04-22 21:12:06 +02:00
Fabian Affolter
2bfeb38f6b python3Packages.snapcast: 2.1.2 -> 2.1.3 2021-04-22 21:05:01 +02:00
github-actions[bot]
b95da5efb6
Merge master into staging-next 2021-04-22 18:14:27 +00:00
Martin Weinelt
f3f3822dca
Merge pull request #120238 from fabaff/zwave-js-server-python 2021-04-22 19:25:53 +02:00
Cole Helbling
c27cf06128 python3.pkgs.telfhash: init at unstable-2021-01-29 2021-04-22 10:24:42 -07:00
Fabian Affolter
90102455fc python3Packages.zwave-js-server-python: init at 0.23.1 2021-04-22 18:11:39 +02:00
Robert Schütz
de5555d8e9
Merge pull request #120206 from mweinelt/python/keyring
[staging-next] python3Packages.keyring: disable keychain tests on darwin
2021-04-22 17:39:51 +02:00
Cole Helbling
e2065958f9
python3.pkgs.qiling: init at 1.2.3 2021-04-22 08:35:58 -07:00
Cole Helbling
19fe713b73
python3.pkgs.python-registry: init at 1.3.1 2021-04-22 08:35:58 -07:00
Cole Helbling
aa452d69a1
python3.pkgs.capstone: broken on aarch64 2021-04-22 08:35:57 -07:00
Jonathan Ringer
fbddb37ac7 python3Packages.b2sdk: 1.4.0 -> 1.6.0, fix build 2021-04-22 08:23:14 -07:00
Jonathan Ringer
fd1e471121 python3Packages.flask-caching: disable optional backend tests 2021-04-22 08:23:14 -07:00
Jonathan Ringer
ce47da9335 python3Packages.jupyterlab: 3.0.12 -> 3.0.14 2021-04-22 08:23:14 -07:00
Jonathan Ringer
8b2d889aeb python37Packages.poetry-core: fix build for python<=3.7 2021-04-22 08:23:14 -07:00
Jonathan Ringer
38987c05ef python3Packages.python-frontmatter: fix expression, fix build 2021-04-22 08:23:14 -07:00
Jonathan Ringer
2094cc3f30 python3Packages.sqlalchemy-citext: add missing implicit dep, psycopg2 2021-04-22 08:23:14 -07:00
Jonathan Ringer
b029adf1ef python3Packages.jupyter_server: fix tests 2021-04-22 08:23:14 -07:00
Jonathan Ringer
4e3cca0da5 python3Packages.jupyter_server: add missing dep, argon2_cffi 2021-04-22 08:23:14 -07:00
Jonathan Ringer
55db7f0a6e python3Packages.diff_cover: add missing dep, chardet 2021-04-22 08:23:14 -07:00
Jonathan Ringer
f7fc07717e python3Packages.django_silk: add missing dep, setuptools-scm 2021-04-22 08:23:14 -07:00
Jonathan Ringer
7e5d77ff54 python3Packages.azure-mgmt-synapse: add missing dep, azure-mgmt-core 2021-04-22 08:23:14 -07:00
Jonathan Ringer
b4d83909f8 Revert "python3Packages.pyramid: 1.10.5 -> 2.0"
This reverts commit 92ac2fe9be.

Removed the "pyramid.compat" module, which is used by many other
packages
2021-04-22 08:23:14 -07:00
Martin Weinelt
9abe4174c7
Merge pull request #120211 from fabaff/bump-brother 2021-04-22 17:17:02 +02:00
Martin Weinelt
8967e3c9e0
python3Packages.keyring: disable keychain tests on darwin
It is highly unlikely that we can communicate with keychain in our build
environment. The tests were only recently enabled and have blocked this
package ever since.
2021-04-22 14:51:10 +02:00
github-actions[bot]
120744d620
Merge master into staging-next 2021-04-22 12:06:24 +00:00
Fabian Affolter
3c17fe5161 python3Packages.brother: 0.2.2 -> 1.0.0 2021-04-22 13:36:58 +02:00
Ryan Horiguchi
fb46c46761
python3Packages.pymdstat: init at 0.4.2 2021-04-22 12:41:52 +02:00
Ryan Horiguchi
ff795a714b
python3Packages.pysmart-smartx: init at 0.3.10 2021-04-22 12:41:35 +02:00
Sandro
665a613811
Merge pull request #119990 from DeterminateSystems/lzfse
python3.pkgs.liblzfse: init at 0.4.1
2021-04-22 12:28:37 +02:00
Fabian Affolter
f9e858d9f8 python3Packages.pg8000: 1.19.0 -> 1.19.2 2021-04-22 12:02:49 +02:00
Sandro
0393164e44
Merge pull request #119214 from fabaff/karton-dashboard
python3Packages.karton-dashboard: init at 1.1.0
2021-04-22 11:47:47 +02:00
Sandro
1a50febc6a
Merge pull request #120161 from dotlambda/imap-tools-0.40.0
python3Packages.imap-tools: 0.39.0 -> 0.40.0
2021-04-22 11:00:40 +02:00
Jörg Thalheim
155101e356
Merge pull request #119992 from DeterminateSystems/kaitai_compress
python3.pkgs.kaitaistruct: add compression functionality
2021-04-22 08:59:22 +01:00
Robert Schütz
005e3d1db7 python3Packages.imap-tools: 0.39.0 -> 0.40.0
https://github.com/ikvk/imap_tools/releases/tag/v0.40.0
2021-04-22 09:18:10 +02:00
Fabian Affolter
6c77b7fc43 python3Packages.omnilogic: 0.4.3 -> 0.4.5 2021-04-22 08:56:02 +02:00
github-actions[bot]
8248f4db36
Merge master into staging-next 2021-04-22 06:05:51 +00:00
Sandro
28f381bcf2
Merge pull request #116496 from nbren12/fix-tensorflow-bin_2-master 2021-04-22 05:21:22 +02:00
Sandro
a738f23b20
Merge pull request #120037 from fabaff/dnstwist 2021-04-22 03:55:14 +02:00
Sandro
2df2e5f330
Merge pull request #118269 from midchildan/feat/fuse/add-darwin 2021-04-22 03:27:36 +02:00
Sandro
c51f36964d
Merge pull request #120065 from NeQuissimus/python3Packages.sagemaker
python3Packages.sagemaker: 2.35.0 -> 2.37.0
2021-04-22 02:46:19 +02:00
Sandro
8d50439e4f
Merge pull request #120103 from fabaff/bump-yeelight
python3Packages.yeelight: 0.6.0 -> 0.6.1
2021-04-22 02:17:32 +02:00
Sandro
f1ae5aaf9c
Merge pull request #120106 from fabaff/bump-faadelays
python3Packages.faadelays: 0.0.6 -> 0.0.7
2021-04-22 02:17:02 +02:00
github-actions[bot]
77694c34c6
Merge master into staging-next 2021-04-22 00:16:15 +00:00
Sandro
9248026700
Merge pull request #120111 from fabaff/bump-pysonos
python3Packages.pysonos: 0.0.40 -> 0.0.43
2021-04-22 02:10:03 +02:00
Martin Weinelt
6292be499b
Merge branch 'master' into staging-next 2021-04-22 00:54:14 +02:00
Fabian Affolter
2440917f0f python3Packages.pyvex: 9.0.6281 -> 9.0.6790 2021-04-22 00:47:23 +02:00
Martin Weinelt
61ecd7c2cd
Merge pull request #120118 from fabaff/dsmr-parser 2021-04-22 00:34:04 +02:00
Martin Weinelt
49c56ee39e
Merge pull request #120114 from fabaff/hyperion-py 2021-04-22 00:07:56 +02:00
Fabian Affolter
af2ff60af0 python3Packages.dsmr-parser: init at 0.29 2021-04-21 23:52:59 +02:00
Fabian Affolter
5119a3386c python3Packages.tailer: init at 0.4.1 2021-04-21 23:47:30 +02:00
Fabian Affolter
6d44df9860 python3Packages.hyperion-py: init at 0.7.4 2021-04-21 23:17:02 +02:00
Fabian Affolter
d0b4feab81 python3Packages.pysonos: 0.0.40 -> 0.0.43 2021-04-21 22:51:08 +02:00
Fabian Affolter
21485c0d41 python3Packages.faadelays: 0.0.6 -> 0.0.7 2021-04-21 22:33:03 +02:00
Fabian Affolter
842d0a821c python3Packages.yeelight: 0.6.0 -> 0.6.1 2021-04-21 21:33:01 +02:00