Commit Graph

27541 Commits

Author SHA1 Message Date
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
Florian Franzen
97c2e3df39 python3Packages.sphinx-serve: init at 1.0.1 2021-04-21 20:34:47 +02:00
Cole Helbling
ba3ddfb8f7
python2.pkgs.viv-utils: init at 0.3.17 2021-04-21 11:21:10 -07:00
Cole Helbling
088f388bd2
python.pkgs.plugnplay: init at 0.5.4 2021-04-21 11:21:10 -07:00
Cole Helbling
8e013f3fa8
python2.pkgs.vivisect: init at 0.1.0 2021-04-21 11:21:10 -07:00
Cole Helbling
4fe4272847
python2.pkgs.cxxfilt: init at 0.2.2 2021-04-21 11:21:09 -07:00
Florian Franzen
3ff8a6406e python3Packages.unify: init at 0.5 2021-04-21 20:06:46 +02:00
Florian Franzen
ff06494b48 python3Packages.untokenize: init at 0.1.1 2021-04-21 19:57:21 +02:00
Cole Helbling
e2efd87f5e
python3.pkgs.liblzfse: init at 0.4.1 2021-04-21 10:30:25 -07:00
Cole Helbling
d043a23408
python3.pkgs.kaitaistruct: add compression functionality 2021-04-21 10:09:50 -07:00
Jonathan Ringer
a24bac6857 python3Packages.poetry: 1.1.5 -> 1.1.6 2021-04-21 09:26:22 -07:00
Jonathan Ringer
93e27be68c poetry-core: 1.0.2 -> 1.0.3 2021-04-21 09:25:59 -07:00
Jonathan Ringer
23372dc079 Revert "python37Packages.poetry-core: fix build"
This reverts commit 50ddbc8590.

This is a pre-release, and causes poetry to fail
2021-04-21 09:19:45 -07:00
Tim Steinbach
389395b0af
python3Packages.sagemaker: 2.35.0 -> 2.37.0 2021-04-21 09:47:42 -04:00
github-actions[bot]
9b3e698b14
Merge master into staging-next 2021-04-21 12:06:23 +00:00
Sandro
f7e9cfcc06
Merge pull request #120033 from fabaff/hachoir
python3Packages.hachoir: init at 3.1.2
2021-04-21 10:39:09 +02:00
Sandro
80c51ce9b2
Merge pull request #120027 from dotlambda/pytube-10.7.2
python3Packages.pytube: 10.7.1 -> 10.7.2
2021-04-21 10:30:49 +02:00
Fabian Affolter
7e1aee2aa4 python3Packages.ppdeep: init at 20200505 2021-04-21 10:30:39 +02:00
Fabian Affolter
04991f2ec8 python3Packages.hachoir: init at 3.1.2 2021-04-21 10:04:27 +02:00
Johannes Schleifenbaum
37c62a07d2
python3Packages.pystray: clarify GPL license 2021-04-21 08:51:16 +02:00
Johannes Schleifenbaum
9fab849fa8
python3Packages.jellyfin-apiclient-python: clarify GPL license 2021-04-21 08:50:25 +02:00
Fabian Affolter
1070ddbae4 python3Packages.karton-dashboard: init at 1.1.0 2021-04-21 08:45:30 +02:00
Robert Schütz
045a4797bd python3Packages.pytube: 10.7.1 -> 10.7.2
https://github.com/pytube/pytube/releases/tag/v10.7.2
2021-04-21 08:40:03 +02:00
Jonathan Ringer
43d3569e0f python3Packages.habanero: add missing dep, tqdm 2021-04-20 22:19:08 -07:00
Jonathan Ringer
e095b69930 python3Packages.dropbox: add missing stone dep 2021-04-20 22:19:08 -07:00
Jonathan Ringer
bdeaccefbf python3Packages.stone: init at 3.2.1 2021-04-20 22:19:08 -07:00
Jonathan Ringer
5eafa75805 python3Packages.mflask-mongoengine: add missing dep 2021-04-20 22:19:08 -07:00
Jonathan Ringer
3bcc26dca4 python3Packages.typeguard: 2.11.0 -> 2.12.0, fix tests 2021-04-20 22:19:08 -07:00
Jonathan Ringer
50ddbc8590 python37Packages.poetry-core: fix build 2021-04-20 22:19:08 -07:00
Jonathan Ringer
3c0a20777f python3Packages.keyring: always use importlib-metadata 2021-04-20 22:19:08 -07:00
Jonathan Ringer
e24256f4c9 python3Packages.thinc: fix build 2021-04-20 22:19:08 -07:00
Jonathan Ringer
75ea2abae6 python3Packages.xdis: 5.0.8 -> 5.0.9 2021-04-20 22:19:08 -07:00
Jonathan Ringer
bd8fb47110 python3Packages.dask-glm: add missing setuptools-scm dep 2021-04-20 22:19:08 -07:00
Jonathan Ringer
f25190d7f2 python3Packages.yamlloader: fix build, add missing test dep 2021-04-20 22:19:08 -07:00
github-actions[bot]
99c7bab106
Merge master into staging-next 2021-04-21 00:15:20 +00:00
Martin Weinelt
ac507707f0
Merge pull request #119975 from fabaff/bump-adafruit-platformdetect
python3Packages.adafruit-platformdetect: 3.5.0 -> 3.6.0
2021-04-21 00:50:43 +02:00
Fabian Affolter
8716479e0e python3Packages.msldap: 0.3.28 -> 0.3.29 2021-04-20 23:23:45 +02:00
Fabian Affolter
c8f64dcf26 python3Packages.msldap: 0.3.28 -> 0.3.29 2021-04-20 23:21:59 +02:00
Fabian Affolter
3346f49308 python3Packages.pypykatz: 0.4.7 -> 0.5.0 2021-04-20 23:21:59 +02:00
Fabian Affolter
b3491eca0c python3Packages.aiosmb: 0.2.37 -> 0.2.41 2021-04-20 22:42:47 +02:00
Fabian Affolter
cac2f9581f python3Packages.minikerberos: 0.2.9 -> 0.2.11 2021-04-20 22:04:48 +02:00
Fabian Affolter
165d4ec633 python3Packages.minidump: 0.0.16 -> 0.0.17 2021-04-20 22:03:55 +02:00
Fabian Affolter
b3e22b9c6a python3Packages.adafruit-platformdetect: 3.5.0 -> 3.6.0 2021-04-20 21:51:25 +02:00
github-actions[bot]
b08c9b444b
Merge master into staging-next 2021-04-20 18:13:16 +00:00
Michael Weiss
460c08357f
python3Packages.mysql-connector: 8.0.23 -> 8.0.24 and remove myself as maintainer (#119937) 2021-04-20 19:39:58 +02:00
Sandro
bf30ed79e8
Merge pull request #119947 from primeos/python-scapy
python3Packages.scapy: 2.4.4 -> 2.4.5
2021-04-20 18:25:56 +02:00
Fabian Affolter
6c28f4a26b python3Packages.angr: 9.0.6281 -> 9.0.6790 2021-04-20 17:50:27 +02:00
Fabian Affolter
4f737c080b python3Packages.cle: 9.0.6281 -> 9.0.6790 2021-04-20 17:50:27 +02:00
Fabian Affolter
cc8ecf263f python3Packages.claripy: 9.0.6281 -> 9.0.6790 2021-04-20 17:50:27 +02:00
Fabian Affolter
d3346f5b7f python3Packages.ailment: 9.0.6281 -> 9.0.6790 2021-04-20 17:50:27 +02:00
Fabian Affolter
060f432327 python3Packages.archinfo: 9.0.6281 -> 9.0.6790 2021-04-20 17:50:27 +02:00
Michael Weiss
0677f980c7
python3Packages.scapy: 2.4.4 -> 2.4.5 2021-04-20 14:13:57 +02:00
github-actions[bot]
960439e003
Merge master into staging-next 2021-04-20 12:06:46 +00:00
Jörg Thalheim
b0d0d6b2b3
Merge pull request #119882 from mweinelt/python/pywemo
python3Packages.pywemo: fix tests
2021-04-20 11:36:01 +01:00
R. RyanTM
e70b485cdb python38Packages.nunavut: 1.0.2 -> 1.0.3 2021-04-19 20:52:47 -04:00
Martin Weinelt
6b34489f81
Merge branch 'master' into staging-next 2021-04-20 02:06:07 +02:00
Sandro
4216cf5aee
Merge pull request #112434 from fabaff/pyxbe 2021-04-19 21:17:28 +02:00
github-actions[bot]
6ef7c23763
Merge master into staging-next 2021-04-19 18:11:51 +00:00
Martin Weinelt
9def31801a python3Packages.pymetno: 0.8.1 -> 0.8.2 2021-04-19 10:28:36 -07:00