Commit Graph

7970 Commits

Author SHA1 Message Date
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
Michał Wiśniewski 2431e0d19a Add missing backtick in the contributing documentation. (#5410) 2022-10-16 07:59:12 -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
AlexNDRmac 7b98aa2223 Replace deprecated workflow command 2022-10-12 18:50:02 +03:00
Oz N Tiram 16b82949ec Add type definitions
- This didn't exist in Python2 so there was a need for the
   remove guard.
2022-10-12 14:58:27 +02:00
Oz N Tiram 8032c5bea0 Merge pull request #5400 from feuloren/patch-1
Remove recommended packages link in doc sidebar
2022-10-12 11:18:18 +02:00
Oz N Tiram d40151298c Merge pull request #5396 from jerempy/Update-docs-for-script-calls
Update documentation for callable scripts
2022-10-12 11:08:35 +02:00
Oz N Tiram 7c945d6bf0 Remove usage of mkdir_p in favour of os.makedirs
This function was defined in ``pipenv.utils.shell`` and
in ``vistir.path``. ``os.makedirs`` which is added in newer Python
version is doing the same.
2022-10-12 11:00:15 +02:00
Oz N Tiram ea7de7f62f Bump plette to v0.4.2 (#5401)
Fix #5395
2022-10-11 21:56:52 -04:00
Florent Thévenet f2acb5ab9e Remove recommended packages link in doc sidebar
It's about `requests` recommended packages, not about `pipenv` recommended packages.
2022-10-11 17:00:56 +02:00
github-actions[bot] 4eb5c9ff91 Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-11 13:24:44 +00:00
Matt Davis 3fbc39a9c5 Release v2022.10.11 2022-10-11 09:22:28 -04:00
Matt Davis c46606b652 Add news fragment. 2022-10-11 09:21:57 -04:00
Oz N Tiram 9bf7c8e8a6 Merge pull request #5399 from pypa/issue-5398
Revert back to build isolation by default; support extra-pip-args on sync command.
2022-10-11 11:52:48 +02:00
Matt Davis 58f0e8a717 Revert back to build isolation by default; support extra-pip-args on sync command. 2022-10-11 04:10:16 -04:00