Commit Graph

7691 Commits

Author SHA1 Message Date
github-actions[bot] 80222bcc78 Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-02 14:03:21 +00:00
Matt Davis a5c4493157 Release v2022.9.2 2022-09-02 10:01:17 -04:00
Dos Moonen cc5612e4c3 Respect disable_pip_input setting from Pipfile (#5323)
Co-authored-by: Dos Moonen <d.moonen@nki.nl>
2022-09-02 09:59:45 -04:00
Matt Davis 07c1b2c319 Apply fix to constraints generation based on fact that pip resolver does not allowe unnamed constraints. 2022-09-02 13:37:56 +02:00
swaldhoer c7499e899c Use a context manager to handle the temporary constraints file (#5316)
* Use a context manager to handle the temporary constraints file
2022-09-01 20:43:06 -04:00
Dalton Durst b38ea71658 Fix Docker example in Basic Usage
The Docker example in the Basic Usage document needed a bit of TLC. Because the name of the virtualenv changed between the builder and the runtime container, Python was unable to find itself or its site-packages directory:

coolio@674956d0c53e:/usr/src$ ./venv/bin/pip
bash: ./venv/bin/pip: /usr/src/.venv/bin/python: bad interpreter: No such file or directory

To fix this, I changed the directory of the virtualenv in the runtime container to .venv which matches the builder.

I also added an example of how to get run.py into the container in the first place, since we run it later.
2022-09-02 01:12:59 +02:00
Matt Davis bde1f1a1b4 Fix issue where a file install is included with the hashed requirements. 2022-09-02 01:11:19 +02:00
github-actions[bot] f04071c52f Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-01 00:17:07 +00:00
Matt Davis 1124db2986 Release v2022.8.31 2022-08-31 20:13:50 -04:00
Matt Davis 9d9bf81952 add news fragment. 2022-08-31 20:13:34 -04:00
Matt Davis 2cdf6eb6b7 Add newsfragment. 2022-08-31 20:01:57 -04:00
Matt Davis f0d29d415c fix test 2022-09-01 01:52:50 +02:00
Matt Davis 46f8c863e0 Cleanup requests packages from the install_twists tests. 2022-09-01 01:52:50 +02:00
Matt Davis 44583cab20 Make this operation safe for all users and provide tests. 2022-09-01 01:52:50 +02:00
Matt Davis afba3e49d1 Allow the unredacted package link URL to prevent environment variable from being redacted. **** 2022-09-01 01:52:50 +02:00
Matt Davis d630506138 Drop progress bar. (#5315) 2022-08-31 19:52:26 -04:00
Matt Davis 0caed6906f Reduce the amount of calls to pip and the number of tempfiles in batch_install. (#5301)
* Reduce the amount of calls to pip and the number of temp files in batch_install.

* Add logic to read the progress of the install in realtime from pip and stop using progress bar.

* refactor based on PR feedback.
2022-08-31 19:51:29 -04:00
Matt Davis faf54135d3 add news fragmnent. 2022-09-01 01:31:35 +02:00
Matt Davis 7426e9eb79 Remove no longer used method which_pip 2022-09-01 01:31:35 +02:00
Matt Davis bc761c18d8 remove debug statement. 2022-08-31 23:37:24 +02:00
Matt Davis 5940a0720b Add news fragment. 2022-08-31 23:37:24 +02:00
Matt Davis 1695bee789 remove this environmnet variable usage which has limitations on some systems. 2022-08-31 23:37:24 +02:00
Matt Davis 99ca97a562 Remove dateutil. 2022-08-31 14:50:56 +02:00
github-actions[bot] 0bb13ed27d Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-30 21:41:42 +00:00
Matt Davis 54ddf16065 Release v2022.8.30 2022-08-30 17:38:54 -04:00
khanhdq b563bbe04c Typo 2022-08-30 21:56:43 +02:00
khanhdq 7a2d03f943 Add news fragments. 2022-08-30 21:56:43 +02:00
khanhdq 188d9c1872 Fixes checking constraint throws deprecation messages. 2022-08-30 21:56:43 +02:00
Matt Davis 6567f35277 Also remove orderedmultidict 2022-08-30 20:27:50 +02:00
Matt Davis 49674610b9 Add news fragment. 2022-08-30 20:27:50 +02:00
Matt Davis cade3ef8e9 Vendor in requirementslib==2.0.1 and vistir==0.6.1 2022-08-30 20:27:50 +02:00
Matt Davis 0d8662977a Revert "Fix nondeterminism with environment markers #5239 (#5286)" (#5306)
This reverts commit 4b9fc02a25.
2022-08-29 09:19:31 -04:00
Matt Davis bac7b68e4a Try to address these sproadic test failures without skipping the test. 2022-08-29 08:36:05 +02:00
Matt Davis be85c33ea2 Merge branch 'main' of github.com:pypa/pipenv 2022-08-27 21:08:22 -04:00
Matt Davis 861c01b769 Remove argument that function does not allow. 2022-08-27 21:07:55 -04:00
Dhananjay Shah 91ddb2dee6 Update README formattng at README: Usage.
- fixed missing newlines.
- upadted indentation.
2022-08-27 22:29:30 +02:00
Albert Hopkins 44edfd4883 Fix: try python3 before python in install --system (#5296)
Fix a regression from commit dbea3f5 where `pip install --system` tries
to install using the `python` executable first which, on some systems
may point to Python 2.  Instead try `python3` first.
2022-08-27 22:28:10 +02:00
Dương Quốc Khánh d33f4ec541 Fixes pipenv lock nondeterminism with environment markers (#5299)
* Fixes pipenv lock nondeterminism with environment markers
2022-08-27 13:47:16 -04:00
Amir Hossein Bakhtiary Davijani 4b9fc02a25 Fix nondeterminism with environment markers #5239 (#5286) 2022-08-25 19:54:28 -04:00
github-actions[bot] 897caca775 Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-24 21:11:26 +00:00
Matt Davis 72aede674f Release v2022.8.24 2022-08-24 17:07:25 -04:00
Matt Davis 81f7e7a3e8 Add news fragment. 2022-08-24 20:51:37 +02:00
Matt Davis cdb3e9a203 Vendor in pythonfinder==1.3.1 2022-08-24 20:51:37 +02:00
Matt Davis e4cc8f2550 Vendor in requirementslib==2.0.0 & drop pip-shims & revert sysconfig patch w/ safer setuptools usage (#5228)
* Vendor in requirementslib 2.0.0

* Drop sysconfig default patch.

* Remove setuptools import usages in pipenv.

* Add news fragment.
2022-08-24 14:09:17 -04:00
Harun Yasar b6d9ad6a63 Fix typo in Basic Usage of Pipenv doc (#5276) 2022-08-20 08:58:40 -04:00
Matt Davis 3e34d56234 Merge branch 'main' of github.com:pypa/pipenv 2022-08-19 08:21:33 -04:00
Matt Davis 60e8e4c60c fix lint 2022-08-19 08:21:25 -04:00
github-actions[bot] 75d51e98be Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-19 12:20:09 +00:00
Matt Davis 5469824b6e Release v2022.8.19 2022-08-19 08:16:51 -04:00
Matt Davis 2db36dea7d Add news fragment. 2022-08-19 08:15:31 -04:00