Commit Graph

8176 Commits

Author SHA1 Message Date
Matt Davis fa2e0351bb Merge pull request #5527 from pypa/dependabot/pip/certifi-2022.12.7
Bump certifi from 2018.10.15 to 2022.12.7
2022-12-17 13:43:31 -05:00
github-actions[bot] 93877266b4 Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-17 15:17:04 +00:00
Matt Davis 56f2dc4216 Release v2022.12.17 2022-12-17 10:15:20 -05:00
Matt Davis fe437621e3 Merge pull request #5533 from pypa/issue-2538-venv-creator
Refactor virtualenv create logic and add retry if creator venv results in error
2022-12-17 10:13:06 -05:00
Matt Davis b717a7a169 modify news fragment. 2022-12-17 09:17:44 -05:00
Oz N Tiram 732293508d Merge pull request #5541 from shimpeko/fix-update-outdate-dev-package
[fix] `update --outdated` raises NonExistentKey with dev package
2022-12-17 11:22:29 +01:00
shimpeko 3b5558b231 format news rst 2022-12-17 09:18:17 +00:00
shimpeko 946040f716 [fix] update --outdated raises NonExistentKey with dev package
closes https://github.com/pypa/pipenv/issues/5540

pipenv update --outdated fail with NonExistentKey error when there are
outdated packages in dev-packages category.
2022-12-17 09:16:24 +00:00
Matt Davis 8b34b82f4f fix lint 2022-12-16 19:17:17 -05:00
Oz N Tiram 7ef0f8e10a Merge pull request #5539 from pypa/bump-vendored-plette
vendor: bump plette to 0.4.4
2022-12-16 14:35:35 +01:00
Oz Tiram 5f6e557823 Add news snippet for vendoring plette 2022-12-16 10:56:44 +01:00
Oz Tiram b0da123681 vendor: bump plette to 0.4.4 2022-12-16 10:52:54 +01:00
Matt Davis 581f0bf915 Merge pull request #5535 from palewire/patch-1
Fix typo in docs
2022-12-14 14:51:06 -05:00
Ben Welsh ba5d7f4214 Fix typo in docs 2022-12-14 11:42:32 -08:00
Oz N Tiram d66ac67055 Merge pull request #5534 from pypa/cleaner-deprecation-warnings
Remove CI from deprecation warning and only alert if env vars are set.
2022-12-13 14:10:27 +01:00
Matt Davis 81333295da Remove CI from deprecation warning and only alert if env vars are set. 2022-12-13 08:07:07 -05:00
Matt Davis 78fb22b6cb Refactor to support more env var configuration to virtualenv creation. 2022-12-13 07:42:56 -05:00
Matt Davis d40076a405 refactor to not duplicate logging. 2022-12-10 06:00:33 -05:00
Matt Davis 854444713d Refactor virtualenv create logic and add retry if creator venv results in error. 2022-12-10 05:50:13 -05:00
Oz N Tiram 6ecb486ca0 Merge pull request #5529 from pypa/issue-5486-null-markers
Issue 5486 null markers
2022-12-09 10:09:23 +01:00
Matt Davis 16c43d9c4b add news fragment. 2022-12-09 02:57:27 -05:00
Matt Davis 75132d6acd Resolve issue where null markers were getting added when extras were provided. 2022-12-09 02:55:05 -05:00
dependabot[bot] 4fd4d4fd5d Bump certifi from 2018.10.15 to 2022.12.7
Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.10.15 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2018.10.15...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 13:32:02 +00:00
Oz N Tiram 46df5c55cc Merge pull request #5526 from pypa/dependabot/pip/docs/certifi-2022.12.7
Bump certifi from 2018.10.15 to 2022.12.7 in /docs
2022-12-08 14:32:02 +01:00
Oz N Tiram 2aacd2c232 Merge pull request #5525 from pypa/dependabot/pip/examples/certifi-2022.12.7
Bump certifi from 2017.7.27.1 to 2022.12.7 in /examples
2022-12-08 14:31:30 +01:00
Oz N Tiram 5a060e67ae Merge pull request #5523 from pypa/issue-5479
Fix regression where wheel path is not included in the lockfile
2022-12-08 08:32:47 +01:00
Matt Davis 5fb04ff8b3 Add basic test case. 2022-12-07 20:33:45 -05:00
dependabot[bot] eee0eecaac Bump certifi from 2018.10.15 to 2022.12.7 in /docs
Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.10.15 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2018.10.15...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 01:13:37 +00:00
dependabot[bot] 61263013f6 Bump certifi from 2017.7.27.1 to 2022.12.7 in /examples
Bumps [certifi](https://github.com/certifi/python-certifi) from 2017.7.27.1 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2017.07.27.1...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 00:51:41 +00:00
Oz N Tiram 65aa1211dd Merge pull request #5524 from piraartur/piraartur-issue-5454
fixed broken link to non-existing philosophy subpage
2022-12-08 00:15:46 +01:00
Artur f7e5a03758 fixed broken link to non-existing philosophy subpage 2022-12-07 11:34:38 +01:00
Matt Davis 7514a581ac fix lint. 2022-12-07 01:08:11 -05:00
Matt Davis caa5ad26a2 Simplify method 2022-12-07 00:45:39 -05:00
Matt Davis eed0357912 Add news fragment. 2022-12-07 00:35:12 -05:00
Matt Davis cb17598105 Merge pull request #5522 from pypa/bump-requirementslib
More vendor bumps
2022-12-06 20:34:25 -05:00
Oz Tiram bdce2e5bae Add news snippet for pr-5522 2022-12-06 16:41:08 +01:00
Oz Tiram c46ad88fb9 Tests: fix failing tests after removal of vistir.misc.run 2022-12-06 16:11:10 +01:00
Oz Tiram 921804792e Replace visitir terminal fixes with upstream colorama 2022-12-06 15:28:07 +01:00
Oz Tiram 6cf7f5b5ef vendor: bump version of colorama 2022-12-06 15:28:00 +01:00
Oz Tiram d474edc993 Remove another usage of vistir.misc.run 2022-12-06 15:25:10 +01:00
Oz Tiram 764fbeda24 vendor: remove vistir.spin
We don't use this module anymore
2022-12-06 14:37:59 +01:00
Oz Tiram 0ab4fff2a5 Vendor: bump versions of requirementslib and vistir 2022-12-06 11:53:13 +01:00
Matt Davis 0a03b76602 Merge pull request #5520 from pypa/vendor-pip-22.3.1
vendor in Pip 22.3.1
2022-12-04 07:59:17 -05:00
Oz N Tiram fc4410b880 Merge pull request #5519 from pypa/fix-ruamel-vendoring
Fix ruamel vendoring
2022-12-04 10:20:41 +01:00
Matt Davis 87e79d2d8a Add news fragment. 2022-12-04 03:57:10 -05:00
Matt Davis ce5289a8b8 vendor in Pip 22.3.1 2022-12-04 03:53:54 -05:00
Matt Davis 8d81d07a55 Add patch for ruamel __init__.py file. 2022-12-04 03:44:20 -05:00
Matt Davis 4fe2d2cbac Remove __init__.py that was manually added to ruamel 2022-12-04 03:40:48 -05:00
Oz N Tiram 3deb74c626 Merge pull request #5516 from efinkler-dm/spelling-fix-quickstart-regenarate
Fix spelling error in docs/quickstart.rst
2022-12-03 08:56:09 +01:00
Oz N Tiram 02df412e9c Merge pull request #5518 from pypa/issue-5101
Fix issue with venv module not being available on some systems.
2022-12-03 08:55:34 +01:00