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
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
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
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
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
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
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