Commit Graph

7994 Commits

Author SHA1 Message Date
Oz Tiram 46efd78657 Add news snippet. 2022-11-03 10:16:14 +01:00
Oz Tiram b2d6267a71 Developers: add target in make file for running pypi-server 2022-11-02 13:12:30 +01:00
Oz Tiram be92e26606 testing: disable some CVE checks for new CVEs without fix
This should be revised, but for now we can proceed without it.
2022-11-02 12:26:47 +01:00
Oz N Tiram d6964452dd vendoring: fix broken attrs
We can't rename attrs to attr, since versionn 22.1 distributes
two modules one named attrs and one names attr.
2022-11-01 21:29:42 +01:00
Oz N Tiram 67a82e2375 vendor: drop tomli which isn't used anymore 2022-11-01 21:03:18 +01:00
Oz N Tiram 061b83388d Vendor: bump attrs to version 22.1.0
See also issue #5449 - Fix Python 3.11 compat.
2022-11-01 20:53:12 +01:00
Oz N Tiram 45ed8448e7 Vendoring script: fix linting issue 2022-11-01 20:35:20 +01:00
Oz Tiram 93f40ace77 Vendor: more disltlib import fixes 2022-11-01 20:31:06 +01:00
Oz Tiram 973d47715b Vendoring: drop our included version of colorma
Use the one from pip._vendor instead.
2022-11-01 20:30:59 +01:00
Oz Tiram 69507b1b79 vendoring: remove library rename zipp
This module is an old backport we no longer distribute.
 The except ImportError in pep517/meta.py never happens
 in Python3.6 and later.
2022-11-01 20:30:54 +01:00
Oz Tiram c5f6016689 Vendor: drop distlib - use the one from pip._vendor 2022-11-01 20:30:48 +01:00
Oz Tiram 20e564fef2 Makefile: fixes for working on debian based system
Setup up PY variable because the `python` binary isn't found
in these systems. Instead there is only `python3`.

So, you can run there commands with:

$ make foo PY=python3
2022-11-01 20:30:31 +01:00
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