Commit Graph

7833 Commits

Author SHA1 Message Date
jerempy 88aeff1bbb -> .rst 2022-10-04 10:01:40 -04:00
jerempy 31cfc992bc Create 5388.process.dev 2022-10-04 09:32:11 -04:00
jerempy 4fd60625b5 add pytest.markers
to help silence most of the warnings when running pytest
2022-10-03 10:57:00 -04:00
Oz N Tiram 89e266cc8a Merge pull request #5381 from pypa/drop-six-vendoring
Add news fragment for dropping six
2022-10-03 15:19:32 +02:00
Oz N Tiram 53763e13c1 Merge pull request #5384 from pypa/vendor-latest-wheel
Vendor latest wheel
2022-10-03 13:51:11 +02:00
Oz N Tiram 37fb31e6cf Merge pull request #5386 from pypa/bump-dparse
Bump dparse version to 0.6.2
2022-10-03 13:50:36 +02:00
Oz N Tiram d2fe28a8b0 Bump dparse version to 0.6.2 2022-10-02 23:58:38 +02:00
Matt Davis c0dcc4ad83 Vendor in latest wheel version and add missing license file. 2022-10-02 09:55:47 -04:00
Matt Davis 047d828fcf Prep to vendor in latest wheel version. 2022-10-02 09:46:31 -04:00
Matt Davis 9bc26b056f Prefer to use the lockfile sources if available since this is used in install phase (#5380)
* Prefer to use the lockfile sources if available since this is used in install phase.

* Add news fragment.
2022-10-02 09:44:55 -04:00
Oz N Tiram 181b0c64ef Add new fragment for dropping six 2022-10-02 09:50:46 +02:00
Oz N Tiram 2eb7712a9b Remove vendored six library
Fix #5187.
2022-10-02 09:46:53 +02:00
Matt Davis 16ca1f5358 Add news fragment. 2022-09-25 21:35:52 -04:00
Oz N Tiram 2fa19e5383 Merge pull request #5376 from pypa/sysconfig-path-bug
Use creator venv when creating virtual environments
2022-09-25 20:27:29 +02:00
Matt Davis 310d9e6c8b Prefer creator venv instead. 2022-09-25 05:54:34 -04:00
github-actions[bot] 7bd50f80d4 Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-24 23:29:33 +00:00
Matt Davis 0ee9f18044 Release v2022.9.24 2022-09-24 19:27:12 -04:00
Matt Davis 5e322059fc news fragment. 2022-09-24 19:21:17 -04:00
Oz N Tiram 67003f765a Merge pull request #5373 from pypa/marker-determinism
Always evaluate markers fresh, without lru_cache.
2022-09-24 21:02:25 +02:00
Matt Davis 09399005be Prefer posix_local if its available over posix_prefix. 2022-09-24 11:29:54 -04:00
Matt Davis 598dd248a2 Vendor in new requirememntslib version. 2022-09-24 10:57:07 -04:00
Matt Davis a245025978 Always evaluate markers fresh, without lru_cache. 2022-09-22 04:34:42 -04:00
github-actions[bot] 0c490a0dee Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-21 14:31:11 +00:00
Matt Davis dc3141b0fd Release v2022.9.21 2022-09-21 10:28:55 -04:00
Oz N Tiram 074a91a654 Merge pull request #5368 from pypa/issue-5367b
Fix for --skip-lock
2022-09-21 15:39:21 +02:00
Matt Davis 370b9da192 Add news fragment. 2022-09-21 07:00:11 -04:00
Matt Davis 450cc59a80 Undo this vendoring change. 2022-09-21 06:58:55 -04:00
Matt Davis 2b1e270daa Add test. 2022-09-21 06:57:13 -04:00
Matt Davis e35f67c7b4 Merge branch 'issue-5367b' of github.com:pypa/pipenv into issue-5367b 2022-09-21 06:55:06 -04:00
Matt Davis 88d16701e7 Add missing licenses. 2022-09-21 06:54:41 -04:00
Matt Davis 4f451be802 undo attempt at vendoring change. 2022-09-21 06:54:12 -04:00
Matt Davis 0e5e4ea05b Port change from safety vendoring PR to make the vendor renames work the same as patch. 2022-09-21 06:38:37 -04:00
Matt Davis 2e51612d9e Port change from safety vendoring PR to make the vendor renames work the same as patch. 2022-09-21 06:31:49 -04:00
Matt Davis e514767042 Port change from safety vendoring PR to make the vendor renames work the same as patch. 2022-09-21 06:27:51 -04:00
Matt Davis ea051b4a73 Prep for plette vendoring. 2022-09-21 06:19:38 -04:00
Matt Davis 1e3e1099fc Plette compatability change. 2022-09-20 21:24:06 -04:00
Matt Davis 4383328d82 Attempt at plette loading the Pipfile data for default and develop. 2022-09-20 21:06:48 -04:00
Jannik Vieten aa79e5936b cli: set click_types.Path for -r and -e options (#5352)
* cli: set click_types.Path for -r and -e options

this enables click to generate shell auto completions for files/paths
see #3478

* added news fragment for PR 5352
2022-09-20 20:42:50 -04:00
Alex 7ef550afca GitHub Workflows security hardening (#5365)
* build: harden pypi_upload.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>

* build: harden ci.yaml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-20 15:41:21 -04:00
github-actions[bot] 40e04adea1 Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-20 18:50:11 +00:00
Matt Davis 7d8400928d Release v2022.9.20 2022-09-20 14:47:53 -04:00
Oz N Tiram b434039897 Merge pull request #5361 from cclauss/move-more-config-to-pyproject.toml
Migrate isort, mypy, and pytest config into pyproject.toml
2022-09-17 08:19:01 +02:00
Oz N Tiram 9fe4b68de9 Merge pull request #5339 from pypa/replace-pipfile-with-plette
Replace usage of  pipfile
2022-09-16 20:55:31 +02:00
Christian Clauss 8043eca304 Migrate isort, mypy, and pytest config into pyproject.toml 2022-09-16 18:26:55 +02:00
Oz N Tiram 9c774f73aa Propagate the markers to new requirment in lock file
This is needed since the upgrade of requirementlib.
2022-09-15 22:22:23 +02:00
Oz N Tiram 3a57dd0f21 Merge branch 'main' into replace-pipfile-with-plette 2022-09-15 15:08:18 +02:00
Oz N Tiram 3f679ad5ad Add news about migration to Plette 2022-09-15 15:04:24 +02:00
Oz N Tiram a23fee69b0 Remove skipped test - Pipenv no longer lock with incomplete sources 2022-09-15 14:55:42 +02:00
Oz N Tiram 129e821481 Remove comment - Plette does no expand env vars on disk 2022-09-15 14:54:32 +02:00
Oz N Tiram 21b6eb732d Yank skipped test - pipenv no longer supports unnamed index 2022-09-15 14:53:16 +02:00