You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: warehouse/templates/email/pep625-extension-email/body.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This email is notifying you of an upcoming deprecation that we have determined m
19
19
20
20
In the future, PyPI will require all newly uploaded source distribution filenames to comply with PEP 625 (https://peps.python.org/pep-0625/). Any source distributions already uploaded will remain in place as-is and do not need to be updated.
21
21
22
-
Specifically, your recent upload of {{ filename }} is incompatible with PEP 625 because it uses the .zip extension.
22
+
Specifically, your recent upload of '{{ filename }}' is incompatible with PEP 625 because it uses the .zip extension.
23
23
24
24
In most cases, this can be resolved by upgrading the version of your build tooling to a later version that supports PEP 625 and produces compliant filenames.
Copy file name to clipboardExpand all lines: warehouse/templates/email/pep625-name-email/body.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This email is notifying you of an upcoming deprecation that we have determined m
19
19
20
20
In the future, PyPI will require all newly uploaded source distribution filenames to comply with PEP 625 (https://peps.python.org/pep-0625/). Any source distributions already uploaded will remain in place as-is and do not need to be updated.
21
21
22
-
Specifically, your recent upload of {{ filename }} is incompatible with PEP 625 because it does not contain the normalized project name '{{ normalized_name }}'.
22
+
Specifically, your recent upload of '{{ filename }}' is incompatible with PEP 625 because it does not contain the normalized project name '{{ normalized_name }}'.
23
23
24
24
In most cases, this can be resolved by upgrading the version of your build tooling to a later version that supports PEP 625 and produces compliant filenames.
Copy file name to clipboardExpand all lines: warehouse/templates/email/pep625-version-email/body.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This email is notifying you of an upcoming deprecation that we have determined m
19
19
20
20
In the future, PyPI will require all newly uploaded source distribution filenames to comply with PEP 625 (https://peps.python.org/pep-0625/). Any source distributions already uploaded will remain in place as-is and do not need to be updated.
21
21
22
-
Specifically, your recent upload of {{ filename }} is incompatible with PEP 625 because it does not contain contain the normalized project version '{{ normalized_version }}'.
22
+
Specifically, your recent upload of '{{ filename }}' is incompatible with PEP 625 because it does not contain contain the normalized project version '{{ normalized_version }}'.
23
23
24
24
In most cases, this can be resolved by upgrading the version of your build tooling to a later version that supports PEP 625 and produces compliant filenames.
0 commit comments