Commit Graph

  • cd5a9683be Rename notpip to pip. Vendor in pip-22.2.1 and latest requirementslib and vistir. Matt Davis 2022-07-28 01:13:31 -04:00
  • 2d250f5b65 5192 correct spacing for PIPENV_COLORBLIND warning otherjake 2022-07-26 14:51:43 -04:00
  • 89e6ac191d Revert undesired change to pip_shims Oz N Tiram 2022-07-26 08:56:25 +02:00
  • e532fb5328 Remove only insertion of YAML libs to safety Oz N Tiram 2022-07-25 21:18:38 +02:00
  • 53dc092d38 Revert "Remove patch to safety/__main__.py to handle pyyaml" Oz N Tiram 2022-07-25 21:06:42 +02:00
  • f1fa76e1f9 Patch import paths of safety Oz N Tiram 2022-07-25 20:49:47 +02:00
  • 37db0234df Add some documentation on how to run tests locally. Oz N Tiram 2022-07-25 20:46:33 +02:00
  • 931a5b56e8 Restore skeleton for update_safety task Oz N Tiram 2022-07-25 20:45:13 +02:00
  • 92e97ecc21 Remove patch to safety/__main__.py to handle pyyaml Oz N Tiram 2022-07-25 20:40:35 +02:00
  • 8faa74cdc9 Update tomlkit==0.9.2 Oz N Tiram 2022-07-25 17:18:43 +02:00
  • 1abbab63e0 Remove patch for tomlkit Oz N Tiram 2022-07-25 16:59:08 +02:00
  • 4661f12f5c Update tomlkit version we vendor Oz N Tiram 2022-07-25 16:53:49 +02:00
  • df572a42ca Fix import paths in pip_shims.models Oz N Tiram 2022-07-25 16:48:07 +02:00
  • 388a30c20a Remove vendored yaml in yaml3 Oz N Tiram 2022-07-25 16:40:37 +02:00
  • ff3ae8f6c8 Remove separate download of pyparsing license Oz N Tiram 2022-07-25 16:39:00 +02:00
  • 4c3cba66c5 Remove charset_normalizer from list of vendored Oz N Tiram 2022-07-25 16:30:50 +02:00
  • 9c3db232e2 Remove vendoring on pyyaml Oz N Tiram 2022-07-25 16:28:39 +02:00
  • bfdb90a6af Patch dparse locally - remove top level yaml import Oz N Tiram 2022-07-25 16:26:42 +02:00
  • 882a3a2cde Remove vendor/Misc Oz N Tiram 2022-07-22 10:37:35 +02:00
  • 232eff38d4 Remove references to Python2.7 in RELEASING.md Oz N Tiram 2022-07-21 22:31:02 +02:00
  • dbe6d45e89 Clean reference to delegator Oz N Tiram 2022-07-21 22:30:31 +02:00
  • 74321e4850 Remove vendored and patched crayons Oz N Tiram 2022-07-21 22:07:01 +02:00
  • 01e133d86c Remove funcsigs Oz N Tiram 2022-07-21 21:48:55 +02:00
  • a3ae704df8 Remove more backports Oz N Tiram 2022-07-21 21:31:02 +02:00
  • eef583c03f Remove functools32 backport Oz N Tiram 2022-07-21 21:20:05 +02:00
  • 8c2ee9b789 Remove Python2 left overs Oz N Tiram 2022-07-21 21:15:14 +02:00
  • 027b1ecf5c Add extra details to the pipenv support command (#5189) Matt Davis 2022-07-25 11:24:56 -04:00
  • 46c13edaf4 Bumped version. github-actions[bot] 2022-07-24 11:12:30 +00:00
  • 0022881b18 v2022.7.24 Matt Davis 2022-07-24 07:05:58 -04:00
  • 2b895ffb3f Support the NO_COLOR and deprecate PIPENV_COLORBLIND environment variables (#5185) Matt Davis 2022-07-24 03:04:28 -04:00
  • f48f0d64dc Issue 5179 requirementslib==1.6.8 (#5183) Matt Davis 2022-07-22 20:12:17 -04:00
  • 20ab15474f Add missing keyword fg Oz N Tiram 2022-07-19 19:27:38 +02:00
  • 5d4b321a21 save change to patched.txt removing crayons otherjake 2022-07-18 14:06:28 -04:00
  • 1899e7c258 Fix problems caught by Flake8 otherjake 2022-07-18 13:56:20 -04:00
  • 47ff1299e8 Apply lint to changes to conform to house style otherjake 2022-07-18 12:49:46 -04:00
  • cbad7fe47f Remove Crayons per issue 3741, use click echo functions instead otherjake 2022-07-18 09:30:41 -04:00
  • 8632563845 Merge pull request #5171 from pypa/more-dead-code Oz N Tiram 2022-07-11 14:33:33 +02:00
  • 8b4de1441e Add news fragment. Matt Davis 2022-07-11 01:46:26 -04:00
  • e22bcab608 Remove dead code and add missing pyparsing file from last vevndoring. Matt Davis 2022-07-11 01:40:54 -04:00
  • d00cf8fdc6 Merge pull request #5168 from pypa/remove-funcsigs Oz N Tiram 2022-07-10 12:41:43 +02:00
  • 1662a08982 Merge pull request #5170 from pypa/vendor-pyparsing-3.0.9 Oz N Tiram 2022-07-10 06:09:22 +02:00
  • 4bbf87152c Add news fragment Oz N Tiram 2022-07-10 05:48:47 +02:00
  • 48fba59f53 bump pyparsing version to 3.0.9 Matt Davis 2022-07-09 08:53:18 -04:00
  • c9d7ece781 Fix the breakage of atomicwrites version 1.4.0 no longer exists in pypi. Matt Davis 2022-07-08 19:13:32 -04:00
  • 6c51d9cf66 Remove funcsigs as it is only for Python 3.3 and earlier Oz N Tiram 2022-07-08 21:45:54 +02:00
  • 31f50721d2 Merge pull request #5164 from pypa/refactor_no_deps Oz N Tiram 2022-07-07 23:00:50 +02:00
  • 8be1262dcf Merge pull request #5166 from pypa/vendor-pip-22.1.2-take2 Oz N Tiram 2022-07-07 22:57:32 +02:00
  • 8a4d2eb130 Vendor in latest requirements lib and pip-shims in order to drop packaging and resolve differences in sourcing it. Matt Davis 2022-07-07 09:21:57 -04:00
  • cf4adb6146 Add news fragment and fix rewrite import list to include requests. Matt Davis 2022-07-07 06:51:49 -04:00
  • 031164b7d3 new pip uses build_tracker and req_tracker is gone. Matt Davis 2022-07-06 22:53:38 -04:00
  • c69d55f7c8 Vendor in pip 22.1.2 Matt Davis 2022-07-06 22:09:37 -04:00
  • e1884f7c27 Merge pull request #5161 from pypa/remove-charset-normalizer Oz N Tiram 2022-07-06 07:00:49 +02:00
  • bdf679c2c0 Add news fragment. Matt Davis 2022-07-06 00:40:56 -04:00
  • 9200fe1635 Reenable these tests again on the Windows CI. (#5163) Matt Davis 2022-07-05 23:55:39 -04:00
  • 622670b1a9 Refactor and cleannup some cruft code around no_deps flag. Matt Davis 2022-07-05 23:43:39 -04:00
  • 6d3b35d0b2 Add news snippet. Oz N Tiram 2022-07-05 21:13:55 +02:00
  • 6d0d0cd44e Remove charset_normalizer Oz N Tiram 2022-07-05 21:07:30 +02:00
  • 86e5b62f6c Bumped version. github-actions[bot] 2022-07-04 21:30:26 +00:00
  • 14bc6de4c0 Release v2022.7.4 Oz N Tiram 2022-07-04 23:23:58 +02:00
  • 3b41a2250b Merge pull request #5150 from pypa/drop-importlib_metadata_resources Oz N Tiram 2022-06-30 19:16:10 +02:00
  • 4b977e48b5 Vendor latest requirementslib and pip-shims (#5156) Matt Davis 2022-06-30 13:15:12 -04:00
  • 57f38c582a Perform pipenv lock on windows for the platform markers there. Matt Davis 2022-06-29 22:31:41 -04:00
  • a589ec11a3 Bring importlib-metadata back ... to the correct place Oz N Tiram 2022-06-28 23:44:18 +02:00
  • b0d5e2e58b Add importlib-metadata explicitly on tests/pytest-pypi Oz N Tiram 2022-06-28 23:32:18 +02:00
  • 2da0ec45ca Update Pipfile.lock after remove twine from setup.py Oz N Tiram 2022-06-28 23:14:50 +02:00
  • 605fdf857a setup.py: remove debcommand Oz N Tiram 2022-06-28 23:07:35 +02:00
  • 7836baf821 Clean setup.py - remove commands to upload files to pypi Oz N Tiram 2022-06-28 23:02:21 +02:00
  • 550fbc71e7 Attempt to fix Pipfile.lock Oz N Tiram 2022-06-28 22:44:53 +02:00
  • 2c0620319e Add missing Pipefile.lock Oz N Tiram 2022-06-28 21:16:11 +02:00
  • 96908fda74 Remove importlib_metadata from Pipfile Oz N Tiram 2022-06-28 21:04:49 +02:00
  • 1db434c136 Makefile: replace . with source Oz N Tiram 2022-06-28 21:03:48 +02:00
  • fec5d52674 Make RAMDISK size configurable Oz N Tiram 2022-06-28 20:55:29 +02:00
  • 2f6a04b89a 5132 Vendor in latest requirementslib. (#5151) Matt Davis 2022-06-27 20:33:51 -04:00
  • 01381ad146 Remove importlib_metadata and importlib_resources Oz N Tiram 2022-06-27 22:52:46 +02:00
  • 0ee8234890 Issue 5000 remove requests certifi (#5146) Matt Davis 2022-06-27 15:13:30 -04:00
  • fb0f8884ad Fix Broken CLI docs (#5148) Oz N Tiram 2022-06-27 09:40:03 +02:00
  • 25caf6255a Merge branch 'main' of github.com:pypa/pipenv Matt Davis 2022-06-26 01:32:15 -04:00
  • efa8a7d373 Fix import error in exception class Matt Davis 2022-06-26 01:16:55 -04:00
  • 37b1fb422b Include markers issue #5092 (#5114) ImreC 2022-06-25 13:23:04 +02:00
  • d2365bb3fd PIPENV_MAX_ROUNDS is no longer used Oz N Tiram 2022-06-21 15:18:56 +02:00
  • c45a1c0c25 Merge pull request #5137 from pypa/replace-deprecate-keyword-setup-cfg Matt Davis 2022-06-21 09:36:37 -04:00
  • e276239538 Fix formatter screwup Till Grutschus 2022-06-20 19:58:55 +02:00
  • d11d43f98b Wrote news Till Grutschus 2022-06-20 19:45:04 +02:00
  • bdc11b3148 Test requirements env var expansion Till Grutschus 2022-06-20 19:15:46 +02:00
  • 86b51938a7 Do not expand env vars in requirements Till Grutschus 2022-06-20 18:38:50 +02:00
  • 25245b1625 Add FUNDING.yml Oz N Tiram 2022-06-20 23:43:54 +02:00
  • 88b6bc6b4e Fix usage of deprecated license_file Oz N Tiram 2022-06-19 01:19:15 +02:00
  • b923d577a1 Merge pull request #5120 from ethanhs/type_annotations Matt Davis 2022-06-15 20:48:17 -04:00
  • 9db11d1882 Move to acceptable news fragment file name Ethan Smith 2022-06-07 13:21:14 -07:00
  • 16722f3f2c Bumped version. github-actions[bot] 2022-06-07 14:15:10 +00:00
  • 3a56e3ba40 Actually bump the version file too. Matt Davis 2022-06-07 10:10:58 -04:00
  • afedb46c32 Generate changelog for 2022.6.7 Matt Davis 2022-06-07 10:00:18 -04:00
  • 0e6536326e Add NEWS fragment Ethan Smith 2022-06-06 03:53:37 -07:00
  • 4b996c0fa8 Convert type comments to type annotations Ethan Smith 2022-06-06 03:38:50 -07:00
  • c97ffc1ed4 Merge pull request #5096 from torsava/venv-fix Matt Davis 2022-05-26 15:50:40 -04:00
  • ac005b913f Make the CI work Tomas Orsava 2022-05-26 13:48:31 +02:00
  • 08ee1155e1 Make pipenv work with the venv install scheme if it is detected Tomas Orsava 2022-05-03 17:04:39 +02:00
  • 114eb8f80a Make RAMDISK choosable for the developer. Oz N Tiram 2022-05-12 20:39:08 +02:00
  • 0163ada401 Makefile fixes: don't force recrating of virtualenv Oz N Tiram 2022-05-12 19:55:45 +02:00
  • 658d19ad1d Tiny fixes to the makefile Oz N Tiram 2022-05-12 19:38:20 +02:00