Commit Graph

  • d866aba387 Fix ruff warnings in pipenv/utils/resolver.py Oz Tiram 2023-07-23 08:14:21 +02:00
  • 0c72375e5c Fix ruff warnings pipenv/shells.py Oz Tiram 2023-07-23 08:12:57 +02:00
  • fe9742b4dd Fix ruff warnings in pipenv/routines/outdated.py Oz Tiram 2023-07-23 08:10:20 +02:00
  • 0bf2109025 Fix ruff warnning in pipenv/routines/install.py Oz Tiram 2023-07-23 08:02:42 +02:00
  • 04107c8dca Merge branch 'main' into fix-ruff-complaints Oz Tiram 2023-07-23 07:59:49 +02:00
  • 22bdaba9a7 Fix ruff warnings in tasks/vendoring/__init__.py Oz Tiram 2023-07-23 07:56:59 +02:00
  • 63ddce2fd0 Add news snippet Oz Tiram 2023-07-23 06:56:14 +02:00
  • 9649faaa84 Fix call to console print Oz N Tiram 2023-07-21 21:48:25 +02:00
  • 735d64f83a Fix rich Console import Oz N Tiram 2023-07-21 21:27:14 +02:00
  • bc4f543f6a Remove secho from pipenv.utils.pipfile Oz N Tiram 2023-07-21 12:40:43 +02:00
  • cb716a7787 Replace secho in pipenv.utils.pip Oz N Tiram 2023-07-21 12:31:39 +02:00
  • 6376b0cb4a Remove secho from pipenv.routines.clean Oz N Tiram 2023-07-21 12:17:42 +02:00
  • f661f49794 Remove secho from pipenv.environment Oz N Tiram 2023-07-21 12:17:20 +02:00
  • bf279c1595 Start fixing ruff-complaints Matt Davis 2023-07-21 22:38:36 -04:00
  • 7085c79cdb utils.toml: Handle tomlkit OutOfOrderTableProxy (#5797) Frank Lichtenheld 2023-07-19 05:05:59 +02:00
  • 00b622a169 Bumped version. github-actions[bot] 2023-07-11 19:00:36 +00:00
  • de356738df Release v2023.7.11 Matt Davis 2023-07-11 14:58:26 -04:00
  • 70b77ae332 Fix failing test Matt Davis 2023-07-11 11:12:02 -04:00
  • 49b78914b4 somehow this change got reverted Matt Davis 2023-07-11 04:44:39 -04:00
  • 041695bbc4 Restore this patch in hopes it fixes the windows 3.8 build. Matt Davis 2023-07-11 04:14:39 -04:00
  • 2fe293c58e Don't use search for generic python to crreate the venv for this test. Matt Davis 2023-07-11 03:19:23 -04:00
  • fd5549d50b Safer rmtree in case of failure Matt Davis 2023-07-11 02:50:23 -04:00
  • 2350346866 Insulate this test from side-effects with other tests using six Matt Davis 2023-07-11 02:03:07 -04:00
  • 71950a85dd Avoid the global temprdir manager to avoid problems with parallel tests. Matt Davis 2023-07-11 01:48:40 -04:00
  • 593eb31592 Add news fragment. Matt Davis 2023-07-11 01:29:14 -04:00
  • 2975e8e5e3 Use this because of macos and linux test failure. Matt Davis 2023-07-11 00:34:58 -04:00
  • faeae5cb40 Remove duplicated test Matt Davis 2023-07-11 00:11:49 -04:00
  • c715b11234 Finally get to the bottom of the test parallelism random failures is because click's CliRunner is not thread safe. Matt Davis 2023-07-11 00:07:25 -04:00
  • 47e4d355e0 Invoke the resolver in the same process as pipenv rather than utilzing subprocess. Restore accidentally commented out part of pip validations. Matt Davis 2023-07-10 15:02:13 -04:00
  • 57406bb52b Fix markers being included as None/null (#5788) Matt Davis 2023-07-11 03:53:54 -04:00
  • 30067b458b Bumped version. github-actions[bot] 2023-07-09 20:03:44 +00:00
  • 0fe379d103 Release v2023.7.9 Matt Davis 2023-07-09 16:01:59 -04:00
  • ea82bae751 Fix extras not being included for pypi packages in requirements command (#5784) Matt Davis 2023-07-09 05:14:52 -04:00
  • 374b7064e3 fix build Matt Davis 2023-07-05 01:43:40 -04:00
  • 2622985c7c add news fragment. Matt Davis 2023-07-05 01:17:11 -04:00
  • 9befcb644e Merge pull request #5730 from pypa/drop-deprecated-flags Matt Davis 2023-07-05 01:40:15 -04:00
  • dd6b9c9a40 Bumped version. github-actions[bot] 2023-07-05 02:18:16 +00:00
  • 1808923cf6 Release v2023.7.4 Matt Davis 2023-07-04 22:01:57 -04:00
  • 343f0208fa Merge pull request #5765 from sebastien-coavoux/main Matt Davis 2023-07-04 16:43:45 -04:00
  • 62363f1fe7 Rename 5765.bugfix to 5765.bugfix.rst Matt Davis 2023-07-03 21:54:43 -04:00
  • 0180d42fd3 Merge pull request #5776 from henryiii/patch-2 Matt Davis 2023-07-03 21:54:03 -04:00
  • 717d888676 Merge pull request #5778 from timhourigan/issue-5777 Matt Davis 2023-07-03 21:53:46 -04:00
  • b0c34833b7 gh-5777 Fix typo Tim Hourigan 2023-07-04 01:23:42 +01:00
  • 8db0977680 gh-5777 Add bugfix note Tim Hourigan 2023-07-04 01:21:30 +01:00
  • 7a1f18d12f gh-5777 Keep hashes at the end Tim Hourigan 2023-07-04 01:05:12 +01:00
  • 20033663ff Add news Sébastien Coavoux 2023-07-03 14:52:25 -04:00
  • 2ca0ed4ca3 Ensure version match operator when building specifier from pipfile Sébastien Coavoux 2023-06-30 14:07:39 -04:00
  • 98b62b2375 chore: ruff moved to astral-sh Henry Schreiner 2023-07-03 12:35:04 -04:00
  • 2e913386cc Witchcraft and sourcery (#5774) Oz Tiram 2023-07-02 23:19:20 +02:00
  • df647c378e Fixes issue I've been having running pipenv as an editable install on windows. (#5770) Matt Davis 2023-07-02 16:40:24 -04:00
  • 0a8f1aa00c Bumped version. github-actions[bot] 2023-07-02 20:03:04 +00:00
  • e790186f6a Release v2023.7.3 Matt Davis 2023-07-02 15:44:49 -04:00
  • 846b68b35c add news fragment Matt Davis 2023-07-02 15:44:39 -04:00
  • 0bcf1d9596 Merge pull request #5773 from pypa/issue-5772 Matt Davis 2023-07-02 15:59:26 -04:00
  • 2d1037654f Pass system flag to pyhon which Matt Davis 2023-07-02 06:52:40 -04:00
  • e6be3dd67f Bumped version. github-actions[bot] 2023-07-01 23:40:06 +00:00
  • d976c6c5dc Release v2023.7.1 Matt Davis 2023-07-01 19:21:43 -04:00
  • 3b719cbbf2 Merge pull request #5754 from pypa/docker-images Matt Davis 2023-07-01 19:37:16 -04:00
  • 0bae654f56 Upgrade pydantic to 1.10.10 (#5769) Matt Davis 2023-07-01 09:31:03 -04:00
  • ee20f405cd Patch for setup.py egg_info issue (#5760) Matt Davis 2023-07-01 01:42:00 -04:00
  • 6a55712651 Merge pull request #5768 from pypa/issue-5766 Matt Davis 2023-06-30 23:53:47 -04:00
  • 120050981e Merge pull request #5750 from pypa/vendor-bump-dparse Matt Davis 2023-06-30 23:50:21 -04:00
  • 2e73f76be5 Merge pull request #5761 from pypa/issue-5746-patch Matt Davis 2023-06-30 23:36:23 -04:00
  • d9964da7a6 Merge pull request #5762 from cclauss/pyupgrade Matt Davis 2023-06-30 23:35:52 -04:00
  • 9a98977997 Add test and news fragment. Matt Davis 2023-06-30 23:02:17 -04:00
  • 7787050bc9 refactor other usages of get_pyproject Matt Davis 2023-06-30 23:05:12 -04:00
  • b246d69889 Fix for pyproject.toml dependencies not being included. Matt Davis 2023-06-30 22:36:13 -04:00
  • 44e8aebc41 ruff --select=FLY,UP --target-version=py37 --fix . Christian Clauss 2023-06-30 08:32:50 +02:00
  • bf2821aa31 Consider the PIP_CLIENT_CERT value when creating the requests session. Matt Davis 2023-06-30 00:31:13 -04:00
  • cb23498757 requirements command improvements, fixes issue 5755. (#5757) Matt Davis 2023-06-29 23:52:18 -04:00
  • 4e8bcf1793 Add docker build, update docs for using docker images Oz N Tiram 2023-06-27 23:00:16 +02:00
  • bc8dc5d7c3 Add new snippet Oz Tiram 2023-06-27 12:04:18 +02:00
  • 7c3f6866a3 Bumped version. github-actions[bot] 2023-06-26 22:29:07 +00:00
  • 0dd2afd7ae Release v2023.6.26 Matt Davis 2023-06-26 18:20:30 -04:00
  • d014830212 Vendor: bump dparse to 0.6.3 Oz Tiram 2023-06-27 00:10:15 +02:00
  • 0e494736db Fix for issue #5748 (#5749) nullSoup 2023-06-26 17:55:31 -04:00
  • 7458b32e34 Bump requirements lib to v3.0.0 (#5679) Matt Davis 2023-06-26 17:54:47 -04:00
  • 98bdb5f8b2 Bumped version. github-actions[bot] 2023-06-18 20:49:50 +00:00
  • eb18a8b5c2 Release v2023.6.18 Matt Davis 2023-06-18 16:47:51 -04:00
  • 94710b31e5 Add news fragments. Matt Davis 2023-06-18 09:17:39 -04:00
  • bd85705fde remove skip-lock from docs Matt Davis 2023-06-17 12:37:53 -04:00
  • 8775d5998e Deprecate --skip-lock flag Matt Davis 2023-06-17 12:27:32 -04:00
  • 6daa947bc7 skip other failing test -- won't be possible to support multiple indexes without using our resolver. Matt Davis 2023-06-17 12:17:33 -04:00
  • 2058565edf Fix failing test Matt Davis 2023-06-17 12:16:34 -04:00
  • f72c77d184 fix secondary bug without we pull the sources when index is supplied. Matt Davis 2023-06-17 11:53:23 -04:00
  • c80ee7d71a Only search the Pipenv default index when an alternative index is not specified. Matt Davis 2023-06-16 08:15:17 -04:00
  • 226fd2578c Merge branch 'main' of github.com:pypa/pipenv Matt Davis 2023-06-17 11:08:56 -04:00
  • fa6239bb15 Add back version import (was required to publish and I think support command uses it). Matt Davis 2023-06-17 11:08:50 -04:00
  • 0dcfd08cbf Improve keyring docs. (#5733) Matt Davis 2023-06-12 03:42:41 -04:00
  • 3e7e1f8552 Bumped version. github-actions[bot] 2023-06-12 01:17:15 +00:00
  • 5a197c0baf Release v2023.6.12 Matt Davis 2023-06-11 21:15:12 -04:00
  • b0c091a556 allow specifying version in release script. Matt Davis 2023-06-11 21:14:30 -04:00
  • 1cc03eaa3b Remove the sys path hacks (again) to fix edge cases with keyring (#5732) Matt Davis 2023-06-11 21:01:57 -04:00
  • d118cc77eb Bumped version. github-actions[bot] 2023-06-11 14:08:04 +00:00
  • 21b741455e Release v2023.6.11 Matt Davis 2023-06-11 10:06:00 -04:00
  • bc277a132c Upgrade pydantic to v1.10.9 (#5729) Matt Davis 2023-06-11 02:59:57 -04:00
  • 2d52034cf2 Safer usage requests sessions and account for the verify_ssl requirements of each source. (#5728) Matt Davis 2023-06-11 02:58:39 -04:00
  • 5ebad396fd Remove ubuntu apt install from list and some other small doc review. (#5731) Matt Davis 2023-06-11 02:55:46 -04:00
  • 63dea23b42 Update pipdeptree which solves issue 5652 (#5720) Matt Davis 2023-06-11 02:54:23 -04:00
  • 205269ce09 Drop the --keep-outdated flag and --selective-upgrade flag that have been deprecated in favor of update/upgrade commands. Matt Davis 2023-06-11 01:30:27 -04:00