Compare commits
No commits in common. "imports/c9-beta/python3.14-setuptools-rust-1.11.1-3.el9" and "c10s" have entirely different histories.
imports/c9
...
c10s
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
13
.gitignore
vendored
13
.gitignore
vendored
@ -1 +1,12 @@
|
|||||||
SOURCES/setuptools_rust-1.11.1.tar.gz
|
/*-pyproject-*
|
||||||
|
/setuptools-rust-0.11.6.tar.gz
|
||||||
|
/setuptools-rust-0.12.0.tar.gz
|
||||||
|
/setuptools-rust-0.12.1.tar.gz
|
||||||
|
/setuptools-rust-1.0.0.tar.gz
|
||||||
|
/setuptools-rust-1.1.2.tar.gz
|
||||||
|
/setuptools-rust-1.2.0.tar.gz
|
||||||
|
/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
|
||||||
|
/setuptools_rust-1.11.1.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
37d039b15c85d98fa1f0863ca41b466381ef029d SOURCES/setuptools_rust-1.11.1.tar.gz
|
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# python-setuptools-rust
|
||||||
|
|
||||||
|
The python-setuptools-rust package
|
||||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
19
plan.fmf
Normal file
19
plan.fmf
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
dist-git-source: true
|
||||||
|
dist-git-require:
|
||||||
|
- cargo
|
||||||
|
- rust-toolset
|
||||||
|
tests:
|
||||||
|
- name: unit
|
||||||
|
require:
|
||||||
|
- python3.14-pytest
|
||||||
|
- python3.14-setuptools-rust
|
||||||
|
test: |
|
||||||
|
cd $(dirname $TMT_SOURCE_DIR/setuptools*/tests)
|
||||||
|
# Drop crates.io replacement
|
||||||
|
sed '/source.crates-io/,$d' -i .cargo/config.toml
|
||||||
|
pytest-3.14 tests/ setuptools_rust/ --import-mode importlib
|
||||||
@ -1,13 +1,3 @@
|
|||||||
## START: Set by rpmautospec
|
|
||||||
## (rpmautospec version 0.6.5)
|
|
||||||
## RPMAUTOSPEC: autorelease, autochangelog
|
|
||||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
||||||
release_number = 3;
|
|
||||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
||||||
print(release_number + base_release_number - 1);
|
|
||||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
||||||
## END: Set by rpmautospec
|
|
||||||
|
|
||||||
%global python3_pkgversion 3.14
|
%global python3_pkgversion 3.14
|
||||||
|
|
||||||
# RHEL does not have packaged rust libraries
|
# RHEL does not have packaged rust libraries
|
||||||
@ -119,13 +109,4 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
## START: Generated by rpmautospec
|
%autochangelog
|
||||||
* Fri Nov 28 2025 Lukáš Zachar <lzachar@redhat.com> - 1.11.1-3
|
|
||||||
- Add gating
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.11.1-2
|
|
||||||
- Convert from Fedora for the Python 3.14 stack in RHEL
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.11.1-1
|
|
||||||
- RHEL: Rename SPEC to python3.14-semantic-rust.spec
|
|
||||||
## END: Generated by rpmautospec
|
|
||||||
Loading…
Reference in New Issue
Block a user