Skip to content

PEP 633: Exploded dependencies for PEP 621 #1595

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 57 commits into from
Sep 14, 2020
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
90bc912
Add initial exploded-dependencies spec for PEP-621 PEP
EpicWink Sep 2, 2020
5834a79
Remove requirement-table reference
EpicWink Sep 2, 2020
73f8042
Fix email
EpicWink Sep 2, 2020
1725ae4
Add note on why markers weren't split
EpicWink Sep 3, 2020
8f8a5ac
Add depenencies-array to rejected ideas
EpicWink Sep 3, 2020
bad0a73
Switch to 'direct' table for direct references
EpicWink Sep 3, 2020
ecd83f5
Fix incorrect 'version' keys in example
EpicWink Sep 3, 2020
5e021c1
Add motivation to contrast with the PEP-508 string implementation
EpicWink Sep 3, 2020
9714036
Add open-issue note on environment-marker keys
EpicWink Sep 3, 2020
d9c0264
Add open-issue notes on removing 'optional-dependencies' table
EpicWink Sep 3, 2020
df0f106
Fix 'pip' keys in standard-table example
EpicWink Sep 3, 2020
da510f9
Fix dependencies key name in examples
EpicWink Sep 3, 2020
c3493a0
Allow version specifiers as requirement specifiers
EpicWink Sep 6, 2020
2a05613
Include more arguments against separate 'revision' field
EpicWink Sep 6, 2020
ea97aed
Reject alternate definitions of extra requirements
EpicWink Sep 6, 2020
3f7daaa
Make note about 'file' protocol for direct requirements
EpicWink Sep 6, 2020
1fd5245
Show consistent examples
EpicWink Sep 6, 2020
bdd34f5
Add example implementation for conversion to PEP 508
EpicWink Sep 6, 2020
60d194d
Syntax highlighting (#1)
pradyunsg Sep 7, 2020
70f6c9b
Cleanup TOML example snippets (#2)
abn Sep 7, 2020
471960e
Move direct-reference keys to top-level
EpicWink Sep 7, 2020
77f6420
Re-open 'for-extra' key issue
EpicWink Sep 8, 2020
aafed71
Remove hash from requirement
EpicWink Sep 8, 2020
aa1b287
Add work-around for environment marker keys drawback
EpicWink Sep 8, 2020
bd29e2d
Allow empty string to for any-version
EpicWink Sep 8, 2020
375aea5
Allow environment markers as keys (#5)
EpicWink Sep 9, 2020
16e65a6
Revert "Allow environment markers as keys (#5)"
EpicWink Sep 9, 2020
ffb0dad
Defer the environment marker keys idea
EpicWink Sep 9, 2020
22741e4
Convert optional-deps to table of reqs with extra key (#4)
EpicWink Sep 9, 2020
febb954
Add PEP 508 compatibility examples (#3)
abn Sep 9, 2020
a69fa93
Typo fix, indentation as spaces
EpicWink Sep 9, 2020
d742168
Fix example conversion for 'for-extra' key
EpicWink Sep 9, 2020
109d4e8
Improve note on multiple requirements for the same project
EpicWink Sep 9, 2020
9266677
Remove note on environment marker keys in rationale (already in rejec…
EpicWink Sep 9, 2020
2bfad0f
Note requirement keys are optional
EpicWink Sep 9, 2020
5531d87
Add optional dependencies to full example
EpicWink Sep 9, 2020
b91ce23
Merge remote-tracking branch 'upstream/master' into pep-621-exploded-…
EpicWink Sep 10, 2020
4f3f366
Explicitly only allow URLs for VCS repository paths
EpicWink Sep 10, 2020
0c18b61
Remove syntax highlighting
EpicWink Sep 10, 2020
2389765
Remove post-history
EpicWink Sep 10, 2020
ec974b7
Add Arun to authors
EpicWink Sep 10, 2020
6580e7a
Assign PEP number 633
EpicWink Sep 12, 2020
74ea833
Add Brett as sponsor, set discussions link
EpicWink Sep 12, 2020
0b7e2ac
Set post history
EpicWink Sep 12, 2020
a795290
Update created date format
EpicWink Sep 12, 2020
92df91d
Remove specific mention on which tables are defined
EpicWink Sep 12, 2020
6e97975
Format TOML mentions in all-caps
EpicWink Sep 12, 2020
d493d65
Code-format table-name headings
EpicWink Sep 12, 2020
f7191f8
Use RF 2119 language
EpicWink Sep 12, 2020
63fea79
Typo fix
EpicWink Sep 12, 2020
e61c423
Explicitly re-mention empty-string as no constraint
EpicWink Sep 12, 2020
f5ee3bc
Mark first example as artificial
EpicWink Sep 12, 2020
246bf03
Changes rejected-ideas list to subsections
EpicWink Sep 12, 2020
62bd3e0
Improve definition of 'for-extra'
EpicWink Sep 12, 2020
d3c7970
Add note on unknown keys
EpicWink Sep 12, 2020
7ebe5b1
Update wording on table names in PEP 621
EpicWink Sep 12, 2020
ef0d461
Rename to PEP 633
EpicWink Sep 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading