Commit graph

6 commits

Author SHA1 Message Date
Maximilian Bosch 5aad4e73b6
privacyIDEA: 3.5.2 -> 3.6
ChangeLog: https://github.com/privacyidea/privacyidea/releases/tag/v3.6

Unfortunately we have to use `sqlalchemy` at 1.3 for `sqlsoup`. As
`sqlalchemy` is required by a lot of packages, I decided to move this
package out of `pythonPackages` itself and instantiate a new
`pythonPackages` inside the expression where `sqlalchemy` points to
`sqlalchemy_1_3`.
2021-06-22 15:36:36 +02: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
Maximilian Bosch 0af9c974aa
python3Packages.privacyIDEA: 3.5.1 -> 3.5.2
ChangeLog: https://github.com/privacyidea/privacyidea/blob/v3.5.2/Changelog#L1
2021-04-02 11:10:21 +02:00
Maximilian Bosch 61cd842704
privacyIDEA: 3.3 -> 3.5.1
ChangeLog: https://github.com/privacyidea/privacyidea/blob/v3.5.1/Changelog
2021-03-19 21:54:30 +01:00
Robert Schütz 4544eb5e69 pythonPackages.privacyidea-ldap-proxy: does not support Python 3 2021-01-20 13:21:30 +01:00
Robin Gloster f1f0e82c50
privacyidea: address reviews 2020-05-09 12:11:44 +02:00