Skip to content

Commit a58c6ce

Browse files
Update messages.pot as of version b5cee4c
1 parent 97507b1 commit a58c6ce

File tree

1 file changed

+80
-76
lines changed

1 file changed

+80
-76
lines changed

locales/messages.pot

Lines changed: 80 additions & 76 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-07-30 13:47+0000\n"
11+
"POT-Creation-Date: 2024-08-15 14:12+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"
@@ -2095,7 +2095,7 @@ msgstr ""
20952095

20962096
#: ../source/guides/analyzing-pypi-package-downloads.rst:77
20972097
#: ../source/specifications/dependency-specifiers.rst:29
2098-
#: ../source/specifications/direct-url-data-structure.rst:344
2098+
#: ../source/specifications/direct-url-data-structure.rst:347
20992099
#: ../source/specifications/version-specifiers.rst:1067
21002100
msgid "Examples"
21012101
msgstr ""
@@ -8313,7 +8313,7 @@ msgstr ""
83138313
#: ../source/specifications/binary-distribution-format.rst:421
83148314
#: ../source/specifications/core-metadata.rst:848
83158315
#: ../source/specifications/dependency-specifiers.rst:477
8316-
#: ../source/specifications/direct-url-data-structure.rst:394
8316+
#: ../source/specifications/direct-url-data-structure.rst:397
83178317
#: ../source/specifications/direct-url.rst:67
83188318
#: ../source/specifications/entry-points.rst:164
83198319
#: ../source/specifications/externally-managed-environments.rst:472
@@ -9469,258 +9469,262 @@ msgstr ""
94699469
msgid "Depending on what ``url`` refers to, the second field MUST be one of ``vcs_info`` (if ``url`` is a VCS reference), ``archive_info`` (if ``url`` is a source archive or a wheel), or ``dir_info`` (if ``url`` is a local directory). These info fields have a (possibly empty) subdictionary as value, with the possible keys defined below."
94709470
msgstr ""
94719471

9472-
#: ../source/specifications/direct-url-data-structure.rst:34
9473-
msgid "When persisted, ``url`` MUST be stripped of any sensitive authentication information, for security reasons."
9472+
#: ../source/specifications/direct-url-data-structure.rst:35
9473+
msgid "Security Considerations"
94749474
msgstr ""
94759475

94769476
#: ../source/specifications/direct-url-data-structure.rst:37
9477+
msgid "When persisted, ``url`` MUST be stripped of any sensitive authentication information, for security reasons."
9478+
msgstr ""
9479+
9480+
#: ../source/specifications/direct-url-data-structure.rst:40
94779481
msgid "The user:password section of the URL MAY however be composed of environment variables, matching the following regular expression:"
94789482
msgstr ""
94799483

9480-
#: ../source/specifications/direct-url-data-structure.rst:45
9484+
#: ../source/specifications/direct-url-data-structure.rst:48
94819485
msgid "Additionally, the user:password section of the URL MAY be a well-known, non security sensitive string. A typical example is ``git`` in the case of a URL such as ``ssh://[email protected]/user/repo``."
94829486
msgstr ""
94839487

9484-
#: ../source/specifications/direct-url-data-structure.rst:50
9488+
#: ../source/specifications/direct-url-data-structure.rst:53
94859489
msgid "VCS URLs"
94869490
msgstr ""
94879491

9488-
#: ../source/specifications/direct-url-data-structure.rst:52
9492+
#: ../source/specifications/direct-url-data-structure.rst:55
94899493
msgid "When ``url`` refers to a VCS repository, the ``vcs_info`` key MUST be present as a dictionary with the following keys:"
94909494
msgstr ""
94919495

9492-
#: ../source/specifications/direct-url-data-structure.rst:55
9496+
#: ../source/specifications/direct-url-data-structure.rst:58
94939497
msgid "A ``vcs`` key (type ``string``) MUST be present, containing the name of the VCS (i.e. one of ``git``, ``hg``, ``bzr``, ``svn``). Other VCS's SHOULD be registered by writing a PEP to amend this specification. The ``url`` value MUST be compatible with the corresponding VCS, so an installer can hand it off without transformation to a checkout/download command of the VCS."
94949498
msgstr ""
94959499

9496-
#: ../source/specifications/direct-url-data-structure.rst:61
9500+
#: ../source/specifications/direct-url-data-structure.rst:64
94979501
msgid "A ``requested_revision`` key (type ``string``) MAY be present naming a branch/tag/ref/commit/revision/etc (in a format compatible with the VCS). This field MUST match the revision requested by the user and MUST NOT exist when the user did not select a specific revision."
94989502
msgstr ""
94999503

9500-
#: ../source/specifications/direct-url-data-structure.rst:65
9504+
#: ../source/specifications/direct-url-data-structure.rst:68
95019505
msgid "A ``commit_id`` key (type ``string``) MUST be present, containing the exact commit/revision number that was/is to be installed. If the VCS supports commit-hash based revision identifiers, such commit-hash MUST be used as ``commit_id`` in order to reference an immutable version of the source code."
95029506
msgstr ""
95039507

9504-
#: ../source/specifications/direct-url-data-structure.rst:73
9508+
#: ../source/specifications/direct-url-data-structure.rst:76
95059509
msgid "Archive URLs"
95069510
msgstr ""
95079511

9508-
#: ../source/specifications/direct-url-data-structure.rst:75
9512+
#: ../source/specifications/direct-url-data-structure.rst:78
95099513
msgid "When ``url`` refers to a source archive or a wheel, the ``archive_info`` key MUST be present as a dictionary with the following keys:"
95109514
msgstr ""
95119515

9512-
#: ../source/specifications/direct-url-data-structure.rst:78
9516+
#: ../source/specifications/direct-url-data-structure.rst:81
95139517
msgid "A ``hashes`` key SHOULD be present as a dictionary mapping a hash name to a hex encoded digest of the file."
95149518
msgstr ""
95159519

9516-
#: ../source/specifications/direct-url-data-structure.rst:81
9520+
#: ../source/specifications/direct-url-data-structure.rst:84
95179521
msgid "Multiple hashes can be included, and it is up to the consumer to decide what to do with multiple hashes (it may validate all of them or a subset of them, or nothing at all)."
95189522
msgstr ""
95199523

9520-
#: ../source/specifications/direct-url-data-structure.rst:85
9524+
#: ../source/specifications/direct-url-data-structure.rst:88
95219525
msgid "These hash names SHOULD always be normalized to be lowercase."
95229526
msgstr ""
95239527

9524-
#: ../source/specifications/direct-url-data-structure.rst:87
9528+
#: ../source/specifications/direct-url-data-structure.rst:90
95259529
msgid "Any hash algorithm available via :py:mod:`hashlib` (specifically any that can be passed to :py:func:`hashlib.new()` and do not require additional parameters) can be used as a key for the hashes dictionary. At least one secure algorithm from :py:data:`hashlib.algorithms_guaranteed` SHOULD always be included. At time of writing, ``sha256`` specifically is recommended."
95269530
msgstr ""
95279531

9528-
#: ../source/specifications/direct-url-data-structure.rst:93
9532+
#: ../source/specifications/direct-url-data-structure.rst:96
95299533
msgid "A deprecated ``hash`` key (type ``string``) MAY be present for backwards compatibility purposes, with value ``<hash-algorithm>=<expected-hash>``."
95309534
msgstr ""
95319535

9532-
#: ../source/specifications/direct-url-data-structure.rst:96
9536+
#: ../source/specifications/direct-url-data-structure.rst:99
95339537
msgid "Producers of the data structure SHOULD emit the ``hashes`` key whether one or multiple hashes are available. Producers SHOULD continue to emit the ``hash`` key in contexts where they did so before, so as to keep backwards compatibility for existing clients."
95349538
msgstr ""
95359539

9536-
#: ../source/specifications/direct-url-data-structure.rst:100
9540+
#: ../source/specifications/direct-url-data-structure.rst:103
95379541
msgid "When both the ``hash`` and ``hashes`` keys are present, the hash represented in the ``hash`` key MUST also be present in the ``hashes`` dictionary, so consumers can consider the ``hashes`` key only if it is present, and fall back to ``hash`` otherwise."
95389542
msgstr ""
95399543

9540-
#: ../source/specifications/direct-url-data-structure.rst:105
9544+
#: ../source/specifications/direct-url-data-structure.rst:108
95419545
msgid "Local directories"
95429546
msgstr ""
95439547

9544-
#: ../source/specifications/direct-url-data-structure.rst:107
9548+
#: ../source/specifications/direct-url-data-structure.rst:110
95459549
msgid "When ``url`` refers to a local directory, the ``dir_info`` key MUST be present as a dictionary with the following key:"
95469550
msgstr ""
95479551

9548-
#: ../source/specifications/direct-url-data-structure.rst:110
9552+
#: ../source/specifications/direct-url-data-structure.rst:113
95499553
msgid "``editable`` (type: ``boolean``): ``true`` if the distribution was/is to be installed in editable mode, ``false`` otherwise. If absent, default to ``false``."
95509554
msgstr ""
95519555

9552-
#: ../source/specifications/direct-url-data-structure.rst:113
9556+
#: ../source/specifications/direct-url-data-structure.rst:116
95539557
msgid "When ``url`` refers to a local directory, it MUST have the ``file`` scheme and be compliant with :rfc:`8089`. In particular, the path component must be absolute. Symbolic links SHOULD be preserved when making relative paths absolute."
95549558
msgstr ""
95559559

9556-
#: ../source/specifications/direct-url-data-structure.rst:119
9560+
#: ../source/specifications/direct-url-data-structure.rst:122
95579561
msgid "Projects in subdirectories"
95589562
msgstr ""
95599563

9560-
#: ../source/specifications/direct-url-data-structure.rst:121
9564+
#: ../source/specifications/direct-url-data-structure.rst:124
95619565
msgid "A top-level ``subdirectory`` field MAY be present containing a directory path, relative to the root of the VCS repository, source archive or local directory, to specify where ``pyproject.toml`` or ``setup.py`` is located."
95629566
msgstr ""
95639567

9564-
#: ../source/specifications/direct-url-data-structure.rst:126
9568+
#: ../source/specifications/direct-url-data-structure.rst:129
95659569
msgid "Registered VCS"
95669570
msgstr ""
95679571

9568-
#: ../source/specifications/direct-url-data-structure.rst:128
9572+
#: ../source/specifications/direct-url-data-structure.rst:131
95699573
msgid "This section lists the registered VCS's; expanded, VCS-specific information on how to use the ``vcs``, ``requested_revision``, and other fields of ``vcs_info``; and in some cases additional VCS-specific fields. Tools MAY support other VCS's although it is RECOMMENDED to register them by writing a PEP to amend this specification. The ``vcs`` field SHOULD be the command name (lowercased). Additional fields that would be necessary to support such VCS SHOULD be prefixed with the VCS command name."
95709574
msgstr ""
95719575

9572-
#: ../source/specifications/direct-url-data-structure.rst:138
9573-
msgid "Git"
9574-
msgstr ""
9575-
95769576
#: ../source/specifications/direct-url-data-structure.rst:141
9577-
#: ../source/specifications/direct-url-data-structure.rst:168
9578-
#: ../source/specifications/direct-url-data-structure.rst:186
9579-
#: ../source/specifications/direct-url-data-structure.rst:204
9580-
msgid "Home page"
9581-
msgstr ""
9582-
9583-
#: ../source/specifications/direct-url-data-structure.rst:141
9584-
msgid "https://git-scm.com/"
9577+
msgid "Git"
95859578
msgstr ""
95869579

95879580
#: ../source/specifications/direct-url-data-structure.rst:144
95889581
#: ../source/specifications/direct-url-data-structure.rst:171
95899582
#: ../source/specifications/direct-url-data-structure.rst:189
95909583
#: ../source/specifications/direct-url-data-structure.rst:207
9591-
msgid "vcs command"
9584+
msgid "Home page"
95929585
msgstr ""
95939586

95949587
#: ../source/specifications/direct-url-data-structure.rst:144
9595-
#: ../source/specifications/direct-url-data-structure.rst:147
9596-
msgid "git"
9588+
msgid "https://git-scm.com/"
95979589
msgstr ""
95989590

95999591
#: ../source/specifications/direct-url-data-structure.rst:147
96009592
#: ../source/specifications/direct-url-data-structure.rst:174
96019593
#: ../source/specifications/direct-url-data-structure.rst:192
96029594
#: ../source/specifications/direct-url-data-structure.rst:210
9603-
msgid "``vcs`` field"
9595+
msgid "vcs command"
96049596
msgstr ""
96059597

9606-
#: ../source/specifications/direct-url-data-structure.rst:151
9607-
#: ../source/specifications/direct-url-data-structure.rst:177
9608-
#: ../source/specifications/direct-url-data-structure.rst:195
9609-
#: ../source/specifications/direct-url-data-structure.rst:214
9610-
msgid "``requested_revision`` field"
9598+
#: ../source/specifications/direct-url-data-structure.rst:147
9599+
#: ../source/specifications/direct-url-data-structure.rst:150
9600+
msgid "git"
96119601
msgstr ""
96129602

96139603
#: ../source/specifications/direct-url-data-structure.rst:150
9614-
msgid "A tag name, branch name, Git ref, commit hash, shortened commit hash, or other commit-ish."
9604+
#: ../source/specifications/direct-url-data-structure.rst:177
9605+
#: ../source/specifications/direct-url-data-structure.rst:195
9606+
#: ../source/specifications/direct-url-data-structure.rst:213
9607+
msgid "``vcs`` field"
96159608
msgstr ""
96169609

96179610
#: ../source/specifications/direct-url-data-structure.rst:154
96189611
#: ../source/specifications/direct-url-data-structure.rst:180
96199612
#: ../source/specifications/direct-url-data-structure.rst:198
9620-
#: ../source/specifications/direct-url-data-structure.rst:219
9613+
#: ../source/specifications/direct-url-data-structure.rst:217
9614+
msgid "``requested_revision`` field"
9615+
msgstr ""
9616+
9617+
#: ../source/specifications/direct-url-data-structure.rst:153
9618+
msgid "A tag name, branch name, Git ref, commit hash, shortened commit hash, or other commit-ish."
9619+
msgstr ""
9620+
9621+
#: ../source/specifications/direct-url-data-structure.rst:157
9622+
#: ../source/specifications/direct-url-data-structure.rst:183
9623+
#: ../source/specifications/direct-url-data-structure.rst:201
9624+
#: ../source/specifications/direct-url-data-structure.rst:222
96219625
msgid "``commit_id`` field"
96229626
msgstr ""
96239627

9624-
#: ../source/specifications/direct-url-data-structure.rst:154
9628+
#: ../source/specifications/direct-url-data-structure.rst:157
96259629
msgid "A commit hash (40 hexadecimal characters sha1)."
96269630
msgstr ""
96279631

9628-
#: ../source/specifications/direct-url-data-structure.rst:158
9632+
#: ../source/specifications/direct-url-data-structure.rst:161
96299633
msgid "Tools can use the ``git show-ref`` and ``git symbolic-ref`` commands to determine if the ``requested_revision`` corresponds to a Git ref. In turn, a ref beginning with ``refs/tags/`` corresponds to a tag, and a ref beginning with ``refs/remotes/origin/`` after cloning corresponds to a branch."
96309634
msgstr ""
96319635

9632-
#: ../source/specifications/direct-url-data-structure.rst:165
9636+
#: ../source/specifications/direct-url-data-structure.rst:168
96339637
msgid "Mercurial"
96349638
msgstr ""
96359639

9636-
#: ../source/specifications/direct-url-data-structure.rst:168
9640+
#: ../source/specifications/direct-url-data-structure.rst:171
96379641
msgid "https://www.mercurial-scm.org/"
96389642
msgstr ""
96399643

9640-
#: ../source/specifications/direct-url-data-structure.rst:171
96419644
#: ../source/specifications/direct-url-data-structure.rst:174
9645+
#: ../source/specifications/direct-url-data-structure.rst:177
96429646
msgid "hg"
96439647
msgstr ""
96449648

9645-
#: ../source/specifications/direct-url-data-structure.rst:177
9649+
#: ../source/specifications/direct-url-data-structure.rst:180
96469650
msgid "A tag name, branch name, changeset ID, shortened changeset ID."
96479651
msgstr ""
96489652

9649-
#: ../source/specifications/direct-url-data-structure.rst:180
9653+
#: ../source/specifications/direct-url-data-structure.rst:183
96509654
msgid "A changeset ID (40 hexadecimal characters)."
96519655
msgstr ""
96529656

9653-
#: ../source/specifications/direct-url-data-structure.rst:183
9657+
#: ../source/specifications/direct-url-data-structure.rst:186
96549658
msgid "Bazaar"
96559659
msgstr ""
96569660

9657-
#: ../source/specifications/direct-url-data-structure.rst:186
9661+
#: ../source/specifications/direct-url-data-structure.rst:189
96589662
msgid "https://www.breezy-vcs.org/"
96599663
msgstr ""
96609664

9661-
#: ../source/specifications/direct-url-data-structure.rst:189
96629665
#: ../source/specifications/direct-url-data-structure.rst:192
9666+
#: ../source/specifications/direct-url-data-structure.rst:195
96639667
msgid "bzr"
96649668
msgstr ""
96659669

9666-
#: ../source/specifications/direct-url-data-structure.rst:195
9670+
#: ../source/specifications/direct-url-data-structure.rst:198
96679671
msgid "A tag name, branch name, revision id."
96689672
msgstr ""
96699673

9670-
#: ../source/specifications/direct-url-data-structure.rst:198
9674+
#: ../source/specifications/direct-url-data-structure.rst:201
96719675
msgid "A revision id."
96729676
msgstr ""
96739677

9674-
#: ../source/specifications/direct-url-data-structure.rst:201
9678+
#: ../source/specifications/direct-url-data-structure.rst:204
96759679
msgid "Subversion"
96769680
msgstr ""
96779681

9678-
#: ../source/specifications/direct-url-data-structure.rst:204
9682+
#: ../source/specifications/direct-url-data-structure.rst:207
96799683
msgid "https://subversion.apache.org/"
96809684
msgstr ""
96819685

9682-
#: ../source/specifications/direct-url-data-structure.rst:207
96839686
#: ../source/specifications/direct-url-data-structure.rst:210
9687+
#: ../source/specifications/direct-url-data-structure.rst:213
96849688
msgid "svn"
96859689
msgstr ""
96869690

9687-
#: ../source/specifications/direct-url-data-structure.rst:213
9691+
#: ../source/specifications/direct-url-data-structure.rst:216
96889692
msgid "``requested_revision`` must be compatible with ``svn checkout`` ``--revision`` option. In Subversion, branch or tag is part of ``url``."
96899693
msgstr ""
96909694

9691-
#: ../source/specifications/direct-url-data-structure.rst:217
9695+
#: ../source/specifications/direct-url-data-structure.rst:220
96929696
msgid "Since Subversion does not support globally unique identifiers, this field is the Subversion revision number in the corresponding repository."
96939697
msgstr ""
96949698

9695-
#: ../source/specifications/direct-url-data-structure.rst:222
9699+
#: ../source/specifications/direct-url-data-structure.rst:225
96969700
msgid "JSON Schema"
96979701
msgstr ""
96989702

9699-
#: ../source/specifications/direct-url-data-structure.rst:224
9703+
#: ../source/specifications/direct-url-data-structure.rst:227
97009704
msgid "The following JSON Schema can be used to validate the contents of ``direct_url.json``:"
97019705
msgstr ""
97029706

9703-
#: ../source/specifications/direct-url-data-structure.rst:346
9707+
#: ../source/specifications/direct-url-data-structure.rst:349
97049708
msgid "Source archive:"
97059709
msgstr ""
97069710

9707-
#: ../source/specifications/direct-url-data-structure.rst:359
9711+
#: ../source/specifications/direct-url-data-structure.rst:362
97089712
msgid "Git URL with tag and commit-hash:"
97099713
msgstr ""
97109714

9711-
#: ../source/specifications/direct-url-data-structure.rst:372
9715+
#: ../source/specifications/direct-url-data-structure.rst:375
97129716
msgid "Local directory:"
97139717
msgstr ""
97149718

9715-
#: ../source/specifications/direct-url-data-structure.rst:381
9719+
#: ../source/specifications/direct-url-data-structure.rst:384
97169720
msgid "Local directory in editable mode:"
97179721
msgstr ""
97189722

9719-
#: ../source/specifications/direct-url-data-structure.rst:396
9723+
#: ../source/specifications/direct-url-data-structure.rst:399
97209724
msgid "March 2020: This specification was approved through :pep:`610`, defining the ``direct_url.json`` metadata file."
97219725
msgstr ""
97229726

9723-
#: ../source/specifications/direct-url-data-structure.rst:398
9727+
#: ../source/specifications/direct-url-data-structure.rst:401
97249728
msgid "January 2023: Added the ``archive_info.hashes`` key (`discussion <archive-info-hashes_>`_)."
97259729
msgstr ""
97269730

0 commit comments

Comments
 (0)