Commit Graph

  • 7ef550afca GitHub Workflows security hardening (#5365) Alex 2022-09-20 21:41:21 +02:00
  • 8cf819c108 Fix bug where locking one category clears the other category locks. Matt Davis 2022-09-20 15:36:58 -04:00
  • 8886cb536f Run pipenv lock. Matt Davis 2022-09-20 14:53:31 -04:00
  • 40e04adea1 Bumped version. github-actions[bot] 2022-09-20 18:50:11 +00:00
  • 7d8400928d Release v2022.9.20 Matt Davis 2022-09-20 14:47:53 -04:00
  • 9e064bc6c3 Fix issues from prior refactoring and specify --no-build-isolation by default. Matt Davis 2022-09-20 12:02:45 -04:00
  • 7497f0cbc8 resolve issues with uninstall. Matt Davis 2022-09-19 23:19:37 -04:00
  • c882a09c44 Fixes for uninstall to work with categories. Matt Davis 2022-09-19 20:10:34 -04:00
  • bb006fef00 Allow locking of individual package groups. Matt Davis 2022-09-19 19:36:00 -04:00
  • eb6054ac0c Add test for isolated package lock. Matt Davis 2022-09-19 18:34:26 -04:00
  • 48a1c76039 Allow users to lock only specific categories. Matt Davis 2022-09-19 18:29:49 -04:00
  • 40900bcede Add install categories tests. Matt Davis 2022-09-19 18:10:22 -04:00
  • 7754e6633f Refactor requirementslib for categories and remove unused code. Matt Davis 2022-09-19 18:03:16 -04:00
  • 91b5160331 Fix import of plette. Matt Davis 2022-09-19 17:19:10 -04:00
  • ae5d5f1669 Fix import of plette. Matt Davis 2022-09-19 17:13:39 -04:00
  • d5c63a06a1 Fix import of plette. Matt Davis 2022-09-19 17:12:29 -04:00
  • 8a4916ebcc Adjust test expctation. Matt Davis 2022-09-19 12:26:42 -04:00
  • 88ff65725f Fix do outdated for categories. Matt Davis 2022-09-19 12:08:48 -04:00
  • 49386f6a99 Fix logic for failing tests. Matt Davis 2022-09-19 11:57:14 -04:00
  • 7646513d74 Expand uninstall/clean to consider categories. Matt Davis 2022-09-19 11:51:03 -04:00
  • bd0a209ab0 Expand uninstall/clean to consider categories. Matt Davis 2022-09-19 11:48:06 -04:00
  • c7d8379348 Expand uninstall/clean to consider categories. Matt Davis 2022-09-19 11:28:09 -04:00
  • 169eb17d3c Make keep-outdated work with multiple categories. Matt Davis 2022-09-19 11:20:20 -04:00
  • afb5ce7d3e Resolve merge conflicts with main. Matt Davis 2022-09-19 10:58:28 -04:00
  • 1a8356aab5 Refactor and working ahead on categories. Matt Davis 2022-09-19 10:35:49 -04:00
  • b434039897 Merge pull request #5361 from cclauss/move-more-config-to-pyproject.toml Oz N Tiram 2022-09-17 08:19:01 +02:00
  • 9fe4b68de9 Merge pull request #5339 from pypa/replace-pipfile-with-plette Oz N Tiram 2022-09-16 20:55:31 +02:00
  • 8043eca304 Migrate isort, mypy, and pytest config into pyproject.toml Christian Clauss 2022-09-16 18:26:55 +02:00
  • 9c774f73aa Propagate the markers to new requirment in lock file Oz N Tiram 2022-09-15 22:22:23 +02:00
  • 3a57dd0f21 Merge branch 'main' into replace-pipfile-with-plette Oz N Tiram 2022-09-15 15:08:18 +02:00
  • 3f679ad5ad Add news about migration to Plette Oz N Tiram 2022-09-15 15:04:24 +02:00
  • a23fee69b0 Remove skipped test - Pipenv no longer lock with incomplete sources Oz N Tiram 2022-09-15 14:55:42 +02:00
  • 129e821481 Remove comment - Plette does no expand env vars on disk Oz N Tiram 2022-09-15 14:54:32 +02:00
  • 21b6eb732d Yank skipped test - pipenv no longer supports unnamed index Oz N Tiram 2022-09-15 14:53:16 +02:00
  • 62b57b9d19 Merge pull request #5350 from pypa/issue-5349 Oz N Tiram 2022-09-14 19:39:52 +02:00
  • 4f49739c5f Fix pep517 import issue. Matt Davis 2022-09-14 08:14:45 -04:00
  • f8d653ea8f Vendor in requirementslib 2.0.2 Matt Davis 2022-09-14 08:03:04 -04:00
  • 8bbb4bdd51 Fix test_lock_updated_source Oz N Tiram 2022-09-14 08:33:07 +02:00
  • a2130f7396 Fix missing name for source in test_dev_lock_use_default_packages_as_constraint Oz N Tiram 2022-09-14 01:17:59 +02:00
  • 7ecea16e25 Fix test_lock_updated_source Oz N Tiram 2022-09-14 01:01:11 +02:00
  • b44dfd1e0a Use context manager when opening Pipfile Oz N Tiram 2022-09-14 00:55:16 +02:00
  • 1b8f6278df Fix test_environment_variable_value_does_not_change_hash Oz N Tiram 2022-09-14 00:29:02 +02:00
  • 8c2118360f Fix broken test with plette.Pipfile Oz N Tiram 2022-09-13 23:46:36 +02:00
  • 2805e75e6c Disable another test which breaks with plette Oz N Tiram 2022-09-13 16:48:09 +02:00
  • af06ef03f1 Fix do_init with the new hash format Oz N Tiram 2022-09-13 16:24:42 +02:00
  • db743ea011 Disable test that break with plette Oz N Tiram 2022-09-13 16:20:06 +02:00
  • a9a73dba3d Fix check command Oz N Tiram 2022-09-13 16:05:48 +02:00
  • d1aea86f7b Fix get_hash method Oz N Tiram 2022-09-13 15:31:10 +02:00
  • 4709420951 Remove test for PipfileParser Oz N Tiram 2022-09-13 15:00:39 +02:00
  • 2a6b6c946d Fix failing tests with Plette.Pipfile Oz N Tiram 2022-09-13 14:55:53 +02:00
  • 8f4e44d003 Fix usage of plette.Pipfile Oz N Tiram 2022-09-13 14:47:19 +02:00
  • 9e170e10af Remove more usage of pipfile in favor of plette Oz N Tiram 2022-09-13 11:40:15 +02:00
  • d9bd51d669 Remove undefined keyword for loading pipenv Oz N Tiram 2022-09-12 23:46:33 +02:00
  • 91bcd859e7 Remove pipfile module usage project.py Oz N Tiram 2022-09-12 23:43:26 +02:00
  • 1d0ed6cbff Remove unused import Oz N Tiram 2022-09-12 23:23:05 +02:00
  • 097e253d1d Remove patched pipefile and patch Oz N Tiram 2022-09-12 23:22:46 +02:00
  • 46afcf0e22 Merge branch 'main' into replace-pipfile-with-plette Oz N Tiram 2022-09-12 23:18:37 +02:00
  • 79aeff5eba Replace pipfile.Pipefile with plette.Pipefile Oz N Tiram 2022-09-12 23:14:05 +02:00
  • 0971363d23 Replace pipfile.Pipfile.find with our own Oz N Tiram 2022-09-08 01:50:10 +02:00
  • 9572c319fd Merge pull request #5348 from pypa/remove-sequential Oz N Tiram 2022-09-11 19:36:12 +02:00
  • dcfa8d222c Fix remaining test. Matt Davis 2022-09-11 10:23:53 -04:00
  • 24c51eb3a2 Resolve environment variables expanding for the sources. Matt Davis 2022-09-11 10:16:52 -04:00
  • 0c8d4c371a Fix the tests. Matt Davis 2022-09-11 09:37:49 -04:00
  • 83d0f101d9 Fix hash generatiton with named categories and convert more to plette because of this. Matt Davis 2022-09-11 07:36:58 -04:00
  • 0d574505c1 Allow adding packages to Pipfile in other sections. Matt Davis 2022-09-11 05:28:43 -04:00
  • a651b7be22 Allow category based install with sync. Matt Davis 2022-09-11 05:10:13 -04:00
  • 467045f1bc Allow sections that are not already written to the lockfile. Matt Davis 2022-09-11 04:26:56 -04:00
  • 9d24bf0020 Resolve no attribute dev on Entry. Matt Davis 2022-09-11 04:15:37 -04:00
  • ceabe5aae9 Resolve circular import Matt Davis 2022-09-11 04:09:57 -04:00
  • 6de818ad74 Extend category into the resolver and move dev argument from methods that no longer require it. Matt Davis 2022-09-11 04:01:34 -04:00
  • b37dc90dd6 Pass the new category arg into the resolver subprocess. Matt Davis 2022-09-11 03:31:47 -04:00
  • 301aabaeb9 Begin passing category into the resolver. Matt Davis 2022-09-11 03:22:18 -04:00
  • 19dd5e90c4 Resolve mutiple categories. Matt Davis 2022-09-11 03:07:51 -04:00
  • 23af465159 refactor section naming to category. Matt Davis 2022-09-11 03:00:46 -04:00
  • d6954f2e67 Begin refactor to resolve multiple package categories. Matt Davis 2022-09-11 02:58:10 -04:00
  • fb0c6cc1ef Merge pull request #5346 from pypa/remove-iso8601 Oz N Tiram 2022-09-11 08:42:19 +02:00
  • 80c3404970 Remove unused methods, rename method, and add method to get all package categories. Matt Davis 2022-09-11 02:36:07 -04:00
  • 55d6f5b66d Merge branch 'main' into issue-5349 Matt Davis 2022-09-10 22:09:00 -04:00
  • d00294e4c7 Show what the new requirementslib changes look like. Matt Davis 2022-09-10 21:10:08 -04:00
  • 9e80997b8e Address test failures with the new requirementslib changes. Matt Davis 2022-09-10 21:09:35 -04:00
  • d97f75a325 correct remaining project level imports. Matt Davis 2022-09-09 22:16:49 -04:00
  • e45d53546a Safer import of pkg_resources. Matt Davis 2022-09-09 22:09:57 -04:00
  • 61552ef2bf Remove pip_shims renames. Matt Davis 2022-09-09 22:06:41 -04:00
  • e9f24a9b60 Undo dir rename because it affected the license file location. Matt Davis 2022-09-09 22:03:23 -04:00
  • 79d1184923 Use importlib to ensure pipenv and ensure pkg_resource is importable. Matt Davis 2022-09-09 21:57:20 -04:00
  • 268a7fcfda Use same style importlib patch that we use to provide vendored pip Matt Davis 2022-09-09 21:28:11 -04:00
  • 3eacea2f49 Remove tests with --sequential Oz N Tiram 2022-09-09 22:56:55 +02:00
  • a38d1538c5 Remove sequential\concurrent keyword Oz N Tiram 2022-09-09 22:50:22 +02:00
  • abe6f565a2 Remove the --sequential from docs Oz N Tiram 2022-09-09 22:43:37 +02:00
  • cb1aaeec56 Remove iso8601 from vendor.txt Oz N Tiram 2022-09-09 22:03:16 +02:00
  • 510a633c27 Remove PIPENV_MAX_SUBPROCESS Oz N Tiram 2022-09-09 22:01:49 +02:00
  • ed6ad24581 Add news snippet - remove iso8601 Oz N Tiram 2022-09-09 21:45:42 +02:00
  • a236ca8ab2 Remove iso8601 from vendored packages Oz N Tiram 2022-09-09 21:42:21 +02:00
  • 7d94c43128 Bumped version. github-actions[bot] 2022-09-08 15:00:24 +00:00
  • 20bb0c532b Release v2022.9.8 Matt Davis 2022-09-08 10:45:02 -04:00
  • f2206e0a25 Merge pull request #5343 from pypa/bump-pipdeptree Oz N Tiram 2022-09-08 16:35:04 +02:00
  • 3f05bf47c6 Add news - bump pipdeptree Oz N Tiram 2022-09-08 15:18:59 +02:00
  • f910bc3b7c Ducktape for downloading LICENSE of pipdeptree Oz N Tiram 2022-09-08 15:02:58 +02:00
  • 6437584792 Try and bumnp pipdeptree Oz N Tiram 2022-09-08 11:32:15 +02:00
  • 7501668354 Merge pull request #5342 from pypa/better-editable-detection Oz N Tiram 2022-09-08 09:56:13 +02:00