github-actions[bot]
|
7465594428
|
Merge master into staging-next
|
2021-05-13 12:26:48 +00:00 |
|
Fabian Affolter
|
77523d2c66
|
Merge pull request #122734 from fabaff/fix-dependency-injector
python3Packages.dependency-injector: 4.31.1 -> 4.32.2
|
2021-05-13 11:11:45 +02:00 |
|
github-actions[bot]
|
a8e5ac148b
|
Merge master into staging-next
|
2021-05-13 00:56:26 +00:00 |
|
Sandro
|
3d06d98b28
|
Merge pull request #122763 from dotlambda/django-pipeline-drop
pythonPackages.django-pipeline: drop
|
2021-05-12 23:17:11 +02:00 |
|
Robert Schütz
|
42ee87ee79
|
pythonPackages.django-pipeline: drop
It is marked as broken since October 2019.
|
2021-05-12 22:13:19 +02:00 |
|
Martin Weinelt
|
a18880bf72
|
Merge remote-tracking branch 'origin/master' into staging-next
|
2021-05-12 18:28:03 +02:00 |
|
Fabian Affolter
|
33faf27e31
|
python3Packages.mypy-boto3-s3: init at 1.17.71
|
2021-05-12 16:12:25 +02:00 |
|
Fabian Affolter
|
a613984d8a
|
python3Packages.mypy-boto3-builder: init at 4.12.0
|
2021-05-12 16:11:39 +02:00 |
|
Fabian Affolter
|
28dbe247f9
|
python3Packages.md-toc: init 7.2.0
|
2021-05-12 11:20:33 +02:00 |
|
Fabian Affolter
|
c5f430a166
|
python3Packages.fpyutils: init at 2.0.0
|
2021-05-12 11:05:25 +02:00 |
|
Fabian Affolter
|
1998a4243b
|
python3Packages.mdformat: init at 0.7.6
|
2021-05-12 10:44:32 +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 |
|
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]
|
115881e756
|
Merge master into staging-next
|
2021-05-10 12:24:32 +00: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
|
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 |
|
Ryan Orendorff
|
03aa75f46d
|
pyopencl: enable package build for macOS
|
2021-05-08 11:09:18 -07:00 |
|
Matt Melling
|
94698a5624
|
python3Packages.spacy: add spacy_legacy dependency
|
2021-05-08 11:08:46 -07:00 |
|
Matt Melling
|
ff95da3ab5
|
python3Packages.pathy: init at 0.5.2
|
2021-05-08 11:08:46 -07:00 |
|
Robert Schütz
|
e2cdb2fcc0
|
python3Packages.castepxbin: init at 0.1.0
|
2021-05-08 10:23:55 -07:00 |
|
Cole Helbling
|
6e8c1aaac3
|
python3.pkgs.debut: remove
This is actually a duplicate of debian-inspector -- it was renamed recently, but
still provides the legacy debut interface.
|
2021-05-08 08:26:02 -07:00 |
|
Martin Weinelt
|
9651084620
|
Merge remote-tracking branch 'origin/master' into staging-next
|
2021-05-08 14:43:43 +02:00 |
|
Vojtěch Káně
|
06efb08ec4
|
backblaze-b2: 2.1.0 -> 2.4.0 (#121250)
* python3Packages.b2sdk: 1.6.0 -> 1.7.0
* python3Packages.b2sdk: enable tests
* pythonPackages.rst2ansi: init at 0.1.5
* backblaze-b2: 2.1.0 -> 2.4.0
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
|
2021-05-08 07:53:30 -04:00 |
|