Description of problem: When importing secretstorage one gets two error messages: /usr/lib/python3.9/site-packages/secretstorage/dhcrypto.py:16: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3.9/site-packages/secretstorage/util.py:25: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Version-Release number of selected component (if applicable): python3-secretstorage-3.2.0-3.fc34.noarch How reproducible: always Steps to Reproduce: 1. echo "import secretstorage" > ss_error_message.py 2. python3 ss_error_message.py Actual results: the above error message appear Expected results: no error message Additional info: This has been fixed upstream in 3.3.1
This is also fixed on Rawhide. The changes from 3.2.0 are requiring newer Jeepney, removing support for Python 3.5, style/typing fixes, and avoiding these warnings. PR: https://src.fedoraproject.org/rpms/python-SecretStorage/pull-request/5
FEDORA-2021-1911fb176d has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-1911fb176d
FEDORA-2021-1911fb176d has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-1911fb176d` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-1911fb176d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-1911fb176d has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.