import CS python3.14-flit-core-3.12.0-6.el9
This commit is contained in:
parent
2c1d98395d
commit
f0a23de31a
@ -1 +0,0 @@
|
||||
1
|
||||
26
.gitignore
vendored
26
.gitignore
vendored
@ -1,25 +1 @@
|
||||
/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
|
||||
SOURCES/flit_core-3.12.0.tar.gz
|
||||
|
||||
1
.python3.14-flit-core.metadata
Normal file
1
.python3.14-flit-core.metadata
Normal file
@ -0,0 +1 @@
|
||||
9cccb7a915ef6019c9be30aed53c85361fc24d5e SOURCES/flit_core-3.12.0.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 = 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
|
||||
|
||||
# When bootstrapping new Python we need to build flit in bootstrap mode.
|
||||
@ -44,8 +54,8 @@ at flit_core.buildapi.}
|
||||
# in RHEL we bootstrap the same way
|
||||
%if %{with bootstrap}
|
||||
Provides: python%{python3_pkgversion}dist(flit-core) = %{version}
|
||||
Provides: python%{python3_version}dist(flit-core) = %{version}
|
||||
Requires: python(abi) = %{python3_version}
|
||||
Provides: python%{python3_pkgversion}dist(flit-core) = %{version}
|
||||
Requires: python(abi) = %{python3_pkgversion}
|
||||
%endif
|
||||
|
||||
|
||||
@ -98,4 +108,22 @@ rm %{buildroot}%{python3_sitelib}/flit_core-%{version}.dist-info/RECORD
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
## START: Generated by rpmautospec
|
||||
* 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
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
14
plan.fmf
14
plan.fmf
@ -1,14 +0,0 @@
|
||||
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,3 +0,0 @@
|
||||
Filters = [
|
||||
'spelling-error .* en_US buildapi ',
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user