Releases: pypa/pipenv
Releases · pypa/pipenv
Release v2022.10.9
What's Changed
- Update documentation around requirements command and provide current examples. by @matteius in #5383
- Add pytest.markers to pyproject.toml by @jerempy in #5388
- Python full version in pipfile by @jerempy in #5387
- Clean conftest by @oz123 in #5389
- Support Named Package Categories by @matteius in #5366
New Contributors
Full Changelog: v2022.10.4...v2022.10.9
Release v2022.10.4
What's Changed
- Use creator venv when creating virtual environments by @matteius in #5376
- Prefer to use the lockfile sources if available since this is used in install phase by @matteius in #5380
- Bump dparse version to 0.6.2 by @oz123 in #5386
- Vendor latest wheel by @matteius in #5384
- Add news fragment for dropping six by @oz123 in #5381
Full Changelog: v2022.9.24...v2022.10.4
Release v2022.9.24
What's Changed
Full Changelog: v2022.9.21...v2022.9.24
Release v2022.9.21
What's Changed
- GitHub Workflows security hardening by @sashashura in #5365
- cli: set
click_types.Path
for-r
and-e
options by @exploide in #5352 - Fix for --skip-lock by @matteius in #5368
New Contributors
- @sashashura made their first contribution in #5365
- @exploide made their first contribution in #5352
Full Changelog: v2022.9.20...v2022.9.21
Release v2022.9.20
What's Changed
- Remove iso8601 from vendored packages by @oz123 in #5346
- Remove --sequential by @oz123 in #5348
- Safer usages of pkg_resources by @matteius in #5350
- Replace usage of pipfile by @oz123 in #5339
- Migrate isort, mypy, and pytest config into pyproject.toml by @cclauss in #5361
Full Changelog: v2022.9.8...v2022.9.20
Release v2022.9.8
What's Changed
- improve the case of upstream dependencies that mess up markers by @matteius in #5329
- Allow users to pass a string of extra arguments to pip by @matteius in #5283
- Deprecate the --three flag by @oz123 in #5328
- Fix typos by @tocic in #5330
- Convert test runner to use pypiserver package as standalone process by @matteius in #5284
- Fix extra indexes by @aronbierbaum in #5220
- Examine the 20 slowest tests and make improvements. by @matteius in #5331
- Load the dot env earlier by @matteius in #5334
- Bump vendored version of shellingham by @oz123 in #5336
- Bump plette version to v0.3.0 by @oz123 in #5337
- Actually load the dot env file before virtualenv creation. by @matteius in #5338
- Better editable detection by @matteius in #5342
- Bump pipdeptree by @oz123 in #5343
New Contributors
- @tocic made their first contribution in #5330
- @aronbierbaum made their first contribution in #5220
Full Changelog: v2022.9.4...v2022.9.8
Release v2022.9.4
What's Changed
- relock pipenv by @matteius in #5325
- fix for issue where requirement is a file or URL but does conntain hashes. by @matteius in #5327
Full Changelog: v2022.9.2...v2022.9.4
Release v2022.9.2
What's Changed
- Fix issue where a file install is included with the hashed requirements. by @matteius in #5320
- Documentation: Fix Docker example in Basic Usage by @UniversalSuperBox in #5318
- Use a context manager to handle the temporary constraints file by @swaldhoer in #5316
- Apply fix to constraints generation based on fact that pip resolver does not allow unnamed constraints. by @matteius in #5321
- Respect
disable_pip_input
setting from Pipfile by @Darsstar in #5323
New Contributors
- @UniversalSuperBox made their first contribution in #5318
- @swaldhoer made their first contribution in #5316
- @Darsstar made their first contribution in #5323
Full Changelog: v2022.8.31...v2022.9.2
Release v2022.8.31
What's Changed
- Remove dateutil. by @matteius in #5312
- Issue 4925 resolver envvar limit by @matteius in #5313
- Remove no longer used method which_pip by @matteius in #5314
- Reduce the amount of calls to pip and the number of tempfiles in batch_install. by @matteius in #5301
- Drop progress bar. by @matteius in #5315
- Allow environment variable references to be passed through to the Pipfile unredacted by @matteius in #5298
Full Changelog: v2022.8.30...v2022.8.31
Release v2022.8.30
What's Changed
- Fix nondeterminism with environment markers #5239 by @bakhtiary in #5286
- Fixes pipenv lock nondeterminism with environment markers by @dqkqd in #5299
- Fix: try python3 before python in
install --system
(#5296) by @enku in #5300 - Update README formatting at "Usage". by @dshah244 in #5281
- Try to address these sporadic test failures without skipping the test. by @matteius in #5305
- Revert "Fix nondeterminism with environment markers #5239 (#5286)" by @matteius in #5306
- Vendor in requirementslib==2.0.1 and vistir==0.6.1 by @matteius in #5308
- Fixes checking constraint throws deprecation messages. by @dqkqd in #5309
New Contributors
Full Changelog: v2022.8.24...v2022.8.30