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
Matt Davis
35cd3f1030
Fix lint
2022-12-02 23:31:22 -05:00
Matt Davis
faba5398c9
Fix issue with venv module not being available on some systems.
2022-12-02 22:56:01 -05:00
Ed Finkler (DM)
8492765f54
Fix spelling error in docs/quickstart.rst
2022-12-02 10:04:52 -05:00
github-actions[bot]
c153b77efb
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-30 16:07:38 +00:00
Matt Davis
321a7d0759
Release v2022.11.30
2022-11-30 11:05:33 -05:00
Matt Davis
88ffc3d281
Merge pull request #5513 from pypa/fix-5507
...
core: fix bug introduced with rich.console
2022-11-30 11:02:36 -05:00
Oz Tiram
1e60aed30f
core: fix bug introduced with rich.console
...
The status object isn't callable. Instead one should use
the update method, or the print method of the console object.
2022-11-30 09:46:50 +01:00
Oz N Tiram
c6441f872c
Merge pull request #5512 from pypa/missing-index
...
Remove newer code branch that prevents new sources from being added to lockfile.
2022-11-30 09:31:25 +01:00
Matt Davis
183c822a48
Add news fragment for fix of regression to sources in Pipfile.lock
2022-11-29 19:19:17 -05:00
Matt Davis
b37fb9e0f3
Remove newer code branch that prevents new sources from being added to lockfile.
2022-11-29 18:34:40 -05:00
Oz N Tiram
8cd6e0174b
Merge pull request #5504 from pypa/fix-5503
...
requirements: fix generation of file
2022-11-27 17:26:28 +01:00
Oz Tiram
f57dac10de
Fix failing integration test
2022-11-27 16:48:24 +01:00
Oz Tiram
c6fb6d0201
requirements: fix genertation of file
...
Migrating to rich console, caused a regression, where virtualenv
creation reporting was to stdout. This reporting got included in
requirements.txt.
This fixes #5503 .
2022-11-26 19:47:16 +01:00
Oz N Tiram
5f27dea92f
Merge pull request #5498 from pypa/issue-5494-docs
...
Documentation updates.
2022-11-26 19:31:36 +01:00
github-actions[bot]
ee841c0c69
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-24 22:18:02 +00:00
Matt Davis
dde50c0b48
Release v2022.11.25
2022-11-24 17:15:55 -05:00
Matt Davis
d00307cb8b
add news fragment.
2022-11-24 17:15:35 -05:00
Matt Davis
237cfb3622
Merge branch 'main' of github.com:pypa/pipenv
2022-11-24 16:59:59 -05:00
Matt Davis
56badadf3e
Try adding __init__.py to see if it fixes bundling of wheel.
2022-11-24 16:59:35 -05:00
github-actions[bot]
133b5c6872
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-24 21:57:21 +00:00
Matt Davis
6a0eda34bc
Release vNone
2022-11-24 16:53:20 -05:00
Matt Davis
a81af08c7c
Try matching how bdist_wheel is built locally.
2022-11-24 16:49:55 -05:00
github-actions[bot]
2087656a53
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-24 20:55:21 +00:00
Matt Davis
8ef4990c2c
Release v2022.11.24
2022-11-24 15:53:11 -05:00
Matt Davis
2923ccfde9
Merge pull request #5501 from yeisonvargasf/fix/check-only-pipenv-managed-venv
...
Get packages for `pipenv check` from the target venv.
2022-11-24 10:30:11 -05:00
Yeison Vargas
ce6e56c16b
pipenv check windows fixes.
2022-11-24 09:26:20 -05:00
Yeison Vargas
fb9e4d769d
Get packages for pipenv check from the target venv.
2022-11-24 00:52:22 -05:00
Matt Davis
acad4c4dfc
Documentation updates.
2022-11-23 12:45:43 -05:00
David Tucker
66153e2436
Stop building universal wheels ( #5497 )
...
Python 2 is no longer supported.
2022-11-23 12:45:05 -05:00
Matt Davis
14b18cfbef
Fix ruammel inclusion in wheel. ( #5495 )
2022-11-23 12:01:48 -05:00
Yeison Vargas
a8a890e467
Include missing package data for Safety. ( #5492 )
2022-11-23 11:57:00 -05:00
github-actions[bot]
b3ee36b7bd
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-23 13:09:06 +00:00
Matt Davis
3b53abf643
Release v2022.11.23
2022-11-23 08:06:56 -05:00
Oz N Tiram
2c36fc6cd7
Merge pull request #5487 from pypa/fix-win-3.7
...
Remove QuasiPipTempDirectory and use pip's TempDirectory.
2022-11-23 08:44:31 +01:00
Matt Davis
c58c371f6b
Vendor new safety ( #5217 ) ( #5218 )
...
* Vendor new safety (#5217 )
* Closest to correct vendoring of ruamel.
* Fix lint
* New pipenv check with minimal output.
* Remove decode_for_output use in pipenv check functions.
* Use click.secho where is possible.
* Rerun vendoring to get the latest safety version.
* skip this test for now.
Co-authored-by: Yeison Vargas <yeisonvargasjf@gmail.com >
2022-11-22 21:14:24 -05:00
Matt Davis
0309e7f339
Remove quasiPipTempDirectory and use Pips TempDirectory.
2022-11-22 20:48:33 -05:00
Matt Davis
5db5472fd1
Support python 3.11
2022-11-22 18:23:07 -05:00
Fidel Ramos
2921b80de7
Fix syntax error in requirementslib vendor ( #5483 )
...
Compiling this file raised a SyntaxError:
*** File "/gnu/store/62ms8p25ilrw7vrz5fn8fjf4pds10b02-pipenv-2022.11.11/lib/python3.9/site-packages/pipenv/vendor/requirementslib/models/metadata.py", line 17
from pipenv.patched.pip._vendor.distlib.metadata import import Metadata
^
SyntaxError: invalid syntax
Found through `python -m compileall /pipenv/source/` when trying to add pipenv to
[Guix](https://guix.gnu.org/ ).
Also include fix for root cause: wrong replacement in vendoring task.
2022-11-22 17:54:52 -05:00
Matt Davis
a8f8c55995
Merge pull request #5481 from pypa/bump-version-requirementslib
...
Bump version requirementslib and more vendor clean up
2022-11-22 17:54:29 -05:00
Matt Davis
6387a22029
update to better naming.
2022-11-22 17:53:56 -05:00
Oz Tiram
d1716a7b26
vendor: remove references to parse in vendor script
...
Install parse in the vendor environment, as it is still
used.
2022-11-20 17:25:03 +01:00
Oz Tiram
e71180858a
vendor: remove parse
2022-11-19 22:16:39 +01:00
Oz Tiram
223a87c116
vendor: remove parse
...
This was only used in 1 place and could be removed with
a simple regex.
2022-11-19 22:16:03 +01:00
Oz Tiram
709fbb7773
Replace parse with a simple regex.
...
This makes parse obsolete, removing ~1000 LOC.
2022-11-19 22:10:25 +01:00