python3Packages.privacyIDEA: 3.5.1 -> 3.5.2

ChangeLog: https://github.com/privacyidea/privacyidea/blob/v3.5.2/Changelog#L1
This commit is contained in:
Maximilian Bosch
2021-04-02 11:10:21 +02:00
parent 763933b3d0
commit 0af9c974aa
2 changed files with 37 additions and 2 deletions
@@ -11,16 +11,22 @@
buildPythonPackage rec {
pname = "privacyIDEA";
version = "3.5.1";
version = "3.5.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-XJnrrpU0x2Axu7W4G3oDTjSJuqEyh3C/0Aga5D0gw9k=";
sha256 = "sha256-k2om2LjkFRCT53ECPAJEztCiMdz4fF5eoipVUvSoyGo=";
fetchSubmodules = true;
};
patches = [
# Subset of https://github.com/privacyidea/privacyidea/commit/359db6dd10212b8a210e0a83536e92e9e796a1f8,
# fixes app context errors in tests. Can be removed on the next bump.
./fix-tests.patch
];
propagatedBuildInputs = [
cryptography pyrad pymysql python-dateutil flask-versioned flask_script
defusedxml croniter flask_migrate pyjwt configobj sqlsoup pillow
@@ -36,6 +42,7 @@ buildPythonPackage rec {
"AESHardwareSecurityModuleTestCase"
"test_01_cert_request"
"test_01_loading_scripts"
"test_02_api_push_poll"
"test_02_cert_enrolled"
"test_02_enroll_rights"
"test_02_get_resolvers"