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

24 commits

Author SHA1 Message Date
Chris Jerdonek
00a2ff198e Remove unneeded if block in vcs.get_src_requirement(). 2018-10-10 02:34:40 -07:00
Chris Jerdonek
2f16b88fb3 Refactor away VcsSupport.get_backend_from_location(). 2018-10-10 02:16:00 -07:00
Chris Jerdonek
faff436100 Add guard clause. 2018-10-08 22:57:32 -07:00
Chris Jerdonek
500598287d Remove deprecated SVN-specific freeze code. 2018-10-08 22:27:04 -07:00
Chris Jerdonek
b3ac98eff4 Only define comments when needed. 2018-10-08 11:31:27 -07:00
Chris Jerdonek
e80a90e96c Add try-else clause. 2018-10-08 11:31:27 -07:00
Chris Jerdonek
39b413352d Combine some lines. 2018-10-08 11:31:27 -07:00
Chris Jerdonek
f5026e7db9 Remove unneeded boolean flag variables. 2018-10-08 11:31:27 -07:00
Chris Jerdonek
7aa7bf0295 Add fourth guard clause. 2018-10-08 11:31:27 -07:00
Chris Jerdonek
6d84b4747a Add third guard clause. 2018-10-08 11:30:50 -07:00
Chris Jerdonek
e4ce62a5de Add second guard clause. 2018-10-08 11:30:50 -07:00
Chris Jerdonek
16333ef1da Add first guard clause. 2018-10-08 11:29:39 -07:00
Pradyun Gedam
9e26002fcd
Bump deprecation version to unlock workflow 2018-10-08 20:46:17 +05:30
Chris Jerdonek
309cb37091 Add FrozenRequirement._init_args_from_dist() helper method. 2018-09-26 22:11:27 -07:00
Chris Jerdonek
520df5356f Add misc.make_vcs_requirement_url(). 2018-09-25 01:31:34 -07:00
Pradyun Gedam
a5a07fe61c
Move InstallRequirement.from_line to constructors module 2018-08-21 20:37:40 +05:30
Pradyun Gedam
69b494aa29
Move InstallRequirement.from_editable to a constructors module 2018-08-21 20:27:22 +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
a8eaf1e0ff
Add a helper function for deprecation (and use it) 2018-07-15 17:02:03 +05:30
Pradyun Gedam
aa146d5dc2
Kick the can down the road for dependency-links 2018-06-21 21:19:24 +05:30
Pradyun Gedam
729990c986
Round 1 of Cleanups (#4844)
* misc: fix typo
* misc: 🎨 cleanup parenthesis
* misc: 🎨 minor simplifications
* tests: fix test_console_to_str_warning
2017-12-25 15:23:27 +05:30
Pradyun Gedam
353a13ddff
isort: Include trailing commas 2017-11-21 13:23:59 +05:30
Calvin Smith
4e97d3d5f9 Freeze not installed (#4292, #4293) 2017-10-31 11:13:46 +05:30
Donald Stufft
95bcf8c5f6 Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
Renamed from pip/operations/freeze.py (Browse further)