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

This commit is contained in:
Honza Horak 2023-05-15 21:46:31 +02:00 committed by root
parent aebd81fe10
commit 4d9bd1a600
7 changed files with 1 additions and 23 deletions

1
.babel.metadata Normal file
View File

@ -0,0 +1 @@
5605f75353368d32500afb30e60fc8f0edbca506 Babel-2.7.0.tar.gz

View File

@ -1 +0,0 @@
1

1
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/Babel-2.7.0.tar.gz
/Babel-2.7.0.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,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'