• imports/c10s/python-setuptools-rust-1.10.2-1.el10 fec4460b6e

    Update to 1.10.2

    Ghost released this 2024-12-04 09:35:57 +00:00 | 0 commits to c10s since this release

    Update to a more recent version, 1.10.2. This will bump the NVR, which is required for the CRB request.

    I also cherry pick https://src.fedoraproject.org/rpms/python-setuptools-rust/pull-request/10
    Depend only on cargo at runtime: setuptools-rust does not use RPM macros, just cargo.
    Any package which uses this would already be expected to pull in the respective macros
    itself. Relaxing the dependency fixes EPEL 10 builds, as RHEL's rust-toolset and EPEL's
    cargo-rpm-macros (aka rust-packaging) officially conflict. As this package is being moved
    from buildroot-only to CRB, it would break EPEL 10 without this change.

    Drop manually listed %license file.

    Resolves: RHEL-66224

    Signed-off-by: Francisco Trivino ftrivino@redhat.com

    Downloads