Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ py3-hatchling
py3-jmespath
py3-pathspec
py3-pluggy
py3-requests
py3-colorama
py3-rsa
py3-s3transfer
Expand Down
44 changes: 44 additions & 0 deletions py3-requests.yaml
Original file line number Diff line number Diff line change
@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
python3 -m 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