Skip to content

Commit 1ebc7e5

Browse files
committed
Merge remote-tracking branch 'upstream/main' into publish-ci-workflow
2 parents 2c405b9 + 5de9865 commit 1ebc7e5

File tree

12 files changed

+993
-157
lines changed

12 files changed

+993
-157
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
38+
uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
3939
with:
4040
languages: ${{ matrix.language }}
4141
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -47,9 +47,9 @@ jobs:
4747

4848
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
4949
- name: Autobuild
50-
uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
50+
uses: github/codeql-action/autobuild@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
5151

5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
53+
uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
5454
with:
5555
category: "/language:${{matrix.language}}"

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2929

30-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
30+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3131
name: Install Python
3232
with:
3333
python-version: "3.9"

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2929

30-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
30+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3131
name: Install Python
3232
with:
3333
python-version: "3.9"
@@ -46,7 +46,7 @@ jobs:
4646
needs: lint
4747

4848
steps:
49-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5050

5151
- name: Build
5252
run: pipx run build

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.8", "pypy3.9", "pypy3.10", "pypy3.11"]
3030

3131
steps:
32-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3333

34-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
34+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3535
name: Install Python ${{ matrix.python_version }}
3636
with:
3737
python-version: ${{ matrix.python_version }}

docs/conf.py

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,37 @@
3939
html_theme = "furo"
4040
html_title = project
4141

42+
html_theme_options = {
43+
"source_repository": "https://github.com/pypa/packaging",
44+
"source_branch": "main",
45+
"source_directory": "docs/",
46+
"footer_icons": [
47+
{
48+
"name": "GitHub",
49+
"url": "https://github.com/pypa/packaging",
50+
"html": """
51+
<svg stroke="currentColor" fill="currentColor" stroke-width="0"
52+
viewBox="0 0 16 16">
53+
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54
54+
2.29 6.53 5.47 7.59.4.07.55-.17.55-.38
55+
0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01
56+
1.08.58 1.23.82.72 1.21 1.87.87
57+
2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95
58+
0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21
59+
2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04
60+
2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82
61+
2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0
62+
1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0
63+
16 8c0-4.42-3.58-8-8-8z"></path>
64+
</svg>
65+
""",
66+
"class": "",
67+
},
68+
],
69+
}
70+
html_copy_source = False
71+
html_show_sourcelink = False
72+
4273
# -- Options for autodoc ----------------------------------------------------
4374
# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#configuration
4475

docs/markers.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,14 @@ Reference
5858
:raises InvalidMarker: If the given ``markers`` are not parseable, then
5959
this exception will be raised.
6060

61-
.. method:: evaluate(environment=None)
61+
.. method:: evaluate(environment=None, context='metadata')
6262

6363
Evaluate the marker given the context of the current Python process.
6464

6565
:param dict environment: A dictionary containing keys and values to
6666
override the detected environment.
67-
:param str context: A string representing the context in which the marker is evaluated.
68-
Acceptable values are "metadata" (for core metadata; default),
69-
"lock_file", and "requirement" (i.e. all other situations).
67+
:param EvaluateContext context: A string representing the context in which
68+
the marker is evaluated.
7069
:raises: UndefinedComparison: If the marker uses a comparison on strings
7170
which are not valid versions per the
7271
:ref:`specification of version specifiers
@@ -81,6 +80,14 @@ Reference
8180
A dictionary that represents a Python environment as captured by
8281
:func:`default_environment`.
8382

83+
.. py:data:: packaging.markers.EvaluateContext
84+
85+
A ``typing.Literal`` enumerating valid values for the ``context`` passed to ``Marker.evaluate``, namely:
86+
87+
* "metadata" (for core metadata; default)
88+
* "lock_file" (for lock files)
89+
* "requirement" (i.e. all other situations)
90+
8491
.. function:: default_environment()
8592

8693
Returns a dictionary representing the current Python process. This is the

src/packaging/markers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from .utils import canonicalize_name
1818

1919
__all__ = [
20+
"Environment",
2021
"EvaluateContext",
2122
"InvalidMarker",
2223
"Marker",

0 commit comments

Comments
 (0)