Skip to content
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

Update pip piptools #2935

Merged
merged 35 commits into from
Oct 8, 2018
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
320f216
Vendor passa as zip for running in venvs
techalchemy Sep 2, 2018
a698fee
Add passa to vendoring task
techalchemy Sep 5, 2018
1af729f
Vendor passa, update piptools
techalchemy Sep 7, 2018
8811b69
Vendor yaspin, update vistir, add pip18 patch
techalchemy Sep 7, 2018
21eb04a
Remove pip10 patch
techalchemy Sep 7, 2018
949a671
Update vistir vendoring
techalchemy Sep 7, 2018
7784f64
Fix passa dep
techalchemy Sep 7, 2018
7bc29c1
update patch for piptools
techalchemy Sep 7, 2018
42eed8a
fix pip patch
techalchemy Sep 7, 2018
b2957af
Update passa
techalchemy Sep 7, 2018
6c2db69
Update to pip 18
techalchemy Sep 7, 2018
9fce94b
Import rewrites
techalchemy Sep 7, 2018
4a5b63a
Fix passa vendoring task
techalchemy Sep 7, 2018
c257891
Update vendored dependencies
techalchemy Oct 6, 2018
ad2d6c9
Update all vendored dependencies
techalchemy Oct 6, 2018
0f9ce3e
Re-updated pip patch to ignore compatibility when sorting
techalchemy Oct 6, 2018
121390d
Patch pipdeptree
techalchemy Oct 6, 2018
17e73f5
Update pip_shims
techalchemy Oct 7, 2018
3f8824f
Add deprecation warning ignores to pytest.ini
techalchemy Oct 7, 2018
6c8ad87
Update pip_shims self-import module replacement logic with new names
techalchemy Oct 7, 2018
339c50e
update vendored shims version
techalchemy Oct 7, 2018
7429881
Add a proper parser for index urls internally
techalchemy Oct 7, 2018
6e042b3
fix piptools patch to account for None in hash lookups
techalchemy Oct 7, 2018
71ed413
Remove extra piptools license
techalchemy Oct 7, 2018
bf64e7b
Add news fragments and final patch for all fixes
techalchemy Oct 7, 2018
c3303d5
Fix manifest
techalchemy Oct 7, 2018
1605c00
Fix environment variable encoding for python 2
techalchemy Oct 7, 2018
1000bdc
move environment imports local so we can use fs_str in env declarations
techalchemy Oct 7, 2018
734b4e7
Clean up redundant code and avoid circular imports
techalchemy Oct 7, 2018
2590c4c
Expose fs_str in `utils.py`
techalchemy Oct 7, 2018
3a303ee
Update piptools patches
techalchemy Oct 7, 2018
b58f902
Fix pipdeptree patch
techalchemy Oct 7, 2018
d289e46
Fix pipdeptree patch again
techalchemy Oct 7, 2018
16fb2d1
Update piptools and fix patch
techalchemy Oct 7, 2018
6136edc
cast environment var as string
techalchemy Oct 7, 2018
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
Prev Previous commit
Next Next commit
Fix manifest
Signed-off-by: Dan Ryan <dan@danryan.co>
  • Loading branch information
techalchemy committed Oct 7, 2018
commit c3303d5c8348c4d34f82c468a17da8a1039b95fd
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ recursive-include pipenv *.md *.APACHE *.BSD
recursive-include pipenv Makefile
recursive-include pipenv/vendor vendor.txt
recursive-include pipenv README
recursive-include pipenv *.json
include pipenv/patched/notpip/_vendor/vendor.txt
include pipenv/patched/safety.zip pipenv/patched/patched.txt
include pipenv/vendor/pipreqs/stdlib pipenv/vendor/pipreqs/mapping
Expand All @@ -23,7 +24,8 @@ recursive-include docs Makefile *.rst *.py *.bat
recursive-include docs/_templates *.html
recursive-include docs/_static *.js *.css *.png
recursive-exclude docs requirements*.txt

recursive-exclude pipenv *.pyi
recursive-exclude pipenv *.typed

prune peeps
prune .buildkite
Expand Down