From f850f9d0e71795cf052a8d00f21f0898337a2daa Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 14 May 2025 19:21:59 +0000 Subject: [PATCH] import UBI python-jsonschema-specifications-2023.11.2-6.el10 --- .fmf/version | 1 - .gitignore | 4 +--- README.md | 3 --- gating.yaml | 6 ------ plans.fmf | 11 ----------- 5 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 .fmf/version delete mode 100644 README.md delete mode 100644 gating.yaml delete mode 100644 plans.fmf diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.gitignore b/.gitignore index 60ddbbb..c8e8fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -/jsonschema_specifications-2023.7.1.tar.gz -/jsonschema_specifications-2023.11.1.tar.gz -/jsonschema_specifications-2023.11.2.tar.gz +jsonschema_specifications-2023.11.2.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 2ff8c5c..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# python-jsonschema-specifications - -The python-jsonschema-specifications package diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 4ca9235..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans.fmf b/plans.fmf deleted file mode 100644 index f21ea79..0000000 --- a/plans.fmf +++ /dev/null @@ -1,11 +0,0 @@ -discover: - - name: Smoke-tests - how: shell - tests: - - name: python-import-test - test: python3 -c 'import jsonschema_specifications' - require: - - python3-jsonschema-specifications - duration: 1m -execute: - how: tmt