import CS python3.14-pycparser-2.22-4.el9
This commit is contained in:
parent
488f150bab
commit
40fb4381f2
@ -1 +0,0 @@
|
||||
1
|
||||
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,6 +1 @@
|
||||
/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
|
||||
SOURCES/release_v2.22.tar.gz
|
||||
|
||||
1
.python3.14-pycparser.metadata
Normal file
1
.python3.14-pycparser.metadata
Normal file
@ -0,0 +1 @@
|
||||
afdf296c3880047a5ed4f8afda9ab3367ef0843c SOURCES/release_v2.22.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 = 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
|
||||
|
||||
%bcond_without tests
|
||||
@ -66,4 +76,16 @@ export %{py3_test_envvars}
|
||||
%doc examples
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
## START: Generated by rpmautospec
|
||||
* 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
|
||||
@ -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
|
||||
# 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user