Replace whole repo with latest content from branch stream-2.5.1-rhel-8.8.0

Content corresponds with RHEL dist-git commit 43eb7cc
This commit is contained in:
Honza Horak 2023-05-15 20:04:36 +02:00
parent e28802fd90
commit 8b4e611bbd
7 changed files with 5 additions and 24 deletions

View File

@ -1 +0,0 @@
1

5
.gitignore vendored
View File

@ -1,2 +1,5 @@
SOURCES/Babel-2.5.1.tar.gz
Babel-0.9.5.tar.gz
/Babel-0.9.6.tar.gz
/Babel-1.3.tar.gz
/Babel-2.3.4.tar.gz
/Babel-2.5.1.tar.gz

View File

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1,4 +0,0 @@
discover:
how: fmf
execute:
how: tmt

View File

@ -1 +1 @@
SHA512 (Babel-2.5.1.tar.gz) = a2999bd75213bf2447079a210f774d49ae0d658476563ba5cdc4ddce8b58d4eb84bc70812d7e972923d1fa6283bc282b226a045db39ec65e2e95327d82271eb9
60228b3ce93a203357158b909afe8ae1 Babel-2.5.1.tar.gz

View File

@ -1,7 +0,0 @@
description: |
Runs very simple babel example which should always work
test: python3 smoke.py
framework: shell
require:
- python3
- python3-babel

View File

@ -1,4 +0,0 @@
from datetime import date
from babel.dates import format_date
assert format_date(date(2021,3,1), locale='en') == 'Mar 1, 2021'