Releases: pypa/pipenv
Releases · pypa/pipenv
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
Release v2023.8.22
Release v2023.8.21
Release v2023.8.20
What's Changed
Full Changelog: v2023.8.19...v2023.8.20
Release v2023.8.19
What's Changed
- Remove --skip-lock flag by @matteius in #5806
- Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #5815
- Bump certifi from 2022.12.7 to 2023.7.22 in /docs by @dependabot in #5814
- Bump pygments from 2.14.0 to 2.15.0 by @dependabot in #5801
- Document
upgrade
command in theReadme
by @jeffwidman in #5820 - Update pip to 23.2.1 pt release. by @matteius in #5822
- Remove click.{s,}echo by @oz123 in #5813
- Some docs cleanups by @jeffwidman in #5825
- Address Issue #5129: Document how to rename (move) project directory by @langaa-egeskov in #5824
- Add --categories option to work with requirements txt files by @DasaniT in #5826
- stop using requirementslib models by @matteius in #5793
New Contributors
- @jeffwidman made their first contribution in #5820
- @langaa-egeskov made their first contribution in #5824
- @DasaniT made their first contribution in #5826
Full Changelog: v2023.7.23...v2023.8.19
Release v2023.7.23
What's Changed
- utils.toml: Handle tomlkit OutOfOrderTableProxy by @flichtenheld in #5797
- Cleanup secho by @oz123 in #5804
- Fix typos by @kianmeng in #5811
- Fix ruff-complaints by @matteius in #5807
- Pip 23.2 by @matteius in #5808
- Restore prior resolver default behavior but maintain direct code path for testing resolver. by @matteius in #5809
- Vendor in pythonfinder==2.0.5 by @matteius in #5812
New Contributors
- @flichtenheld made their first contribution in #5797
- @kianmeng made their first contribution in #5811
Full Changelog: v2023.7.11...v2023.7.23
Release v2023.7.11
What's Changed
- Fix markers being included as None/null by @matteius in #5788
- Invoke the resolver in the same process as pipenv rather than utilzing subprocess. by @matteius in #5787
Full Changelog: v2023.7.9...v2023.7.11