diff --git a/packages.txt b/packages.txt index 7b970859490..15a0949e098 100644 --- a/packages.txt +++ b/packages.txt @@ -346,6 +346,7 @@ py3-hatchling py3-jmespath py3-pathspec py3-pluggy +py3-requests py3-colorama py3-rsa py3-s3transfer diff --git a/py3-requests.yaml b/py3-requests.yaml new file mode 100644 index 00000000000..8f25ccca900 --- /dev/null +++ b/py3-requests.yaml @@ -0,0 +1,44 @@ +package: + name: py3-requests + version: 2.31.0 + epoch: 0 + description: "HTTP request library for Python3" + copyright: + - license: Apache-2.0 + dependencies: + runtime: + - python3 + - py3-certifi + - py3-charset-normalizer + - py3-idna + - py3-urllib3 + +environment: + contents: + packages: + - wolfi-base + - busybox + - ca-certificates-bundle + - build-base + - python3 + - py3-gpep517 + - py3-setuptools + +pipeline: + - uses: fetch + with: + uri: https://files.pythonhosted.org/packages/source/r/requests/requests-${{package.version}}.tar.gz + expected-sha256: 942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1 + + - runs: | + gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2 + + - runs: | + python3 -m installer -d "${{targets.destdir}}" dist/requests-*.whl + + - uses: strip + +update: + enabled: true + release-monitor: + identifier: 4004