1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

6249 commits

Author SHA1 Message Date
Pradyun Gedam a84dde5982
Update test to check newer logic 2018-07-15 17:15:35 +05:30
Pradyun Gedam 3e0e45ba61
Nicer language in line with parameter name 2018-07-15 17:15:35 +05:30
Pradyun Gedam e027cd8449
Update deprecation utilities to specify versions
Also:
- Remove conditional warning/error level logging
- Remove now-obsolete class
- Update call sites as per new signature
2018-07-15 17:15:31 +05:30
Pradyun Gedam 4c2b268d52
Add "DEPRECATION" to start of message when composing it 2018-07-15 17:02:12 +05:30
Pradyun Gedam a1912454b8
Rename variable for clarity
It doesn't represent warnings.showwarning's current state so,
the name shouldn't suggest that.
2018-07-15 17:02:12 +05:30
Pradyun Gedam a8eaf1e0ff
Add a helper function for deprecation (and use it) 2018-07-15 17:02:03 +05:30
Pradyun Gedam 7769ddd52c
Rename deprecation warnings to not be versioned 2018-07-15 16:59:37 +05:30
Pradyun Gedam e6e0a14b68
Merge pull request #5523 from pradyunsg/deprecations
Remove items slated for removal in pip 11.0
2018-07-15 16:57:57 +05:30
Pradyun Gedam de899dd62d
Merge pull request #5553 from ashtyrov/master
Fix issue #5532
2018-07-15 16:01:51 +05:30
Pradyun Gedam 3b0899afad
Merge pull request #5593 from cjerdonek/vcs-git-get-url-rev-idempotent
Make VersionControl.get_url_rev() accept an url argument
2018-07-15 16:01:14 +05:30
Pradyun Gedam 549cdebf96
Remove redundant newline 2018-07-15 15:55:27 +05:30
Pradyun Gedam 31c2389304
Merge pull request #5560 from pradyunsg/python-37-yaml-hack
Remove hack for pyyaml support on 3.7
2018-07-15 15:07:53 +05:30
Pradyun Gedam 9087749dd0
Merge pull request #5594 from cjerdonek/fix-typo-tests-requirements
Fix typo: tools/test-requirements.txt.
2018-07-11 22:26:26 +05:30
Bstrdsmkr c71ac73102 Allow PEP508 url dependencies in install_requires 2018-07-11 08:23:49 -04:00
Chris Jerdonek ae3705972c Fix typo: tools/test-requirements.txt. 2018-07-11 01:04:03 -07:00
Chris Jerdonek 1f6e1e51ec Make get_url_rev() accept an url argument. 2018-07-11 00:51:38 -07:00
Chris Jerdonek 26457497b8 Add failing test. 2018-07-10 23:51:17 -07:00
Pradyun Gedam 397e835f39
Merge pull request #5587 from cjerdonek/vcs-move-obtain-to-base-class
Implement VersionControl.obtain() in the base class.
2018-07-11 02:02:34 +05:30
Brett Randall 3401f4de51 Added User Guide section on proxy configuration. Fixed #512.
Signed-off-by: Brett Randall <javabrett@gmail.com>
2018-07-10 22:35:54 +10:00
Chris Jerdonek d096c6b340 Add test_git__get_url_rev_args() to test a non-SVN backend.
This addresses a review comment of @pradyunsg.
2018-07-09 23:08:27 -07:00
Pradyun Gedam da4d616eb0
Merge pull request #5585 from pradyunsg/pep-518/isolate-when-missing-requires
Isolate when pyproject.toml does not have build-system.requires
2018-07-10 01:01:36 +05:30
Chris Jerdonek 701d010c02 Implement VersionControl.obtain() in the base class. 2018-07-08 22:46:25 -07:00
Pradyun Gedam 26014c5502
Merge pull request #5521 from pradyunsg/vendoring/update-jun-2018
Vendoring Updates for June 2018
2018-07-09 09:25:59 +05:30
Pradyun Gedam e3b06f9e51
Isolate when pyproject.toml does not have build-system.requires 2018-07-09 07:48:36 +05:30
Pradyun Gedam 3e7e7d349a
Merge pull request #5559 from SpoonMeiser/path-fix
Fix error trying to generate scripts warning when PATH not set
2018-07-08 18:43:41 +05:30
Pradyun Gedam ae8ec1d834
Merge pull request #5581 from cjerdonek/vcs-add-method-fetch-new
Refactor out a new VersionControl.fetch_new() method.
2018-07-08 15:04:40 +05:30
Chris Jerdonek 64d205e896 Refactor out a new VersionControl.fetch_new() method. 2018-07-07 21:55:55 -07:00
Pradyun Gedam ca3b5bd470
Merge pull request #5563 from cjerdonek/vcs-check-destination-remove-checkout-var
Remove the checkout variable from VersionControl.check_destination().
2018-07-08 07:54:40 +05:30
Pradyun Gedam 5bca0c9da1
Merge pull request #5579 from gkdoc/master
Remove redundancies in list in user_guide.rst
2018-07-07 18:15:24 +05:30
gkdoc a6e2d4d099
Remove redundancies in list in user_guide.rst 2018-07-06 21:44:10 -07:00
gkdoc 763d2a761f
Remove redundancies in list in user_guide.rst 2018-07-06 21:33:14 -07:00
Pradyun Gedam e834643f5c
Update 5558.bugfix 2018-07-07 03:06:10 +05:30
Oliver Jeeves ca5cca3426
Fix error trying to generate scripts warning when PATH not set
fixes #5558
2018-07-07 02:59:55 +05:30
Donald Stufft c39a51003e
Merge pull request #5572 from dstufft/deprecation-process
Adjust the deprecation policy to be time based
2018-07-06 13:23:14 -04:00
Donald Stufft fde9eb66f0 Adjust the deprecation policy to be time based 2018-07-06 12:35:29 -04:00
Pradyun Gedam f34172c769
Merge pull request #5569 from pypa/linter-fixes
Satisfy the linter
2018-07-05 14:01:59 +05:30
Pradyun Gedam 92cc86b5c9
Satisfy the linter 2018-07-05 11:27:11 +05:30
Pradyun Gedam 4ba6769a68
Merge pull request #5530 from pradyunsg/misc/simplify-linter-use
Simplify linter use and make configuration consistent
2018-07-04 14:27:33 +05:30
Pradyun Gedam fb9eb189cb
Merge pull request #5543 from pradyunsg/lint/upgrade-and-improve
Upgrade linting tools to current latest and fix new errors
2018-07-04 14:25:48 +05:30
Chris Jerdonek 4555cd3563 Remove the checkout variable from VersionControl.check_destination(). 2018-07-03 01:33:23 -07:00
Pradyun Gedam 1962198861
Remove hack for pyyaml support on 3.7 2018-07-03 00:50:10 +05:30
Pradyun Gedam 73fbf3ce7e
Merge pull request #5418 from eli-schwartz/master
fix un-vendored support; add missing entry for urllib3
2018-07-02 23:15:46 +05:30
Pradyun Gedam 98ddd2dddc
Improve "Submitting Pull Requests" section
- Link to compatibility requirements and require compliance
- Move licensing details to come earlier
- Reword text on cosmetic changes
2018-07-02 20:05:17 +05:30
Pradyun Gedam 60ef05b013
Provide examples of running specific tests using tox 2018-07-02 19:38:36 +05:30
Pradyun Gedam 2b57b8dc36
Mention that pip is volunteer maintained 2018-07-02 19:38:14 +05:30
Pradyun Gedam 0db7d17ea5
Don't mention various ways to contribute 2018-07-02 19:37:52 +05:30
Pradyun Gedam 868dd687bd
Polish the Release Process documentation 2018-07-02 19:02:12 +05:30
Pradyun Gedam 2e9e42bc33
Use newer development docs 2018-07-02 19:02:12 +05:30
Pradyun Gedam ff1cdc7c6e
Add shorthand for pypi projects 2018-07-02 19:02:11 +05:30
Pradyun Gedam 8344642207
Document how to rebase a branch 2018-07-02 19:02:11 +05:30