Commit graph

11742 commits

Author SHA1 Message Date
github-actions[bot] b057978bb2
Merge staging-next into staging 2021-05-12 18:32:29 +00:00
Martin Weinelt a18880bf72 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-12 18:28:03 +02:00
David Wood e8ab2b3eeb
py-dmidecode: init at 0.1.0
Signed-off-by: David Wood <david.wood@codeplay.com>
2021-05-12 09:36:21 +01:00
Jan Tojnar 7982550ac4
Merge branch 'staging-next' into staging 2021-05-11 09:09:10 +02:00
github-actions[bot] 10e16ec9ab
Merge master into staging-next 2021-05-11 06:20:33 +00:00
Evils b8a7603c6d pycflow2dot: init at 0.2.3 2021-05-10 19:20:33 -07:00
github-actions[bot] 49b8e6f7d4
Merge master into staging-next 2021-05-11 00:48:15 +00:00
evils 18ed189365
python3.pkgs.rtoml: init at 0.6.1 (#122400) 2021-05-10 22:06:17 +02:00
Martin Weinelt 94a52465b7
Merge pull request #121856 from fabaff/motioneye-client 2021-05-10 20:48:41 +02:00
github-actions[bot] 61fa3fdde8
Merge master into staging-next 2021-05-10 18:28:17 +00:00
Martin Weinelt c92a736b97
Merge pull request #121855 from fabaff/kostal-plenticore
python3Packages.pykoplenti: init at 1.0.0
2021-05-10 20:18:10 +02:00
Martin Weinelt 0ebdfbd43a
Merge pull request #121853 from fabaff/pymeteireann
python3Packages.pymeteireann: init at 0.2
2021-05-10 20:09:14 +02:00
Martin Weinelt f1b821a338
Merge pull request #121848 from fabaff/mutesync 2021-05-10 19:54:21 +02:00
github-actions[bot] 7ce907b413
Merge staging-next into staging 2021-05-10 12:24:36 +00:00
github-actions[bot] 115881e756
Merge master into staging-next 2021-05-10 12:24:32 +00:00
Jan Tojnar 594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
Evils 0e13b2c44e python3.pkgs.pytomlpp: init at 0.3.5 2021-05-10 00:07:04 -07:00
Dave Gallant 99a7c0ac77 awscrt: init at 0.11.13 2021-05-10 00:03:27 -07:00
github-actions[bot] 1e3d91bd19
Merge master into staging-next 2021-05-10 00:48:32 +00:00
Guillaume Girol 9be4c79278
Merge pull request #120909 from eduardosm/bpython
bpython: fix build
2021-05-09 18:39:48 +00:00
davidak e9e72ab47a pysvg-py3: init at 0.2.2-post3
needed for timeline package
2021-05-09 11:28:21 -07:00
davidak 046bc37d1c humblewx: init at 0.2.2
needed for timeline package
2021-05-09 11:28:21 -07:00
github-actions[bot] 450e66080b
Merge master into staging-next 2021-05-09 18:23:01 +00:00
Robin Gloster b66421bc00
python3.pkgs.watchgod: init at 0.0.7 2021-05-09 12:05:12 -05:00
Robin Gloster 741c201f6b
python3.pkgs.pycron: init at 3.0.0 2021-05-09 12:05:12 -05:00
Robin Gloster 2d9b40453e
python3.pkgs.udatetime: init at 0.0.16 2021-05-09 12:05:12 -05:00
Robin Gloster 6d29a1a1cd
python3.pkgs.puremagic: init at 1.10 2021-05-09 12:05:12 -05:00
Robin Gloster f369a5a03b
python3.pkgs.opsdroid_get_image_size: init at 0.2.2 2021-05-09 12:05:12 -05:00
Robin Gloster e9ca610027
python3.pkgs.motor: init at 2.4.0 2021-05-09 12:05:11 -05:00
Robin Gloster 5b1d109540
python3.pkgs.mockupdb: init at 1.8.0 2021-05-09 12:01:16 -05:00
Robin Gloster ce0218bb32
python3.pkgs.mattermostdriver: init at 7.3.0
Co-authored-by: Linus Heckemann <git@sphalerite.org>
2021-05-09 12:01:16 -05:00
Robin Gloster 395eb4ff4a
python3.pkgs.matrix-api-async: init at 0.1.0 2021-05-09 12:01:15 -05:00
Robin Gloster 97f3d0b749
python3.pkgs.ibm-watson: init at 5.1.0
Co-authored-by: Linus Heckemann <git@sphalerite.org>
2021-05-09 12:01:15 -05:00
Robin Gloster 04eaecb612
python3.pkgs.ibm-cloud-core: init at 3.9.0
Co-authored-by: Linus Heckemann <git@sphalerite.org>
2021-05-09 12:01:14 -05:00
Robin Gloster 0b1ad2ed6f
python3.pkgs.get_video_properties: init at 0.1.1 2021-05-09 12:01:14 -05:00
Robin Gloster 09031aa626
python3.pkgs.delorean: init at 1.0.0 2021-05-09 12:01:14 -05:00
Robin Gloster 357e6b3560
Merge pull request #122357 from Ma27/fix-privacyidea
privacyidea: fix eval & build
2021-05-09 11:16:51 -05:00
Maximilian Bosch 5b29b74b71
python3Packages.privacyidea: fix eval with python3
While `privacyidea-ldap-proxy` only works on `python2`[1], `privacyidea`
itself works fine with `python3`, however it needs version one of
`pyjwt`[2], so I had to add `pyjwt1` which was already packaged for
`python2`[3] to the `python3` package-set. I think that's fine though
since `python2` should be only used when actually needed which isn't the
case here.

Closes #122250

[1] https://github.com/privacyidea/privacyidea-ldap-proxy/issues/50
[2] https://github.com/privacyidea/privacyidea/issues/2629
[3] bf9b6b1ef3
2021-05-09 16:19:35 +02:00
github-actions[bot] bc1f4b790e
Merge master into staging-next 2021-05-09 12:23:16 +00:00
Guillaume Girol f7adb8b94e
Merge pull request #121942 from mjlbach/bump_matrix-nio_dependencies
pythonPackages.matrix-nio: 0.15.2 -> 0.18.0, update build system and dependencies
2021-05-09 09:41:45 +00:00
Vladimír Čunát 5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
Fabian Affolter 44442c4ad1
Merge pull request #121837 from fabaff/pyialarm
python3Packages.pyialarm: init at 1.5
2021-05-09 00:23:11 +02:00
Jonathan Ringer ae33267bab python3Packages.backports-zoneinfo: init at 0.2.1 2021-05-08 15:05:21 -07:00
Luke Granger-Brown 83c134bed1
Merge pull request #121648 from AluisioASG/aasg/jupytext-1.11.2
python3Packages.markdown-it-py: 0.6.2 -> 1.0.0; python3Packages.jupytext: 1.11.0 -> 1.11.2
2021-05-08 23:01:21 +01:00
Evils 27ed1b4b15 python.pkgs.i2c-tools: init at i2c-tools.version 2021-05-08 13:23:36 -07:00
Robert T. McGibbon 9d469535df python3Packages.fenics: fix build 2021-05-08 13:15:39 -07:00
Martin Weinelt af9d0dde55
Merge pull request #121776 from fabaff/bump-roombapy 2021-05-08 21:49:00 +02:00
Fabian Affolter b2f905f34e
Merge pull request #121593 from fabaff/fix-databases
python3Packages.aiopg: init at 1.2.1
2021-05-08 21:17:06 +02:00
Fabian Affolter e47dde2e2e python3Packages.aiopg: init at 1.2.1 2021-05-08 20:50:24 +02:00
github-actions[bot] 6d46d8a9b9
Merge master into staging-next 2021-05-08 18:22:46 +00:00