+ Removed "status" field from the 'communication protocol'

+ Removed RemoteCdm server compatibility checks
+ Added XML building from JSON
+ Added status code (DrmResult) parsing
+ Added enums to bcert/xmrlicense
+ Added optional encryption/signing keys during (re-)provisioning
+ Added PSSH box v1 support
This commit is contained in:
titus
2025-02-06 13:55:18 +01:00
parent 3472fa3f27
commit 251993c9d3
16 changed files with 1569 additions and 500 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "pyplayready"
version = "0.5.0"
version = "0.6.0"
description = "pyplayready CDM (Content Decryption Module) implementation in Python."
license = "CC BY-NC-ND 4.0"
authors = ["DevLARLEY, Erevoc", "DevataDev"]