Skip to content

Commit 91a2cb4

Browse files
Update messages.pot as of version 55995ee
1 parent 76915bb commit 91a2cb4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

locales/messages.pot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python Packaging User Guide \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-10-30 00:35+0000\n"
11+
"POT-Creation-Date: 2024-10-30 00:36+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -1537,22 +1537,22 @@ msgid "Package publishers wishing to ensure their reported distribution package
15371537
msgstr ""
15381538

15391539
#: ../source/discussions/versioning.rst:202
1540-
msgid "As import packages and modules are not *required* to publish runtime version information in this way (see the rejected proposal in :pep:`PEP 396 <396>`), the ``__version__`` attribute should either only be queried with interfaces that are known to provide it (such as a project querying its own version or the version of one of its direct dependencies), or else the querying code should be designed to handle the case where the attribute is missing [#fallback-to-dist-version]_."
1540+
msgid "As import packages and modules are not *required* to publish runtime version information in this way (see the withdrawn proposal in :pep:`PEP 396 <396>`), the ``__version__`` attribute should either only be queried with interfaces that are known to provide it (such as a project querying its own version or the version of one of its direct dependencies), or else the querying code should be designed to handle the case where the attribute is missing [#fallback-to-dist-version]_."
15411541
msgstr ""
15421542

15431543
#: ../source/discussions/versioning.rst:210
1544-
msgid "Some projects may need to publish version information for external APIs that don't meet the requirements for Python distribution package :ref:`version specifiers <version-specifiers>`. Such projects should define their own project-specific ways of obtaining the relevant information at runtime. For example, the standard library's :mod:`ssl` module offers multiple ways to access the underlying OpenSSL library version::"
1544+
msgid "Some projects may need to publish version information for external APIs that aren't the version of the module itself. Such projects should define their own project-specific ways of obtaining the relevant information at runtime. For example, the standard library's :mod:`ssl` module offers multiple ways to access the underlying OpenSSL library version::"
15451545
msgstr ""
15461546

1547-
#: ../source/discussions/versioning.rst:226
1547+
#: ../source/discussions/versioning.rst:225
15481548
msgid "Some more examples of unusual version numbers are given in a `blog post <versions-seth-larson_>`_ by Seth Larson."
15491549
msgstr ""
15501550

1551-
#: ../source/discussions/versioning.rst:229
1551+
#: ../source/discussions/versioning.rst:228
15521552
msgid "For some personal viewpoints on this issue, see these blog posts: `by Hynek Schlawak <semver-hynek-schlawack_>`_, `by Donald Stufft <semver-donald-stufft_>`_, `by Bernát Gábor <semver-bernat-gabor_>`_, `by Brett Cannon <semver-brett-cannon_>`_. For a humoristic take, read about ZeroVer_."
15531553
msgstr ""
15541554

1555-
#: ../source/discussions/versioning.rst:235
1555+
#: ../source/discussions/versioning.rst:234
15561556
msgid "A full list mapping the top level names available for import to the distribution packages that provide those import packages and modules may be obtained through the standard library's :func:`importlib.metadata.packages_distributions` function. This means that even code that is attempting to infer a version to report for all importable top-level names has a means to fall back to reporting the distribution version information if no ``__version__`` attribute is defined. Only standard library modules, and modules added via means other than Python package installation would fail to have version information reported in that case."
15571557
msgstr ""
15581558

0 commit comments

Comments
 (0)