mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-17 10:41:28 +00:00
Distribution building tools from the RESF. Used to build Rocky Linux.
b077fc4d59
Bumps the pip group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.8.3` | `3.9.4` | | [fastapi](https://github.com/tiangolo/fastapi) | `0.89.1` | `0.109.1` | | [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.4` | | [setuptools](https://github.com/pypa/setuptools) | `58.2.0` | `65.5.1` | | [pydantic](https://github.com/pydantic/pydantic) | `1.10.4` | `1.10.13` | | [python-multipart](https://github.com/andrew-d/python-multipart) | `0.0.5` | `0.0.7` | | [black](https://github.com/psf/black) | `22.12.0` | `24.3.0` | | [certifi](https://github.com/certifi/python-certifi) | `2022.12.7` | `2023.7.22` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [starlette](https://github.com/encode/starlette) | `0.22.0` | `0.36.2` | Updates `aiohttp` from 3.8.3 to 3.9.4 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.9.4) Updates `fastapi` from 0.89.1 to 0.109.1 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.89.1...0.109.1) Updates `jinja2` from 3.1.2 to 3.1.4 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.4) Updates `setuptools` from 58.2.0 to 65.5.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v58.2.0...v65.5.1) Updates `pydantic` from 1.10.4 to 1.10.13 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.4...v1.10.13) Updates `python-multipart` from 0.0.5 to 0.0.7 - [Release notes](https://github.com/andrew-d/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/andrew-d/python-multipart/compare/0.0.5...0.0.7) Updates `black` from 22.12.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.12.0...24.3.0) Updates `certifi` from 2022.12.7 to 2023.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) Updates `idna` from 3.4 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) Updates `starlette` from 0.22.0 to 0.36.2 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.22.0...0.36.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: fastapi dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: setuptools dependency-type: direct:production dependency-group: pip - dependency-name: pydantic dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github/workflows | ||
.vscode | ||
apollo | ||
build | ||
common | ||
deploy/apollo | ||
web | ||
.bazelignore | ||
.bazelrc | ||
.bazelversion | ||
.clang-format | ||
.dockerignore | ||
.env | ||
.gitignore | ||
.npmrc | ||
.prettierrc | ||
.pylintrc | ||
.style.yapf | ||
.yapfignore | ||
BUILD.bazel | ||
CONTRIBUTORS | ||
COPYRIGHT | ||
gazelle_python.yaml | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
requirements_lock.txt | ||
requirements.txt | ||
WORKSPACE |
distro-tools
Distribution building tools from the RESF. Used to build Rocky Linux
Introduction
This repository contains various tooling that is used by the RESF to build Rocky Linux, and other extensions.
Currently the following components are in this repository:
- Apollo v3 - Errata management and publishing
Each component has its own README
Contributing
The repository is still in the early-stages but we're happy to receive contributions.
Everything from bug reports, feature requests to PRs are appreciated