Commit Graph

26643 Commits

Author SHA1 Message Date
Fabian Affolter 2df1ab3378 python3Packages.twilio: 6.51.1 -> 6.56.0 2021-04-11 12:24:00 +02:00
Julien Moutinho 687e55bfc0 ifcopenshell: 0.6.0b0 -> 210410 2021-04-11 12:10:46 +02:00
Fabian Affolter c1f31aaf22 python3Packages.pycognito: 0.1.5 -> 2021.03.1 2021-04-11 12:08:45 +02:00
Fabian Affolter 144cf60076 python3Packages.hass-nabucasa: 0.42.0 -> 0.43.0 2021-04-11 12:04:08 +02:00
Doron Behar cd5b07f01e
Merge pull request #112713 from r-ryantm/auto-update/python3.7-datadog
python37Packages.datadog: 0.39.0 -> 0.40.0
2021-04-11 08:47:50 +00:00
Fabian Affolter c7557da36c python3Packages.wakeonlan: 2.0.0 -> 2.0.1 2021-04-11 10:40:37 +02:00
Martin Weinelt 7644480555
python3Packages.snitun: disable failing test on darwin (#119009)
The upstream advertises this package as "OS independent", but from
issues it is clear they cannot test it on MacOS. So we simply disable
this test.

```
______________________ test_peer_listener_timeout[pyloop] ______________________

raise_timeout = None
peer_manager = <snitun.server.peer_manager.PeerManager object at 0x10a4a6df0>
peer_listener = <snitun.server.listener_peer.PeerListener object at 0x10a4a6a30>
test_client_peer = Client(reader=<StreamReader exception=ConnectionResetError(54, 'Connection reset by peer') transport=<_SelectorSocketT...by peer') transport=<_SelectorSocketTransport closed fd=19>>>, close=<asyncio.locks.Event object at 0x10909ee50 [set]>)

    async def test_peer_listener_timeout(
        raise_timeout, peer_manager, peer_listener, test_client_peer
    ):
        """Run a full flow of with a peer."""
        valid = datetime.utcnow() + timedelta(days=1)
        aes_key = os.urandom(32)
        aes_iv = os.urandom(16)
        hostname = "localhost"
        fernet_token = create_peer_config(valid.timestamp(), hostname, aes_key, aes_iv)

        crypto = CryptoTransport(aes_key, aes_iv)

        test_client_peer.writer.write(fernet_token)
        await test_client_peer.writer.drain()

        with pytest.raises(asyncio.IncompleteReadError):
>           token = await test_client_peer.reader.readexactly(32)

tests/server/test_listener_peer.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/dpa7p7v00xvr26dv2myh3k5p1zkagqsm-python3-3.8.5/lib/python3.8/asyncio/streams.py:723: in readexactly
    await self._wait_for_data('readexactly')
/nix/store/dpa7p7v00xvr26dv2myh3k5p1zkagqsm-python3-3.8.5/lib/python3.8/asyncio/streams.py:517: in _wait_for_data
    await self._waiter
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <_SelectorSocketTransport closed fd=19>

    def _read_ready__data_received(self):
        if self._conn_lost:
            return
        try:
>           data = self._sock.recv(self.max_size)
E           ConnectionResetError: [Errno 54] Connection reset by peer
```
2021-04-11 02:18:59 -04:00
Fabian Affolter 0b78980d67 python3Packages.pyenvisalink: init at 4.1 2021-04-10 15:31:56 -07:00
Fabian Affolter fb327d72df python3Packages.pyclimacell: init at 0.18.0 2021-04-10 21:31:54 +02:00
Fabian Affolter fec6f0b152 python3Packages.aioemonitor: init at 1.0.5 2021-04-10 21:11:42 +02:00
Fabian Affolter 926d6ab20d python3Packages.aiosyncthing: init at 0.5.1 2021-04-10 20:44:14 +02:00
Fabian Affolter 124aa02185 python3Packages.expects: init at 0.9.0 2021-04-10 20:41:26 +02:00
Fabian Affolter bcb7d810cf python3Packages.pydanfossair: init at 0.1.0 2021-04-10 18:55:57 +02:00
Sandro a73020b2a1
Merge pull request #119020 from dotlambda/splinter-fix
pythonPackages.splinter: fix build
2021-04-10 18:42:38 +02:00
Sandro 42f3ca2467
Merge pull request #119017 from fabaff/bump-pykwalify
python3Packages.pykwalify: 1.7.0 -> 1.8.0
2021-04-10 18:41:58 +02:00
Sandro baf5e666c6
Merge pull request #118957 from lovesegfault/pynvim-0.4.3
python3Packages.pynvim: 0.4.2 -> 0.4.3
2021-04-10 18:41:07 +02:00
Sandro 64a8f2b8e5
Merge pull request #118951 from kalbasit/update-west
python3Packages.west: 0.8.0 -> 0.10.1
2021-04-10 18:40:52 +02:00
Robert Schütz c69e6e52e8 python3Packages.pytest-subprocess: init at 1.0.1 2021-04-10 15:36:46 +02:00
Robert Schütz ecc1a0ff70 pythonPackages.splinter: fix build
Add six to propagatedBuildInputs.
Also enable tests and add dotlambda to maintainers.
2021-04-10 13:57:22 +02:00
Fabian Affolter 212244cd08 python3Packages.pykwalify: 1.7.0 -> 1.8.0 2021-04-10 13:32:01 +02:00
Martin Weinelt cd6cc34d41 python3Packages.python-smarttub: 0.0.21 -> 0.0.23 2021-04-10 12:04:21 +02:00
Martin Weinelt 977132fe59 python3Packages.devolo-home-control-api: 0.17.1 -> 0.17.3 2021-04-10 12:02:00 +02:00
Martin Weinelt 8cbaf51809
Merge pull request #118943 from mweinelt/home-assistant
home-assistant: 2021.4.1 -> 2021.4.2
2021-04-10 11:58:58 +02:00
R. RyanTM cc2931b1a9 certbot: 1.13.0 -> 1.14.0 2021-04-10 06:23:42 +00:00
Daniël de Kok 0603c25738 python3Packages.pytorch: remove unused USE_MKL variable
PyTorch will always try to find MKL, USE_MKL does not do anything
anymore. So, we have to rely on MKL not being in the build
environment.
2021-04-10 08:10:28 +02:00
Daniël de Kok 209f4678f2 python3Packages.pytorch: disable building of tests
- We do not run them.
- The test binaries are installed into site-packages by default.
2021-04-10 08:09:38 +02:00
Daniël de Kok 4f876309fe python3Packages.pytorch: convert boolean environment variables
We relied on the stdenv serialization for booleans. However, the
PyTorch configure script expects 0/1. So convert the options to 0/1
values.
2021-04-10 08:08:08 +02:00
Wael M. Nasreddine f3eddda1fb
python3Packages.west: 0.8.0 -> 0.10.1 2021-04-09 22:34:07 -07:00
Bernardo Meurer debd8ed78f
python3Packages.pynvim: 0.4.2 -> 0.4.3 2021-04-09 22:08:38 -07:00
Ryan Mulligan 9d42670134
Merge pull request #117700 from r-ryantm/auto-update/python3.8-manhole
python38Packages.manhole: 1.6.0 -> 1.7.0
2021-04-09 20:53:02 -07:00
Martin Weinelt 8735fd1e95
Merge pull request #118944 from fabaff/homematicip
python3Packages.homematicip: init at 1.0.0
2021-04-10 02:19:55 +02:00
Martin Weinelt e27e160247 python3Packages.pykodi: 0.2.3 -> 0.2.5 2021-04-10 01:31:55 +02:00
Martin Weinelt 47e2cb49d5 python3Packages.jsonrpc-websocket: 1.2.2 -> 3.0.0 2021-04-10 01:29:32 +02:00
Martin Weinelt 3779c01110 python3Packages.jsonrpc-base: 1.1.0 -> 2.0.0
Fetch source from GitHub so we can run tests, update homepage.
2021-04-10 01:29:19 +02:00
Martin Weinelt d23d0aa3bb python3Packages.jsonrpc-async: 1.1.1. -> 2.0.0
Fetch from GitHub to run tests, update homepage.
2021-04-10 01:28:56 +02:00
Martin Weinelt e9ad3e3e10 python3Packages.zha-quirks: 0.0.55 -> 0.0.56 2021-04-10 01:28:41 +02:00
Fabian Affolter 7564d5ef16 python3Packages.homematicip: init at 1.0.0 2021-04-10 00:22:23 +02:00
Fabian Affolter c197fdd498 python3Packages.aiohttp-wsgi: init at 0.8.2 2021-04-09 23:44:02 +02:00
Sandro c1c617ff8d
Merge pull request #118895 from fabaff/bump-pywizlight
python3Packages.pywizlight: 0.4.5 -> 0.4.6
2021-04-09 23:03:42 +02:00
Fabian Affolter c5a877a538 python3Packages.pyruckus: init at 0.14 2021-04-09 22:28:30 +02:00
Sandro cbdbd24665
Merge pull request #118919 from fabaff/omnilogic 2021-04-09 21:57:00 +02:00
Fabian Affolter 409af093e7 python3Packages.pyezviz: init at 0.1.8.7 2021-04-09 19:25:00 +02:00
Fabian Affolter 61a5c65f0d python3Packages.omnilogic: init at 0.4.3 2021-04-09 18:44:41 +02:00
Frederik Rietdijk 0656d546fb
Merge pull request #118312 from NixOS/staging-next
Staging next
2021-04-09 18:29:47 +02:00
Martin Weinelt 79d2bf4c84
Merge pull request #118809 from fabaff/webexteamssdk 2021-04-09 18:01:05 +02:00
Fabian Affolter af602afe9d python3Packages.nad-receiver: init at 0.2.0 2021-04-09 17:53:54 +02:00
Fabian Affolter 027c28b18a python3Packages.pyintesishome: init at 1.7.7 2021-04-09 17:03:10 +02:00
Martin Weinelt 7ab382b585
Merge pull request #118436 from fabaff/bump-plexwebsocket 2021-04-09 16:57:45 +02:00
Fabian Affolter 4dc34642e3 python3Packages.webexteamssdk: init at 1.6 2021-04-09 16:44:12 +02:00
sternenseemann 27077f1149 python3Packages.pypandoc: vendor patches, test w/o pandoc-citeproc
* Translate all seds in postPatch into patches (for setting the static
  path and skipping the test that needs network access)
* The patch for the changed pandoc heading generation was simplified:
  Since we know our pandoc version is always that new, we can skip the
  version check.
* Skip the test for pandoc-citeproc: pandoc-citeproc has been deprecated
  in favor of pandoc --citeproc by the upstream pandoc developer.
  pypandoc's testsuite doesn't reflect this yet (although it should
  support --citeproc theoretically) to avoid depending on
  pandoc-citeproc for the checkPhase (as we expect it to break again or
  continue to be broken) we skip the test requiring pandoc-citeproc.

The breakage of pypandoc due to pandoc-citeproc was pointed out here:
https://github.com/NixOS/nixpkgs/pull/116635#issuecomment-809258707
Thank you!
2021-04-09 14:36:01 +02:00
github-actions[bot] c876eb99be
Merge master into staging-next 2021-04-09 12:06:22 +00:00
Fabian Affolter 0625b9a7af python3Packages.pywizlight: 0.4.5 -> 0.4.6 2021-04-09 13:36:18 +02:00
Martin Weinelt afd73abc4b
Merge pull request #118887 from dotlambda/pyturbojpeg-1.4.2
python3Packages.pyturbojpeg: 1.4.1 -> 1.4.2
2021-04-09 12:22:14 +02:00
Martin Weinelt 864dbf44a3
Merge pull request #118865 from mweinelt/home-assistant 2021-04-09 11:58:28 +02:00
Sandro 6f630a97e1
Merge pull request #118881 from fabaff/bump-twitterapi
python3Packages.twitterapi: 2.6.8 -> 2.6.10
2021-04-09 11:02:19 +02:00
Robert Schütz 63d1bc7972 python3Packages.pyturbojpeg: 1.4.1 -> 1.4.2
https://github.com/lilohuang/PyTurboJPEG/releases/tag/v1.4.2
2021-04-09 10:25:11 +02:00
Sandro b5eec8b7fe
Merge pull request #118880 from Emantor/bump/labgrid
labgrid: 0.3.2 -> 0.3.3
2021-04-09 09:51:54 +02:00
Sandro ce5c919122
Merge pull request #118844 from SuperSandro2000/python38Packages.h5py
python38Packages.h5py: 3.1.0 -> 3.2.1
2021-04-09 09:18:32 +02:00
Fabian Affolter 48491c72ce python3Packages.twitterapi: 2.6.8 -> 2.6.10 2021-04-09 08:57:05 +02:00
github-actions[bot] 496c7d3e9d
Merge master into staging-next 2021-04-09 06:05:54 +00:00
Rouven Czerwinski aececed26b labgrid: 0.3.2 -> 0.3.3 2021-04-09 07:56:06 +02:00
Sandro 6fc2b7ecc2
Merge pull request #116570 from dnr/gphotos-sync 2021-04-09 02:55:52 +02:00
Sandro f37e906a18
python3Packages.wakeonlan: change license to MIT 2021-04-09 02:54:03 +02:00
Sandro d5b46bbaa0
Merge pull request #118723 from oxalica/bump/electron-cash 2021-04-09 02:32:04 +02:00
github-actions[bot] c99b6f5343
Merge master into staging-next 2021-04-09 00:16:01 +00:00
Sandro Jäckel 40180ad725
python38Packages.h5py: 3.1.0 -> 3.2.1 2021-04-09 02:13:46 +02:00
Sandro 77de1a7f9c
Merge pull request #118847 from SuperSandro2000/jupyterlab
pythonPackages.jupyterlab: move jupyter-packaging to nativeBuildInput…
2021-04-09 02:12:50 +02:00
Martin Weinelt 67b7e63d41
python3Packages.speedtest-cli: 2.1.2 -> 2.1.3 2021-04-09 01:25:57 +02:00
Sandro Jäckel 2895af7161
pythonPackages.jupyterlab: move jupyter-packaging to nativeBuildInputs, add pythonImportsCheck 2021-04-08 21:53:54 +02:00
Sandro 34a8f3d68d
Merge pull request #118808 from marsam/update-grpc 2021-04-08 21:22:50 +02:00
Frederik Rietdijk 4117f541cc
Merge pull request #118737 from FRidh/panel
python3Packages.{panel,bokeh}: update packages
2021-04-08 21:11:05 +02:00
github-actions[bot] 85b57e4446
Merge master into staging-next 2021-04-08 18:14:17 +00:00
Robert Schütz c6bd90d48f
Merge pull request #118391 from dotlambda/openzwave-official
openzwave: use official version
2021-04-08 19:02:41 +02:00
Martin Weinelt 9803c87c07
Merge pull request #118758 from mweinelt/home-assistant 2021-04-08 18:06:27 +02:00
Robert Schütz 2e8e365f99
Merge pull request #118817 from dotlambda/smartypants-src
python3Packages.smartypants: fix src url
2021-04-08 16:19:59 +02:00
Sandro b90403a4f9
Merge pull request #118816 from dotlambda/ytmusicapi-0.15.1
python3Packages.ytmusicapi: 0.15.0 -> 0.15.1
2021-04-08 15:51:40 +02:00
Dmitry Kalinkin 01de9f2d45 python3Packages.smartypants: fix src url
Co-authored-by: Robert Schütz <dev@schuetz-co.de>
2021-04-08 15:46:25 +02:00
Sandro f9544583b6
Merge pull request #118584 from fabaff/nats 2021-04-08 15:40:32 +02:00
Robert Schütz 8a8a05839a python3Packages.ytmusicapi: 0.15.0 -> 0.15.1
https://github.com/sigma67/ytmusicapi/releases/tag/0.15.1
2021-04-08 15:29:07 +02:00
Sandro Jäckel cd143399ec
Revert "python3Packages.smartypants: fix src url"
This reverts commit acc3b5ad90.
2021-04-08 15:27:40 +02:00
Sandro 381aaa8547
Merge pull request #118795 from veprbl/pr/smartypants.py_fix_src
python3Packages.smartypants: fix src url
2021-04-08 15:25:49 +02:00
github-actions[bot] bf6abedefb
Merge master into staging-next 2021-04-08 12:06:16 +00:00
Dmitry Kalinkin acc3b5ad90
python3Packages.smartypants: fix src url 2021-04-08 07:30:35 -04:00
Martin Weinelt 61cf21b1fa
python3Packages.aiodiscover: 1.3.2 -> 1.3.3 2021-04-08 13:29:50 +02:00
austinbutler 5db7e33f1d
python3Packages.awslambdaric: init at 1.0.0 (#118771)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-08 13:10:16 +02:00
Sandro cef13018bb
Merge pull request #118787 from fabaff/bump-xknx
python3Packages.xknx: 0.17.5 -> 0.18.0
2021-04-08 11:40:40 +02:00
Sandro f320045f06
Merge pull request #118790 from fabaff/bump-pysmappee
python3Packages.pysmappee: 0.2.18 -> 0.2.23
2021-04-08 11:40:08 +02:00
Sandro 88cd2147cf
Merge pull request #118765 from fabaff/bump-wakeonlan
python3Packages.wakeonlan: 1.1.6 -> 2.0.0
2021-04-08 11:29:31 +02:00
Sandro 65cb4ce042
Merge pull request #118725 from veehaitch/yubikey-manager-4.0.1 2021-04-08 11:29:00 +02:00
Fabian Affolter 79cb814ec4 python3Packages.pymazda: 0.0.10 -> 0.1.1 2021-04-08 10:19:12 +02:00
Fabian Affolter 82f9b63f70 python3Packages.pysmappee: 0.2.18 -> 0.2.23 2021-04-08 10:13:01 +02:00
Mario Rodas a20d26806f
python38Packages.internetarchive: 1.9.9 -> 2.0.2 (#118779)
Co-authored-by: Fabian Affolter <fabian@affolter-engineering.ch>
2021-04-08 09:55:51 +02:00
Fabian Affolter 26ab167218 python3Packages.xknx: 0.17.5 -> 0.18.0 2021-04-08 09:49:33 +02:00
github-actions[bot] 0ba1008684
Merge master into staging-next 2021-04-08 06:05:39 +00:00
Anderson Torres 6188b599c2
Merge pull request #117856 from AndersonTorres/new-nodepy
nodepy-runtime: init at 1.7.3; pythonPackages.localimport: init at 1.7.3
2021-04-07 23:41:07 -03:00
AndersonTorres d9ed5352d7 nodepy-runtime: init at 2.1.5 2021-04-07 21:48:45 -03:00
Sandro 0e987c60c3
Merge pull request #115915 from jojosch/pywebview-3.4
pythonPackages.pywebview: 3.3.1 -> 3.4
2021-04-08 02:25:12 +02:00
github-actions[bot] 8d1d992273
Merge master into staging-next 2021-04-08 00:17:24 +00:00
Anderson Torres 91aa2b2dce
Merge pull request #117860 from AndersonTorres/new-ronin
pythonPackages.ronin: init at 1.1.1
2021-04-07 21:09:43 -03:00
Martin Weinelt 558235c32c
Merge pull request #118768 from fabaff/pyhomepluscontrol
python3Packages.homepluscontrol: init at 0.0.5
2021-04-08 01:45:12 +02:00