Skip to content

Commit 4dbd454

Browse files
authored
Merge branch 'main' into ww/pax
2 parents 6c83b2d + 457e74f commit 4dbd454

6 files changed

Lines changed: 8 additions & 4 deletions

File tree

source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@
230230
"python": ("https://docs.python.org/3", None),
231231
"python-guide": ("https://docs.python-guide.org", None),
232232
"setuptools": ("https://setuptools.pypa.io/en/latest/", None),
233+
"setuptools-scm": ("https://setuptools-scm.rtfd.io/latest", None),
233234
"spack": ("https://spack.readthedocs.io/en/latest/", None),
234235
"sphinx": ("https://www.sphinx-doc.org/en/master", None),
235236
"tox": ("https://tox.wiki/en/latest/", None),

source/discussions/setup-py-deprecated.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ A possible replacement solution (among others) is to rely on setuptools-scm_:
115115

116116
* ``python -m setuptools_scm``
117117

118-
.. _setuptools-scm: https://setuptools-scm.readthedocs.io/en/latest/usage#as-cli-tool
118+
.. _setuptools-scm: https://setuptools-scm.readthedocs.io/latest/usage/#as-cli-tool
119119

120120

121121
Remaining commands

source/discussions/single-source-version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ The following are links to some build system's documentation for handling versio
5959

6060
* `Setuptools <https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_
6161

62-
- `setuptools_scm <https://setuptools-scm.readthedocs.io/en/latest/>`_
62+
- `setuptools_scm <https://setuptools-scm.rtfd.io/latest>`_

source/guides/creating-and-discovering-plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Now the module of your choice can be imported by executing
165165
section on :doc:`entry points <setuptools:userguide/entry_point>` .
166166

167167
.. note:: Since this specification is part of the :doc:`standard library
168-
<python:library/importlib.metadata>`, most packaging tools other than setuptools
168+
<python:library/importlib.metadata>`, packaging tools including setuptools
169169
provide support for defining entry points.
170170

171171
.. _backport: https://importlib-metadata.readthedocs.io/en/latest/

source/shared/build-backend-tabs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
.. code-block:: toml
3939
4040
[build-system]
41-
requires = ["uv_build >= 0.12.5, <0.13.0"]
41+
requires = ["uv_build >= 0.12.10, <0.13.0"]
4242
build-backend = "uv_build"

source/specifications/well-known-project-urls.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ specializing the presentation of ``Project-URL`` metadata:
129129
* - ``funding`` (Funding)
130130
- Funding Information
131131
- ``sponsor``, ``donate``, ``donation``
132+
* - ``security`` (Security Policy)
133+
- The project's security policy or vulnerability reporting page
134+
- ``securitypolicy``
132135

133136
Package metadata consumers may choose to render aliased labels the same as
134137
their "parent" well known label, or further specialize them.

0 commit comments

Comments
 (0)