Compare commits

...

No commits in common. "c8-stream-3.6" and "stream-python36-3.6-rhel-8.10.0" have entirely different histories.

4 changed files with 19 additions and 12 deletions

0
.gitignore vendored
View File

View File

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate_modules
subject_type: redhat-module
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional}

View File

@ -83,51 +83,51 @@ data:
rpms:
python-PyMySQL:
rationale: Python adapter for the MySQL/MariaDB databases
ref: stream-0.10.1-python36-rhel-8.8.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-distro:
rationale: Linux Distribution - a Linux OS platform information API
ref: stream-1.4-rhel-8.8.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-docs:
rationale: Documentation for Python
ref: stream-3.6-rhel-8.8.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-docutils:
rationale: System for processing plaintext documentation
ref: stream-0.14-rhel-8.8.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-nose:
rationale: Discovery-based unit test extension for Python
ref: stream-1.3.7-rhel-8.8.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-pygments:
rationale: Syntax highlighting engine written in Python
ref: stream-2.2.0-rhel-8.8.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-pymongo:
rationale: Python driver for MongoDB
ref: stream-3.6.1-rhel-8.8.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-sqlalchemy:
rationale: Modular and flexible ORM library for python
ref: stream-1.3.2-rhel-8.8.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-virtualenv:
rationale: Tool to create isolated Python environments
ref: stream-15.1.0-rhel-8.8.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 30
python-wheel:
rationale: Built-package format for Python
ref: stream-0.30.0-rhel-8.8.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python36:
rationale: Contains the symlink to the platform-python interpreter. Also contains
python36-rpm-macros needed to build the remaining packages.
ref: stream-3.6-rhel-8.8.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 10
scipy:
rationale: Scientific Tools for Python
ref: stream-1.0.0-rhel-8.8.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
...