From f0a23de31add3a76718f79e1040f0aa88bb846f5 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Thu, 16 Apr 2026 04:56:20 -0400 Subject: [PATCH] import CS python3.14-flit-core-3.12.0-6.el9 --- .fmf/version | 1 - .gitignore | 26 +------------- .python3.14-flit-core.metadata | 1 + .../python3.14-flit-core.spec | 34 +++++++++++++++++-- gating.yaml | 6 ---- plan.fmf | 14 -------- rpmlint.toml | 3 -- sources | 1 - 8 files changed, 33 insertions(+), 53 deletions(-) delete mode 100644 .fmf/version create mode 100644 .python3.14-flit-core.metadata rename python3.14-flit-core.spec => SPECS/python3.14-flit-core.spec (69%) delete mode 100644 gating.yaml delete mode 100644 plan.fmf delete mode 100644 rpmlint.toml delete mode 100644 sources diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.gitignore b/.gitignore index 4acd0a2..630ceb3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.python3.14-flit-core.metadata b/.python3.14-flit-core.metadata new file mode 100644 index 0000000..2022f25 --- /dev/null +++ b/.python3.14-flit-core.metadata @@ -0,0 +1 @@ +9cccb7a915ef6019c9be30aed53c85361fc24d5e SOURCES/flit_core-3.12.0.tar.gz diff --git a/python3.14-flit-core.spec b/SPECS/python3.14-flit-core.spec similarity index 69% rename from python3.14-flit-core.spec rename to SPECS/python3.14-flit-core.spec index 0d3183d..e53b2f7 100644 --- a/python3.14-flit-core.spec +++ b/SPECS/python3.14-flit-core.spec @@ -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 - 3.12.0-6 +- Remove redundant BuildRequires on python3.14-rpm-macros + +* Fri Nov 28 2025 Lumir Balhar - 3.12.0-5 +- Disable bootstrap + +* Fri Nov 28 2025 Lukáš Zachar - 3.12.0-4 +- forgotten variable + +* Fri Nov 28 2025 Lukáš Zachar - 3.12.0-3 +- Add gating.yaml + +* Fri Nov 28 2025 Tomáš Hrnčiar - 3.12.0-2 +- Convert from Fedora for the Python 3.14 stack in RHEL + +* Tue Nov 25 2025 Tomáš Hrnčiar - 3.12.0-1 +- RHEL: Rename SPEC to python3.14-flit-core.spec +## END: Generated by rpmautospec diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 2c7ed80..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-* -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plan.fmf b/plan.fmf deleted file mode 100644 index 615daef..0000000 --- a/plan.fmf +++ /dev/null @@ -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 diff --git a/rpmlint.toml b/rpmlint.toml deleted file mode 100644 index 507b744..0000000 --- a/rpmlint.toml +++ /dev/null @@ -1,3 +0,0 @@ -Filters = [ - 'spelling-error .* en_US buildapi ', -] diff --git a/sources b/sources deleted file mode 100644 index 6452996..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (flit_core-3.12.0.tar.gz) = 189dcd674722164b165e18b11c4dc72b8309fa2e3c82fc1ed6a9160bb5c6c1f86e2b2cfa111603cf73dca0dba74a496a664d5cbb6242587b47f139c42f7ae8bd