|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python Packaging User Guide \n" |
10 | 10 | "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" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | 14 | "Language-Team: LANGUAGE < [email protected]>\n" |
@@ -2396,7 +2396,7 @@ msgid "The `pandas-gbq`_ project allows for accessing query results via `Pandas` |
2396 | 2396 | msgstr "" |
2397 | 2397 |
|
2398 | 2398 | #: ../source/guides/analyzing-pypi-package-downloads.rst:335 |
2399 | | -#: ../source/specifications/dependency-specifiers.rst:487 |
| 2399 | +#: ../source/specifications/dependency-specifiers.rst:491 |
2400 | 2400 | msgid "References" |
2401 | 2401 | msgstr "" |
2402 | 2402 |
|
@@ -8223,7 +8223,7 @@ msgstr "" |
8223 | 8223 |
|
8224 | 8224 | #: ../source/specifications/binary-distribution-format.rst:421 |
8225 | 8225 | #: ../source/specifications/core-metadata.rst:848 |
8226 | | -#: ../source/specifications/dependency-specifiers.rst:476 |
| 8226 | +#: ../source/specifications/dependency-specifiers.rst:477 |
8227 | 8227 | #: ../source/specifications/direct-url-data-structure.rst:394 |
8228 | 8228 | #: ../source/specifications/direct-url.rst:67 |
8229 | 8229 | #: ../source/specifications/entry-points.rst:164 |
@@ -9251,23 +9251,27 @@ msgstr "" |
9251 | 9251 | msgid "A test program - if the grammar is in a string ``grammar``:" |
9252 | 9252 | msgstr "" |
9253 | 9253 |
|
9254 | | -#: ../source/specifications/dependency-specifiers.rst:478 |
| 9254 | +#: ../source/specifications/dependency-specifiers.rst:479 |
9255 | 9255 | msgid "November 2015: This specification was approved through :pep:`508`." |
9256 | 9256 | msgstr "" |
9257 | 9257 |
|
9258 | | -#: ../source/specifications/dependency-specifiers.rst:479 |
| 9258 | +#: ../source/specifications/dependency-specifiers.rst:480 |
9259 | 9259 | 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]_" |
9260 | 9260 | msgstr "" |
9261 | 9261 |
|
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 |
9263 | 9267 | msgid "pip, the recommended installer for Python packages (http://pip.readthedocs.org/en/stable/)" |
9264 | 9268 | msgstr "" |
9265 | 9269 |
|
9266 | | -#: ../source/specifications/dependency-specifiers.rst:492 |
| 9270 | +#: ../source/specifications/dependency-specifiers.rst:496 |
9267 | 9271 | msgid "The parsley PEG library. (https://pypi.python.org/pypi/parsley/)" |
9268 | 9272 | msgstr "" |
9269 | 9273 |
|
9270 | | -#: ../source/specifications/dependency-specifiers.rst:495 |
| 9274 | +#: ../source/specifications/dependency-specifiers.rst:499 |
9271 | 9275 | msgid "Future Python versions might be problematic with the definition of Environment Marker Variable ``python_version`` (https://github.com/python/peps/issues/560)" |
9272 | 9276 | msgstr "" |
9273 | 9277 |
|
|
0 commit comments