Compare commits

..

No commits in common. "c10s" and "imports/c10s/python-setuptools-rust-1.7.0-12.el10" have entirely different histories.

4 changed files with 23 additions and 25 deletions

1
.gitignore vendored
View File

@ -8,4 +8,3 @@
/setuptools-rust-1.5.2.tar.gz
/setuptools-rust-1.6.0.tar.gz
/setuptools-rust-1.7.0.tar.gz
/setuptools_rust-1.10.2.tar.gz

View File

@ -7,14 +7,13 @@
%global integration_tests_exc '^(html-py-ever)'
Name: python-setuptools-rust
Version: 1.10.2
Version: 1.7.0
Release: %autorelease
Summary: Setuptools Rust extension plugin
License: MIT
URL: https://github.com/PyO3/setuptools-rust
Source0: %{pypi_source setuptools_rust}
Source0: %{pypi_source setuptools-rust}
BuildArch: noarch
BuildRequires: python3-devel
@ -39,15 +38,19 @@ extensions written in Rust as easily as if they were written in C.}
%package -n python3-setuptools-rust
Summary: %{summary}
Requires: cargo
%if 0%{?fedora}
Requires: rust-packaging
%else
Requires: rust-toolset >= 1.45
%endif
%description -n python3-setuptools-rust %{_description}
%prep
%cargo_prep
%autosetup -p1 -n setuptools_rust-%{version}
%autosetup -n setuptools-rust-%{version}
%cargo_prep
%if %{with integration_tests}
for example in $(ls examples/ | grep -vE %{integration_tests_exc}); do
@ -75,7 +78,7 @@ done
%install
%pyproject_install
%pyproject_save_files -l setuptools_rust
%pyproject_save_files setuptools_rust
%check
@ -113,6 +116,7 @@ done
%files -n python3-setuptools-rust -f %{pyproject_files}
%doc README.md CHANGELOG.md
%license LICENSE
%changelog

View File

@ -1 +1 @@
SHA512 (setuptools_rust-1.10.2.tar.gz) = 4a97ece7d42856532c9517ec1cc5ad7d8f765b8b4157ffcf458688478db7b3d1b4aa10898ebedd2251e3d29d80e81b45ad93128ae72bc270794f77c006ece324
SHA512 (setuptools-rust-1.7.0.tar.gz) = 19e77be4856f6517155175272e4b1ec1eca7a75f73a94ec2e9c26d6b1fe217a7dda3ee6454a30aa477dedea15d7eb723d0f8753700e2d8dec303d58b03712c6e

View File

@ -1,21 +1,16 @@
---
#
# 1minutetip --buildroot rhel10
#
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
roles:
- role: standard-test-source
required_packages:
- rust-toolset
- role: standard-test-basic
required_packages:
- python3-setuptools-rust
repositories:
- repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
dest: "pyproject-rpm-macros"
tests:
# build rust_with_cffi example (requires downloads from crates.io)
- example-rust-with-cffi:
dir: "source/examples/rust_with_cffi"
run: mkdir .cargo && cargo vendor > .cargo/config.toml && python3 setup.py build
- mockbuild_cryptography:
dir: pyproject-rpm-macros/tests
run: fedpkg clone -a python-cryptography && cd python-cryptography && (git switch f$(rpm -q --qf '%{VERSION}' fedora-release-common) || :) && fedpkg sources && ../mocktest.sh python-cryptography
required_packages:
- fedpkg
- mock