Compare commits
1 Commits
c10s
...
imports/c9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8654b75abd |
@ -1 +0,0 @@
|
|||||||
1
|
|
||||||
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,12 +1 @@
|
|||||||
/*-pyproject-*
|
SOURCES/setuptools_rust-1.11.1.tar.gz
|
||||||
/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
.python3.14-setuptools-rust.metadata
Normal file
1
.python3.14-setuptools-rust.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
37d039b15c85d98fa1f0863ca41b466381ef029d SOURCES/setuptools_rust-1.11.1.tar.gz
|
||||||
@ -1,3 +1,13 @@
|
|||||||
|
## 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
|
||||||
@ -109,4 +119,13 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
## START: Generated by rpmautospec
|
||||||
|
* 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
|
||||||
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-*
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
||||||
19
plan.fmf
19
plan.fmf
@ -1,19 +0,0 @@
|
|||||||
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
|
|
||||||
Loading…
Reference in New Issue
Block a user