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
|
||||||
7
.gitignore
vendored
7
.gitignore
vendored
@ -1 +1,6 @@
|
|||||||
SOURCES/release_v2.22.tar.gz
|
/release_v2.09.1.tar.gz
|
||||||
|
/release_v2.10.tar.gz
|
||||||
|
/release_v2.14.tar.gz
|
||||||
|
/release_v2.19.tar.gz
|
||||||
|
/release_v2.20.tar.gz
|
||||||
|
/release_v2.22.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
afdf296c3880047a5ed4f8afda9ab3367ef0843c SOURCES/release_v2.22.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}
|
||||||
19
plan.fmf
Normal file
19
plan.fmf
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
dist-git-source: true
|
||||||
|
# we need this in rpmbuild phase, which is before requires are installed
|
||||||
|
dist-git-require:
|
||||||
|
- python3.14
|
||||||
|
tests:
|
||||||
|
- name: bundled tests
|
||||||
|
require:
|
||||||
|
- python3.14-pycparser
|
||||||
|
- gcc
|
||||||
|
test: |
|
||||||
|
cd $(dirname $TMT_SOURCE_DIR/pycparser-*/tests) &&
|
||||||
|
rm -rf pycparser &&
|
||||||
|
python3.14 -m unittest -v
|
||||||
|
|
||||||
@ -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 = 4;
|
|
||||||
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
|
||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
@ -76,16 +66,4 @@ export %{py3_test_envvars}
|
|||||||
%doc examples
|
%doc examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
## START: Generated by rpmautospec
|
%autochangelog
|
||||||
* Tue Jan 27 2026 Miro Hrončok <miro@hroncok.cz> - 2.22-4
|
|
||||||
- Keep the ply library bundled, as intended upstream
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Lukáš Zachar <lzachar@redhat.com> - 2.22-3
|
|
||||||
- Add gating
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.22-2
|
|
||||||
- Convert from Fedora for the Python 3.14 stack in RHEL
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.22-1
|
|
||||||
- RHEL: Rename SPEC to python3.14-pycparser.spec
|
|
||||||
## END: Generated by rpmautospec
|
|
||||||
Loading…
Reference in New Issue
Block a user