Update to v46.0.3

- Removed the deprecated get_attribute_for_oid method on
  CertificateSigningRequest. Users should use get_attribute_for_oid()
  instead.
- Removed the deprecated CAST5, SEED, IDEA, and Blowfish classes from
  the cipher module. These are still available in Decrepit cryptography.
- In X.509, when performing a PSS signature with a SHA-3 hash, it is now
  encoded with the official NIST SHA3 OID.
- Added support for free-threaded Python 3.14.
This commit is contained in:
Jeremy Cline 2026-01-22 09:14:55 -05:00
commit 9b487e6f58
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

View file

@ -5,7 +5,7 @@
%global srcname cryptography
Name: python-%{srcname}
Version: 45.0.4
Version: 46.0.3
Release: %autorelease
Summary: PyCA's cryptography library