Compare commits
No commits in common. "c8-beta" and "c8s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
17
.gitignore
vendored
17
.gitignore
vendored
@ -1 +1,16 @@
|
|||||||
SOURCES/idna-3.4.tar.gz
|
/idna-1.0.tar.gz
|
||||||
|
/idna-2.0.tar.gz
|
||||||
|
/idna-2.1.tar.gz
|
||||||
|
/idna-2.2.tar.gz
|
||||||
|
/idna-2.3.tar.gz
|
||||||
|
/idna-2.4.tar.gz
|
||||||
|
/idna-2.5.tar.gz
|
||||||
|
/idna-2.7.tar.gz
|
||||||
|
/idna-2.8.tar.gz
|
||||||
|
/idna-2.9.tar.gz
|
||||||
|
/idna-2.10.tar.gz
|
||||||
|
/idna-3.0.tar.gz
|
||||||
|
/idna-3.1.tar.gz
|
||||||
|
/idna-3.2.tar.gz
|
||||||
|
/idna-3.3.tar.gz
|
||||||
|
/idna-3.4.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
c01a061b5ace87f662049d205d5d15e7f8a3a533 SOURCES/idna-3.4.tar.gz
|
|
||||||
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
11
plans.fmf
Normal file
11
plans.fmf
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
discover:
|
||||||
|
- name: Smoke-tests
|
||||||
|
how: shell
|
||||||
|
tests:
|
||||||
|
- name: python-import-test
|
||||||
|
test: python3.12 -c 'import idna'
|
||||||
|
require:
|
||||||
|
- python3.12-idna
|
||||||
|
duration: 1m
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
5
rpminspect.yaml
Normal file
5
rpminspect.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# completely disabled inspections:
|
||||||
|
inspections:
|
||||||
|
# we know about RIGHT-TO-LEFT OVERRIDE in tests/IdnaTestV2.txt
|
||||||
|
# (fine tuning of this inspection does not seem to work)
|
||||||
|
unicode: off
|
||||||
Loading…
Reference in New Issue
Block a user