The python-cryptography rpms
Find a file
Christian Heimes df910351fd Revert "Update to 42.0.5"
This reverts commit 1df274c401.

Fedora 39 is missing recent versions of python-setuptools-rust,
rust-pem, and rust-openssl.
2024-03-21 11:43:03 +01:00
.gitignore Revert "Update to 42.0.5" 2024-03-21 11:43:03 +01:00
conftest-skipper.py Skip iso8601 and pretend tests on RHEL 2021-02-12 16:47:08 +01:00
ouroboros-0.17.patch Revert "Update to 42.0.5" 2024-03-21 11:43:03 +01:00
pyo3-0.19.patch Revert "Update to 42.0.5" 2024-03-21 11:43:03 +01:00
python-cryptography.spec Revert "Update to 42.0.5" 2024-03-21 11:43:03 +01:00
README.md Update to 3.4.7, use vectors from sources (#1952024) 2021-04-22 08:07:57 +02:00
sources Revert "Update to 42.0.5" 2024-03-21 11:43:03 +01:00
vendor_rust.py Revert "Update to 42.0.5" 2024-03-21 11:43:03 +01:00

PyCA cryptography

https://cryptography.io/en/latest/

Packaging python-cryptography

The example assumes

  • Fedora Rawhide (f34)
  • PyCA cryptography release 3.4
  • Update Bugzilla issue is RHBZ#00000001

Build new python-cryptography

Switch and update branch

fedpkg switch-branch rawhide
fedpkg pull

Bump version and get sources

rpmdev-bumpspec -c "Update to 3.4 (#00000001)" -n 3.4 python-cryptography.spec
spectool -gf python-cryptography.spec

Upload new source

fedpkg new-sources cryptography-3.4.tar.gz

Commit changes

fedpkg commit --clog
fedpkg push

Build

fedpkg build

RHEL/CentOS builds

RHEL and CentOS use a different approach for Rust crates packaging than Fedora. On Fedora Rust dependencies are packaged as RPMs, e.g. rust-pyo3+default-devel RPM. These packages don't exist on RHEL and CentOS. Instead python-cryptography uses a tar ball with vendored crates. The tar ball is created by a script:

./vendor_rust.py
rhpkg upload cryptography-3.4-vendor.tar.bz2