Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
26
.gitignore
vendored
26
.gitignore
vendored
@ -1 +1,25 @@
|
|||||||
SOURCES/flit_core-3.12.0.tar.gz
|
/flit-0.9.tar.gz
|
||||||
|
/flit-0.11.1.tar.gz
|
||||||
|
/flit-0.11.4.tar.gz
|
||||||
|
/flit-0.12.tar.gz
|
||||||
|
/flit-0.12.1.tar.gz
|
||||||
|
/flit-0.12.2.tar.gz
|
||||||
|
/flit-0.13.tar.gz
|
||||||
|
/flit-1.0.tar.gz
|
||||||
|
/flit-1.1.tar.gz
|
||||||
|
/flit-1.3.tar.gz
|
||||||
|
/flit-2.1.0.tar.gz
|
||||||
|
/flit-2.2.0.tar.gz
|
||||||
|
/flit-2.3.0.tar.gz
|
||||||
|
/flit-3.0.0.tar.gz
|
||||||
|
/flit-3.2.0.tar.gz
|
||||||
|
/flit-3.3.0.tar.gz
|
||||||
|
/flit-3.4.0.tar.gz
|
||||||
|
/flit-3.5.1.tar.gz
|
||||||
|
/flit-3.7.1.tar.gz
|
||||||
|
/flit-3.8.0.tar.gz
|
||||||
|
/flit_core-3.8.0.tar.gz
|
||||||
|
/flit_core-3.9.0.tar.gz
|
||||||
|
/flit_core-3.10.1.tar.gz
|
||||||
|
/flit_core-3.11.0.tar.gz
|
||||||
|
/flit_core-3.12.0.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
9cccb7a915ef6019c9be30aed53c85361fc24d5e SOURCES/flit_core-3.12.0.tar.gz
|
|
||||||
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}
|
||||||
14
plan.fmf
Normal file
14
plan.fmf
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
|
||||||
|
environment:
|
||||||
|
pybasever: "3.14"
|
||||||
|
|
||||||
|
discover:
|
||||||
|
- name: same_repo
|
||||||
|
how: shell
|
||||||
|
tests:
|
||||||
|
- name: import_test
|
||||||
|
test: python${pybasever} -c "import flit_core"
|
||||||
|
require:
|
||||||
|
- python${pybasever}-flit-core
|
||||||
@ -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 = 6;
|
|
||||||
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
|
||||||
|
|
||||||
# When bootstrapping new Python we need to build flit in bootstrap mode.
|
# When bootstrapping new Python we need to build flit in bootstrap mode.
|
||||||
@ -54,8 +44,8 @@ at flit_core.buildapi.}
|
|||||||
# in RHEL we bootstrap the same way
|
# in RHEL we bootstrap the same way
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
Provides: python%{python3_pkgversion}dist(flit-core) = %{version}
|
Provides: python%{python3_pkgversion}dist(flit-core) = %{version}
|
||||||
Provides: python%{python3_pkgversion}dist(flit-core) = %{version}
|
Provides: python%{python3_version}dist(flit-core) = %{version}
|
||||||
Requires: python(abi) = %{python3_pkgversion}
|
Requires: python(abi) = %{python3_version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -108,22 +98,4 @@ rm %{buildroot}%{python3_sitelib}/flit_core-%{version}.dist-info/RECORD
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
## START: Generated by rpmautospec
|
%autochangelog
|
||||||
* Mon Dec 08 2025 Miro Hrončok <miro@hroncok.cz> - 3.12.0-6
|
|
||||||
- Remove redundant BuildRequires on python3.14-rpm-macros
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Lumir Balhar <lbalhar@redhat.com> - 3.12.0-5
|
|
||||||
- Disable bootstrap
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Lukáš Zachar <lzachar@redhat.com> - 3.12.0-4
|
|
||||||
- forgotten variable
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Lukáš Zachar <lzachar@redhat.com> - 3.12.0-3
|
|
||||||
- Add gating.yaml
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0-2
|
|
||||||
- Convert from Fedora for the Python 3.14 stack in RHEL
|
|
||||||
|
|
||||||
* Tue Nov 25 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0-1
|
|
||||||
- RHEL: Rename SPEC to python3.14-flit-core.spec
|
|
||||||
## END: Generated by rpmautospec
|
|
||||||
3
rpmlint.toml
Normal file
3
rpmlint.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Filters = [
|
||||||
|
'spelling-error .* en_US buildapi ',
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user