sbp commented on PR #1232: URL: https://github.com/apache/tooling-trusted-releases/pull/1232#issuecomment-4400625409
> rpgp-py 0.19.7 has no dsa_bits attribute and no equivalent field No, [it does](https://github.com/xelandernt/rpgp-py/blob/87bf51c023487f77251a6b78b4937b96ced269df/src/openpgp/_openpgp.pyi#L265-L266): ```python def dsa_bits(self) -> Optional[int]: ... @property ``` I know this because [I added it](https://github.com/xelandernt/rpgp-py/pull/7). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
