Frederik Rietdijk
ae18d68b6b
python2.pkgs: move expressions into python2-modules/ folder
...
Another step in further separating python2 from python3.
2022-01-16 10:00:16 +01:00
Jonathan Ringer
7de4ded03b
python3Packages.pyjwt1: move to privacyidea overlay
2021-12-09 19:03:03 -08:00
Maximilian Bosch
a805549e43
privacyidea: 3.6.2 -> 3.6.3
...
ChangeLog: https://github.com/privacyidea/privacyidea/blob/v3.6.3/Changelog#L1-L5
* This package still needs `sqlsoup`, so I unmarked it as broken which
is fine since it's building with sqlalchemy v1.3.
* There's a small difference between the `git`-tag and the PyPI tarball,
but it's non-functional[1].
[1] https://github.com/privacyidea/privacyidea/issues/2921
2021-11-26 16:22:30 +01:00
Martin Weinelt
924cbbd2fd
privacyidea: explicitly use fetchPypi in flask-migrate override
...
The package moved to fetchFromGitHub, which does not support these kinds
of overrides.
2021-09-23 23:25:50 +02:00
Maximilian Bosch
913fed2c45
privacyidea: 3.6.1 -> 3.6.2
...
ChangeLog: 2d2c928cde/Changelog
2021-07-28 23:39:27 +02:00
Maximilian Bosch
9b86def2fc
privacyidea: 3.6 -> 3.6.1
...
ChangeLog: https://github.com/privacyidea/privacyidea/blob/v3.6.1/Changelog
2021-07-22 14:10:10 +02:00
Maximilian Bosch
62030c17dc
privacyidea: fix migration command
2021-07-22 14:10:09 +02:00
Maximilian Bosch
7968422262
privacyidea: fix build
2021-07-22 11:31:58 +02:00
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