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
|
||||||
8
.gitignore
vendored
8
.gitignore
vendored
@ -1 +1,7 @@
|
|||||||
SOURCES/ply-9d7c400.tar.gz
|
ply-3.3.tar.gz
|
||||||
|
/ply-3.4.tar.gz
|
||||||
|
/ply-3.6.tar.gz
|
||||||
|
/ply-3.8.tar.gz
|
||||||
|
/ply-3.9.tar.gz
|
||||||
|
/ply-3.11.tar.gz
|
||||||
|
/ply-9d7c400.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
975a9ed9c94ac8e884a72b1a78f935c049f3f894 SOURCES/ply-9d7c400.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}
|
||||||
17
plan.fmf
Normal file
17
plan.fmf
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
|
||||||
|
environment:
|
||||||
|
pybasever: '3.14'
|
||||||
|
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
dist-git-source: true
|
||||||
|
tests:
|
||||||
|
- name: bundled tests
|
||||||
|
test: |
|
||||||
|
cd $TMT_SOURCE_DIR/ply-*/tests &&
|
||||||
|
python${pybasever} testyacc.py &&
|
||||||
|
python${pybasever} testlex.py
|
||||||
|
require:
|
||||||
|
- python${pybasever}-ply
|
||||||
@ -76,7 +76,7 @@ popd
|
|||||||
- Update to the latest and last upstream commit
|
- Update to the latest and last upstream commit
|
||||||
- The project won't have any new releases
|
- The project won't have any new releases
|
||||||
- Use modern pyproject macros
|
- Use modern pyproject macros
|
||||||
Related: RHEL-120845
|
Related: RHEL-120807
|
||||||
|
|
||||||
* Thu Sep 04 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11-29
|
* Thu Sep 04 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11-29
|
||||||
- Initial package
|
- Initial package
|
||||||
Loading…
Reference in New Issue
Block a user