Commit Graph

7960 Commits

Author SHA1 Message Date
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
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
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 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 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
jerempy e36c62a7d7 news seg and lint 2022-10-10 10:56:12 -04:00
jerempy ad589bdbe1 Update documentation 2022-10-10 10:49:45 -04:00
github-actions[bot] 8b84c2f06e Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-10 12:16:01 +00:00
Matt Davis 68485cd570 Release v2022.10.10 2022-10-10 08:14:14 -04:00
Matt Davis 9c986eb9e7 Followup plette update: run vendoring script + news fragment (#5394)
* run vendoring script.

* Add news fragment.
2022-10-10 08:12:28 -04:00
Oz N Tiram 6b8b74f6cf Merge pull request #5393 from pypa/issue-5392
Fix for the meta data not getting updated in the lock phase.
2022-10-10 14:08:16 +02:00
Matt Davis 3f421206eb bump plette for bugfix. 2022-10-10 08:06:09 -04:00
Matt Davis 2640dd8881 Relock to generate fresh hash. 2022-10-10 07:03:32 -04:00
Matt Davis 58bdd319ec exclude pipenv from hash generation. 2022-10-10 06:57:42 -04:00
Matt Davis 7177ca15fe Corrections based on test results. 2022-10-09 21:19:25 -04:00