Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57d6061ce7 |
@ -1 +0,0 @@
|
||||
1
|
||||
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,7 +1 @@
|
||||
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
|
||||
SOURCES/ply-9d7c400.tar.gz
|
||||
|
||||
1
.python3.14-ply.metadata
Normal file
1
.python3.14-ply.metadata
Normal file
@ -0,0 +1 @@
|
||||
975a9ed9c94ac8e884a72b1a78f935c049f3f894 SOURCES/ply-9d7c400.tar.gz
|
||||
@ -76,7 +76,7 @@ popd
|
||||
- Update to the latest and last upstream commit
|
||||
- The project won't have any new releases
|
||||
- Use modern pyproject macros
|
||||
Related: RHEL-120807
|
||||
Related: RHEL-120845
|
||||
|
||||
* Thu Sep 04 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11-29
|
||||
- Initial package
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
17
plan.fmf
17
plan.fmf
@ -1,17 +0,0 @@
|
||||
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
|
||||
Loading…
Reference in New Issue
Block a user