Skip to content

Commit 67ea0ff

Browse files
authored
Merge branch 'main' into build-number-interop
2 parents b348a34 + c022989 commit 67ea0ff

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

source/discussions/wheel-vs-egg.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Here's a breakdown of the important differences between :term:`Wheel` and :term:
4444
<https://docs.python.org/2/library/sysconfig.html#installation-paths>`_,
4545
therefore making it easier to convert to other formats.
4646

47+
* :term:`Egg` uploads have been disabled for upload to PyPI, per :pep:`715`.
48+
Read the `deprecation notice <https://blog.pypi.org/posts/2023-06-26-deprecate-egg-uploads/>`_
49+
for more information.
50+
4751
----
4852

4953
.. [1] Circumstantially, in some cases, wheels can be used as an importable

source/guides/single-sourcing-package-version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are many techniques to maintain a single source of truth for the version
99
number of your project:
1010

1111
#. Read the file in :file:`setup.py` and get the version. Example (from `pip setup.py
12-
<https://github.com/pypa/pip/blob/main/setup.py#L11>`_)::
12+
<https://github.com/pypa/pip/blob/main/setup.py>`_)::
1313

1414
import codecs
1515
import os.path

source/specifications/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PyPA specifications
66
This is a list of currently active interoperability specifications maintained
77
by the Python Packaging Authority. The process for updating these standards,
88
and for proposing new ones, is documented on
9-
`pypa.io <https://www.pypa.io/en/latest/specifications.html>`__.
9+
`pypa.io <https://www.pypa.io/en/latest/specifications/>`__.
1010

1111

1212
Package Distribution Metadata

0 commit comments

Comments
 (0)