Skip to content

Commit 6c9e10d

Browse files
committed
docs: packages: replace markdown files with YAML
This makes python-wheels more consistent with the original package docs' pattern in wheel_builder. AI-Generated: Uses Claude Sonnet 5 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent b23b017 commit 6c9e10d

151 files changed

Lines changed: 1107 additions & 5933 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/packages/aiohttp.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

docs/packages/aiohttp.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
deprecated:
2+
package-name: aiohttp
3+
source-code: https://github.com/aio-libs/aiohttp
4+
license: Apache-2.0
5+
warning: |
6+
We disable the tests in tests/autobahn/test_autobahn as they depend on
7+
docker_on_whales and we don't want to be testing docker builds as part of
8+
the pipeline.
9+
10+
We also disable a flaky uvloop test, and tests that contain the following
11+
patterns, involving consistent failures related to networking or permissions:
12+
13+
- test_no_warnings
14+
- test_static_directory_without_read_permission
15+
- test_static_file_without_read_permission
16+
- test_uvloop_secure_https_proxy
17+
versions:
18+
- version: 3.11.18
19+
patched:
20+
- version: 3.12.14
21+
patched:

docs/packages/argon2-cffi-bindings.md

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package-name: argon2-cffi-bindings
2+
source-code: https://github.com/hynek/argon2-cffi-bindings
3+
license: MIT/CC0(libargon2)
4+
versions:
5+
- version: 21.2.0
6+
- version: 25.1.0

docs/packages/blake3.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

docs/packages/blake3.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
deprecated:
2+
package-name: blake3
3+
source-code: https://github.com/oconnor663/blake3-py
4+
license: CC0-1.0 OR Apache-2.0
5+
versions:
6+
- version: 1.0.5
7+
- version: 1.0.6
8+
- version: 1.0.7
9+
- version: 1.0.8

docs/packages/cffi.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

docs/packages/cffi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package-name: cffi
2+
source-code: https://github.com/python-cffi/cffi
3+
license: MIT
4+
comment: We append the files in the libffi LICENSE to the LICENSE file in the wheel
5+
versions:
6+
- version: 1.17.0
7+
- version: 1.17.1
8+
- version: 2.0.0
9+
patched:

docs/packages/charset-normalizer.md

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
deprecated:
2+
package-name: charset-normalizer
3+
source-code: https://github.com/jawah/charset_normalizer
4+
license: MIT
5+
versions:
6+
- version: 3.4.1
7+
- version: 3.4.2

0 commit comments

Comments
 (0)