Oz N Tiram
e3052f2de9
Remove vendored platformdirs - use the one from pip._vendor
2022-10-30 18:51:38 +01:00
Oz N Tiram
384619e75c
Merge pull request #5414 from pypa/pip-22.3
...
Vendor in Pip 22.3
2022-10-25 10:08:40 +02:00
Oz N Tiram
73149a970c
Merge branch 'main' into pip-22.3
2022-10-25 10:06:33 +02:00
Oz N Tiram
aeb49722ec
Merge pull request #5434 from bluzir/pacth-1
...
chore: Update outdated LICENSE year
2022-10-24 20:23:05 +02:00
Oz N Tiram
78435bf153
Merge pull request #5438 from rwxdash/foresight-badge
...
Add Foresight status badge to README
2022-10-24 20:22:36 +02:00
Oz N Tiram
4ba448d5a7
Merge pull request #5419 from pypa/remove-vistir-cmdparse
...
Remove usage of vistir.cmdparse
2022-10-24 20:21:28 +02:00
Oz N Tiram
35dc409f9a
Merge pull request #5430 from pypa/remove-usage-of-vistir-run
...
Rewrite Environment.sys_path without vistir.misc.run
2022-10-24 20:21:08 +02:00
Oz N Tiram
3e6dcfdf2c
Merge pull request #5436 from pypa/docs-improvements
...
Docs improvements
2022-10-24 20:20:11 +02:00
Oz N Tiram
585f8180d3
Merge pull request #5437 from kailashchoudhary11/main
...
Docs(Readme) : Added Table of Contents
2022-10-24 19:57:19 +02:00
Oguzhan Ozdemir
57bb1e5ccb
Add Foresight status badge to README
2022-10-24 17:00:53 +03:00
Kailash Choudhary
798cd14a80
Merge branch 'pypa:main' into main
2022-10-24 18:47:04 +05:30
kai
1959ce9064
Added Table of Contents #5413
2022-10-24 18:46:12 +05:30
Oz N Tiram
3ed771c7d0
Merge pull request #5433 from runforesight/feature/added-foresight
...
added foresight workflow and test kit actions
2022-10-24 14:51:18 +02:00
Oz N Tiram
3660a3f149
Create a new man page and add a quickstart
...
Previously, the changelog was included inside the man page,
which made the man page totally unreadable.
This new man page is terse, as is the norm, in man pages.
It is is also re-used as a quickstart in the landing page of the
documentation.
2022-10-24 11:12:07 +02:00
Oz N Tiram
c64654717d
Move Changelog to the bottom of the document
2022-10-24 10:56:34 +02:00
Vlad Kooklev
c538cd451b
chore: Update outdated LICENSE year
2022-10-23 20:12:54 +03:00
Oz N Tiram
177d02a830
Merge pull request #5431 from dojutsu-user/add-cmd-option-category
...
Add support for multiple categories in exported requirements
2022-10-23 13:08:43 +02:00
dojutsu-user
e3ea57d519
add news
2022-10-23 13:08:46 +05:30
dojutsu-user
a621facba3
fix tests
2022-10-22 18:44:03 +05:30
dojutsu-user
01ba0e8c28
update test
2022-10-22 16:54:29 +05:30
dojutsu-user
f2484992de
update docs
2022-10-22 16:09:59 +05:30
dojutsu-user
e20763dfa1
lint fix
2022-10-22 15:50:23 +05:30
dojutsu-user
4569c834e4
update the test
2022-10-22 15:40:01 +05:30
dojutsu-user
aa250271aa
change category to categories
2022-10-22 15:31:39 +05:30
dojutsu-user
6a3833ac38
Cleanup
2022-10-22 14:49:35 +05:30
dojutsu-user
0fdacebc0f
add category cmd line option
2022-10-22 14:47:42 +05:30
gokhan721
1569a313ab
added foresight workflow and test kit actions
2022-10-21 16:55:11 +03:00
Oz N Tiram
b5045155a7
Rewrite Environment.sys_path
...
Use `pipenv.utils.shell.load_path`
instead of using `vistir.misc.run`
2022-10-21 13:37:20 +02:00
Oz N Tiram
eaeef7df43
Replace vistir.misc.replace_with_text_stream with click
...
The rational here is that click has a broader user base
then vistir, and *if* bugs are encountered they will fixed
there in a quicker manner.
2022-10-21 12:21:50 +02:00
Oz N Tiram
c5a9471788
Add news fragment
2022-10-18 22:57:00 +02:00
Oz N Tiram
9301826977
Merge pull request #5420 from pypa/migrate-appdirs-platform-dirs
...
Remove appdirs.py in favor of platformdirs
2022-10-18 22:54:25 +02:00
Oz N Tiram
a5c38b0517
Add news fragment.
2022-10-18 22:53:49 +02:00
Oz N Tiram
bf7978de45
Remove appdirs.py in favor of platformdirs
...
platformdirs is the actively maintained fork of appdirs.
In addition, platformdirs is included in pip, so we can use that directly.
2022-10-17 23:12:54 +02:00
Oz N Tiram
acedb849ff
Remove usage of vistir.cmdparse
...
Following #5390 I realized this code is duplicated
into pipenv, and we can use that instead of the one in vistir.
2022-10-17 22:59:12 +02:00
Oz N Tiram
337958c17b
Merge pull request #5402 from pypa/remove-mkdir-p
...
Remove usage of mkdir_p in favour of os.makedirs
2022-10-17 16:12:03 +02:00
Oz N Tiram
5d03ab304a
Re-introduce type checking guard
2022-10-17 15:20:56 +02:00
Matt Davis
cd583dcfa2
Remove duplicated test variant with the same name.
2022-10-16 10:16:30 -04:00
Matt Davis
7e44219f25
Use latest python in vendoring.
2022-10-16 09:46:50 -04:00
Matt Davis
02de74907d
Fix patch to what it had before that is working.
2022-10-16 09:37:31 -04:00
Matt Davis
d9210c8266
No longer private method.
2022-10-16 08:16:14 -04:00
Michał Wiśniewski
2431e0d19a
Add missing backtick in the contributing documentation. ( #5410 )
2022-10-16 07:59:12 -04:00
Matt Davis
825b5a571a
Missing files from run vendoring.update for latest pip 22.3
2022-10-16 07:56:54 -04:00
Matt Davis
54ba48c1cd
Run vendoring.update for latest pip 22.3
2022-10-16 07:56:28 -04:00
Matt Davis
c079b9d503
Update pip index safety patch for pip 22.3
2022-10-16 07:53:47 -04:00
Matt Davis
31a9e235d9
Update pip index safety patch for pip 22.3
2022-10-16 07:42:11 -04:00
Matt Davis
635c460138
Prep upgrade to latest pip release 22.3
2022-10-16 07:21:13 -04:00
Kailash Choudhary
b04cd1c5a3
Update Link For VCS Support ( #5412 )
2022-10-14 23:04:47 -04:00
Oz N Tiram
97a49e83e6
Merge pull request #5405 from AlexNDRmac/ci-warnings-fix
...
Replace deprecated workflow command
2022-10-12 22:39:44 +02:00
github-actions[bot]
6a50659ce9
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-12 20:22:42 +00:00
Matt Davis
b5710b2419
Release v2022.10.12
2022-10-12 16:20:46 -04:00