Releases: pypa/pipenv
Releases · pypa/pipenv
Release v2023.10.24
What's Changed
- Simplify sorting code by @daveschaefer in #5990
- Updates all vendoring to latest (except pipdeptree) by @matteius in #5986
- Added safety check in _fold_markers by @matteius in #5988
- Python 3.12 support (passing) by @matteius in #5987
- Pip 23.3.1 @matteius in ebc3883
Full Changelog: v2023.10.20...v2023.10.24
Release v2023.10.20
What's Changed
- Drop pep517 by @oz123 in #5970
- Add quiet option to pipenv shell. by @fmssn in #5966
- ci: fix ruff linter by @engineerakki in #5984
- Update advanced.md to restore Automatic Python Installation header by @iamed2 in #5985
- Update to Pip 23.3 by @matteius in #5979
- Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #5980
- Drop support for python3.7 by @deronnax in #5879
- Bump urllib3 from 2.0.6 to 2.0.7 in /examples by @dependabot in #5981
- Change
--py
to useprint
instead ofconsole.print
by @notEvil in #5971 - Bump urllib3 from 1.26.17 to 1.26.18 in /docs by @dependabot in #5982
- Sort packages alphabetically inside each category by @daveschaefer in #5965
New Contributors
- @engineerakki made their first contribution in #5984
- @iamed2 made their first contribution in #5985
- @notEvil made their first contribution in #5971
- @daveschaefer made their first contribution in #5965
Full Changelog: v2023.10.3...v2023.10.20
Release v2023.10.3
What's Changed
- Include the package name in the information to the resolver by @matteius in #5930
- Solving slashes or other less usual symbols in vcs refs were not being interpreted correctly. by @matteius in #5935
- Update some external links on the docs by @pmhaddad in #5943
- Bump certifi from 2023.5.7 to 2023.7.22 in /examples by @yurishevtsov in #5941
- Update README.md by @umarmnaq in #5946
- Catch req.link = None by @fmssn in #5951
- Bump urllib3 from 2.0.2 to 2.0.6 in /examples by @dependabot in #5958
- Bump urllib3 from 1.26.14 to 1.26.17 in /docs by @dependabot in #5960
- Bump urllib3 from 1.26.14 to 1.26.17 by @dependabot in #5959
- set regular logging level to ERROR by @fmssn in #5957
New Contributors
- @pmhaddad made their first contribution in #5943
- @yurishevtsov made their first contribution in #5941
- @umarmnaq made their first contribution in #5946
- @fmssn made their first contribution in #5951
Full Changelog: v2023.9.8...v2023.10.3
Release v2023.9.8
What's Changed
- ignore_compatibility was supposed to default to False by @matteius in #5926
- Pass editable for vcs when specified by @matteius in #5928
Full Changelog: v2023.9.7...v2023.9.8
Release v2023.9.7
What's Changed
- Update build to use exclusively pyproject.toml by @kalebmckale in #5836
- Add PIPENV_REQUESTS_TIMEOUT and use it for requests session (Re-send due to force push) by @birdhackor in #5907
- pre-commit: Add pyproject-fmt by @cclauss in #5916
- Issue 5827 restore ignore compatibility finder by @matteius in #5887
- 5881-Full conversion from rst to md by @thiagogquinto in #5909
- Handle case where setup name is referencing a variable that is a string by @matteius in #5905
- include markers from Pipfile when skipping lock by @matteius in #5920
- Drop 3.7 test runner by @matteius in #5922
- Better handling of local file install edge cases; handle local file extras by @matteius in #5919
- Fallback to default vcs ref and determine package name from the pip line where possible by @matteius in #5921
New Contributors
- @birdhackor made their first contribution in #5907
- @thiagogquinto made their first contribution in #5909
Full Changelog: v2023.9.1...v2023.9.7
Release v2023.9.1
What's Changed
- ruff rules SIM by @cclauss in #5873
- Relative paths improvements for editable installs by @matteius in #5896
- Set log level in resolver to WARN when verbose is not passed by @matteius in #5897
- Apply patch for install_search_all_sources = True by @matteius in #5895
- Pipfile: Add build and twine by @cclauss in #5901
- [fix] Update cacert.pem by @nagaripratap in #5889
- Handle more variations in private index html to improve hash collection by @matteius in #5898
- Top level Pipfile sys_platform markers should be transitive by @matteius in #5892
New Contributors
- @nagaripratap made their first contribution in #5889
Full Changelog: v2023.8.28...v2023.9.1
Release v2023.8.28
What's Changed
- clean-up of .rst leftovers in commands.md by @deronnax in #5876
- Revert change that caused the credentials in source url issue by @matteius in #5882
- Do not lock or sync when running in outdated mode by @matteius in #5875
- Assorted local editable file file fixes by @matteius in #5886
New Contributors
Full Changelog: v2023.8.26...v2023.8.28
Release v2023.8.26
What's Changed
- pre-commit autoupdate 2023-08-25 by @cclauss in #5867
- Performance: ruff rules C4 and PERF by @cclauss in #5855
- Fix usage of format_help by @oz123 in #5872
- Attempt to fix the local/editable file installs by @matteius in #5870
- Caching properties to deduplicate sources by @kalebmckale in #5863
- Fix for sys platform markers from Pipfile + fix for vcs subdirectory fragments by @matteius in #5871
Full Changelog: v2023.8.25...v2023.8.26
Release v2023.8.25
What's Changed
Full Changelog: v2023.8.23...v2023.8.25
Release v2023.8.23
What's Changed
- Try to match if the part after @ is a valid ref (reject treating URL parts as refs). by @matteius in #5856
Full Changelog: v2023.8.22...v2023.8.23