Skip to content

Commit ed05d76

Browse files
Update messages.pot as of version 08c54d4
1 parent a2b48e0 commit ed05d76

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

locales/messages.pot

Lines changed: 12 additions & 8 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-06-21 05:57+0000\n"
11+
"POT-Creation-Date: 2024-06-26 13:09+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"
@@ -2396,7 +2396,7 @@ msgid "The `pandas-gbq`_ project allows for accessing query results via `Pandas`
23962396
msgstr ""
23972397

23982398
#: ../source/guides/analyzing-pypi-package-downloads.rst:335
2399-
#: ../source/specifications/dependency-specifiers.rst:487
2399+
#: ../source/specifications/dependency-specifiers.rst:491
24002400
msgid "References"
24012401
msgstr ""
24022402

@@ -8223,7 +8223,7 @@ msgstr ""
82238223

82248224
#: ../source/specifications/binary-distribution-format.rst:421
82258225
#: ../source/specifications/core-metadata.rst:848
8226-
#: ../source/specifications/dependency-specifiers.rst:476
8226+
#: ../source/specifications/dependency-specifiers.rst:477
82278227
#: ../source/specifications/direct-url-data-structure.rst:394
82288228
#: ../source/specifications/direct-url.rst:67
82298229
#: ../source/specifications/entry-points.rst:164
@@ -9251,23 +9251,27 @@ msgstr ""
92519251
msgid "A test program - if the grammar is in a string ``grammar``:"
92529252
msgstr ""
92539253

9254-
#: ../source/specifications/dependency-specifiers.rst:478
9254+
#: ../source/specifications/dependency-specifiers.rst:479
92559255
msgid "November 2015: This specification was approved through :pep:`508`."
92569256
msgstr ""
92579257

9258-
#: ../source/specifications/dependency-specifiers.rst:479
9258+
#: ../source/specifications/dependency-specifiers.rst:480
92599259
msgid "July 2019: The definition of ``python_version`` was `changed <python-version-change_>`_ from ``platform.python_version()[:3]`` to ``'.'.join(platform.python_version_tuple()[:2])``, to accommodate potential future versions of Python with 2-digit major and minor versions (e.g. 3.10). [#future_versions]_"
92609260
msgstr ""
92619261

9262-
#: ../source/specifications/dependency-specifiers.rst:489
9262+
#: ../source/specifications/dependency-specifiers.rst:485
9263+
msgid "June 2024: The definition of ``version_many`` was changed to allow trailing commas, matching with the behavior of the Python implementation that has been in use since late 2022."
9264+
msgstr ""
9265+
9266+
#: ../source/specifications/dependency-specifiers.rst:493
92639267
msgid "pip, the recommended installer for Python packages (http://pip.readthedocs.org/en/stable/)"
92649268
msgstr ""
92659269

9266-
#: ../source/specifications/dependency-specifiers.rst:492
9270+
#: ../source/specifications/dependency-specifiers.rst:496
92679271
msgid "The parsley PEG library. (https://pypi.python.org/pypi/parsley/)"
92689272
msgstr ""
92699273

9270-
#: ../source/specifications/dependency-specifiers.rst:495
9274+
#: ../source/specifications/dependency-specifiers.rst:499
92719275
msgid "Future Python versions might be problematic with the definition of Environment Marker Variable ``python_version`` (https://github.com/python/peps/issues/560)"
92729276
msgstr ""
92739277

0 commit comments

Comments
 (0)