branching - update refs

This commit is contained in:
Adam Samalik 2023-09-04 10:50:00 +02:00
parent 49a3c227f9
commit 6138a3a271
1 changed files with 12 additions and 12 deletions

View File

@ -83,51 +83,51 @@ data:
rpms:
python-PyMySQL:
rationale: Python adapter for the MySQL/MariaDB databases
ref: stream-python36-3.6-rhel-8.9.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-python36-3.6-rhel-8.9.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-docs:
rationale: Documentation for Python
ref: stream-python36-3.6-rhel-8.9.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-docutils:
rationale: System for processing plaintext documentation
ref: stream-python36-3.6-rhel-8.9.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-nose:
rationale: Discovery-based unit test extension for Python
ref: stream-python36-3.6-rhel-8.9.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-pygments:
rationale: Syntax highlighting engine written in Python
ref: stream-python36-3.6-rhel-8.9.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-pymongo:
rationale: Python driver for MongoDB
ref: stream-python36-3.6-rhel-8.9.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-sqlalchemy:
rationale: Modular and flexible ORM library for python
ref: stream-python36-3.6-rhel-8.9.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
python-virtualenv:
rationale: Tool to create isolated Python environments
ref: stream-python36-3.6-rhel-8.9.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 30
python-wheel:
rationale: Built-package format for Python
ref: stream-python36-3.6-rhel-8.9.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-python36-3.6-rhel-8.9.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 10
scipy:
rationale: Scientific Tools for Python
ref: stream-python36-3.6-rhel-8.9.0
ref: stream-python36-3.6-rhel-8.10.0
buildorder: 20
...