Recent Releases of pipenv

pipenv - Release v2025.0.3

What's Changed

  • Fix release notes generation by @matteius in https://github.com/pypa/pipenv/pull/6399
  • Vendor in pip 25.1.1 by @matteius in https://github.com/pypa/pipenv/pull/6400
  • vendor: remove dparse and ruamel by @oz123 in https://github.com/pypa/pipenv/pull/6407
  • Fix pypi-server startup (it now requires --welcome). by @stewartmiles in https://github.com/pypa/pipenv/pull/6410
  • Rewrite docs Claude AI prompt for more cohesive technical voice and expanded examples by @matteius in https://github.com/pypa/pipenv/pull/6379
  • Apply variant of fix for wrong cononical name in Pipfile. by @matteius in https://github.com/pypa/pipenv/pull/6413

New Contributors

  • @stewartmiles made their first contribution in https://github.com/pypa/pipenv/pull/6410

Full Changelog: https://github.com/pypa/pipenv/compare/v2025.0.2...v2025.0.3

- Python
Published by github-actions[bot] about 1 year ago

pipenv - Release v2025.0.2

What's Changed

  • Cleanup unused dependencies by @matteius in https://github.com/pypa/pipenv/pull/6386
  • Fix for UnboundLocalError in ensurepython SESSIONIS_INTERACTIVE=False by @matteius in https://github.com/pypa/pipenv/pull/6389
  • Fix changelog generation during release. by @matteius in https://github.com/pypa/pipenv/pull/6394
  • Correct check/scan command documentation by @kerhac in https://github.com/pypa/pipenv/pull/6398

New Contributors

  • @kerhac made their first contribution in https://github.com/pypa/pipenv/pull/6398

Full Changelog: https://github.com/pypa/pipenv/compare/v2025.0.1...v2025.0.2

- Python
Published by github-actions[bot] about 1 year ago

pipenv - Release v2025.0.1

What's Changed

  • HOTFIX import requirements by @matteius in https://github.com/pypa/pipenv/pull/6385

Full Changelog: https://github.com/pypa/pipenv/compare/v2025.0.0...v2025.0.1

- Python
Published by github-actions[bot] about 1 year ago

pipenv - Release v2025.0.0

What's Changed

  • Fix typo in documentation for PIPENVCACHEDIR by @gautambhat in https://github.com/pypa/pipenv/pull/6349
  • Drop py3.8 by @oz123 in https://github.com/pypa/pipenv/pull/6351
  • fix: UnboundLocalError on pipenv graph by @oz123 in https://github.com/pypa/pipenv/pull/6357
  • chore: bump pypi-server version to 2.3.2 by @oz123 in https://github.com/pypa/pipenv/pull/6353
  • Remove click echo from utils by @oz123 in https://github.com/pypa/pipenv/pull/6352
  • Set upper limits on code complexity by @cclauss in https://github.com/pypa/pipenv/pull/6339
  • Fixes for ruff rule PLW1508 by @cclauss in https://github.com/pypa/pipenv/pull/6367
  • Refactor pythonfinder for improved efficiency and PEP 514 support by @matteius in https://github.com/pypa/pipenv/pull/6360
  • docs: fix minor punctuation in README by @GAVARA-PRABHAS-RAM in https://github.com/pypa/pipenv/pull/6372
  • Refactor virtualenv bin/ / Scripts/ path resolution using sysconfig mechanism by @ByteB4rb1e in https://github.com/pypa/pipenv/pull/6373
  • Fix launching PowerShell on UNC paths by @socram8888 in https://github.com/pypa/pipenv/pull/6322
  • Convert remaining code off click echo/secho to rich. (except safety) by @matteius in https://github.com/pypa/pipenv/pull/6366
  • issue-6350 Check if we need to upgrade a package in more than one category. by @matteius in https://github.com/pypa/pipenv/pull/6361
  • Deprecation Notice: Make safety an optional dependency via extras by @matteius in https://github.com/pypa/pipenv/pull/6365
  • Vendor pip 25.0.1 by @matteius in https://github.com/pypa/pipenv/pull/6343
  • Solve case when the the version is not in the MAX_VERSIONS by @matteius in https://github.com/pypa/pipenv/pull/6380
  • Address false alerts by @matteius in https://github.com/pypa/pipenv/pull/6382
  • Fix zipp security alert by @matteius in https://github.com/pypa/pipenv/pull/6383
  • Fix bug with paths with spaces by @matteius in https://github.com/pypa/pipenv/pull/6381
  • Fix for the install/upgrade star specifier by @matteius in https://github.com/pypa/pipenv/pull/6378

New Contributors

  • @gautambhat made their first contribution in https://github.com/pypa/pipenv/pull/6349
  • @GAVARA-PRABHAS-RAM made their first contribution in https://github.com/pypa/pipenv/pull/6372
  • @ByteB4rb1e made their first contribution in https://github.com/pypa/pipenv/pull/6373

Full Changelog: https://github.com/pypa/pipenv/compare/v2024.4.1...v2025.0.0

- Python
Published by github-actions[bot] about 1 year ago

pipenv - Release v2024.4.1

Version v2024.4.1

Bug Fixes

  • Running "pipenv shell" on MacOS in Powershell (pwsh) references incorrect Activate.ps1 _
  • Fix repr(Shell) _
  • Fix incorrect path for 'pipenv shell' _
  • Fix license declaration for PyPI _

Vendored Libraries

  • Remove click.echo from exceptions.py _

Contributors

@aidencullo @oz123 @samer-shah @shdarrina @shaneikennedy @socram8888

- Python
Published by github-actions[bot] over 1 year ago

pipenv - Release v2024.4.0

What's Changed

  • correct regression in --skip-lock by @matteius in https://github.com/pypa/pipenv/pull/6304
  • Vendoring Fall 2024 by @matteius in https://github.com/pypa/pipenv/pull/6293
  • Vendor in pip==24.3.1 by @matteius in https://github.com/pypa/pipenv/pull/6292
  • Add new paths to front of PATH by @sanders41 in https://github.com/pypa/pipenv/pull/6307
  • Prevent regression with install upgrading packages; duplicated sources in Pipfile prevention by @matteius in https://github.com/pypa/pipenv/pull/6309

New Contributors

  • @sanders41 made their first contribution in https://github.com/pypa/pipenv/pull/6307

Full Changelog: https://github.com/pypa/pipenv/compare/v2024.3.1...v2024.4.0

- Python
Published by github-actions[bot] over 1 year ago

pipenv - Release v2024.3.1

What's Changed

  • try rebuilding the docs by @matteius in https://github.com/pypa/pipenv/pull/6291
  • Fix the --system without --deploy flag bug by @matteius in https://github.com/pypa/pipenv/pull/6297
  • refinements to update -- determine which packages may need upgrading by @matteius in https://github.com/pypa/pipenv/pull/6300
  • Prevent breakage from vcs URL in lockfile from having package name @ by @matteius in https://github.com/pypa/pipenv/pull/6302
  • Prevent breakage from vcs URL in lockfile from having package name @ Part II by @matteius in https://github.com/pypa/pipenv/pull/6303

Full Changelog: https://github.com/pypa/pipenv/compare/v2024.3.0...v2024.3.1

- Python
Published by github-actions[bot] over 1 year ago

pipenv - Release v2024.3.0

What's Changed

  • Solve upgrade can create incompatible dependency versions in lock file + other bugs by @matteius in https://github.com/pypa/pipenv/pull/6282
  • Fix for skip-lock installing wrong package version when pipfile entry is not a dict by @matteius in https://github.com/pypa/pipenv/pull/6289

Full Changelog: https://github.com/pypa/pipenv/compare/v2024.2.0...v2024.3.0

- Python
Published by github-actions[bot] over 1 year ago

pipenv - Release v2024.2.0

What's Changed

  • Bump black from 23.3 to 24.3.0 by @dependabot in https://github.com/pypa/pipenv/pull/6112
  • vendor in pip 24.2 by @matteius in https://github.com/pypa/pipenv/pull/6263
  • Fix strings in virtualenv.py by @ericbrandwein in https://github.com/pypa/pipenv/pull/6268
  • Update pipdeptree by @oz123 in https://github.com/pypa/pipenv/pull/6275
  • Fix the assumption that all distributions are named by @TurnrDev in https://github.com/pypa/pipenv/pull/6272
  • Updated logic for determining available python version string. by @matteius in https://github.com/pypa/pipenv/pull/6278
  • Refactor do_check routine to be more modular and address concerns about quiet flag by @matteius in https://github.com/pypa/pipenv/pull/6277
  • install should not do full lock resolution, as that is the purpose of pipenv lock by @matteius in https://github.com/pypa/pipenv/pull/6276
  • Some improvemets in requirementslib for clarity by @vshulcz in https://github.com/pypa/pipenv/pull/6279

New Contributors

  • @ericbrandwein made their first contribution in https://github.com/pypa/pipenv/pull/6268
  • @TurnrDev made their first contribution in https://github.com/pypa/pipenv/pull/6272
  • @vshulcz made their first contribution in https://github.com/pypa/pipenv/pull/6279

Full Changelog: https://github.com/pypa/pipenv/compare/v2024.1.0...v2024.2.0

- Python
Published by github-actions[bot] over 1 year ago

pipenv - Release v2024.1.0

What's Changed

  • Vendor in Pip 24.1.2 by @matteius in https://github.com/pypa/pipenv/pull/6253
  • Preserve uncleaned VCS URL in the lock file. by @matteius in https://github.com/pypa/pipenv/pull/6257
  • Make this code path more safe to prevent stack trace/regression. by @matteius in https://github.com/pypa/pipenv/pull/6261
  • Update get-pipenv.py by @oz123 in https://github.com/pypa/pipenv/pull/6260
  • Fix new vcs test on Windows by @matteius in https://github.com/pypa/pipenv/pull/6262

Full Changelog: https://github.com/pypa/pipenv/compare/v2024.0.3...v2024.1.0

- Python
Published by github-actions[bot] over 1 year ago

pipenv - Release v2024.0.3

What's Changed

  • Fix logging error by @yosufali in https://github.com/pypa/pipenv/pull/6246
  • Fix #6171 by @Naofal-Helal in https://github.com/pypa/pipenv/pull/6247
  • potentially resolving issue 6205 by @matteius in https://github.com/pypa/pipenv/pull/6243
  • refinements to make installing vcs from CLI work smoother by @matteius in https://github.com/pypa/pipenv/pull/6242
  • Ignore resource warning by @Naofal-Helal in https://github.com/pypa/pipenv/pull/6251
  • Fix uninstall --all fails when venv is deleted by @Naofal-Helal in https://github.com/pypa/pipenv/pull/6250

New Contributors

  • @yosufali made their first contribution in https://github.com/pypa/pipenv/pull/6246
  • @Naofal-Helal made their first contribution in https://github.com/pypa/pipenv/pull/6247

Full Changelog: https://github.com/pypa/pipenv/compare/v2024.0.2...v2024.0.3

- Python
Published by github-actions[bot] over 1 year ago

pipenv - Release v2024.0.2

What's Changed

  • PiPenv -> Pipenv by @gtback in https://github.com/pypa/pipenv/pull/6184
  • Fix typo missing space between "so" and "re-building" by @ptamarit in https://github.com/pypa/pipenv/pull/6183
  • remove all instances of click from project.py by @aidencullo in https://github.com/pypa/pipenv/pull/6193
  • Fix bump version in CI by @oz123 in https://github.com/pypa/pipenv/pull/6177
  • Update diagnose URL in issue template by @michaelmior in https://github.com/pypa/pipenv/pull/6188
  • refactor: click styling-> rich by @oz123 in https://github.com/pypa/pipenv/pull/6178
  • Fix incorrect command reminder after installs by @nmagee in https://github.com/pypa/pipenv/pull/6199
  • Fix: dont call load dot env in shell sub command by @oz123 in https://github.com/pypa/pipenv/pull/6202
  • Remove click.echo from pipenv/cli by @aidencullo in https://github.com/pypa/pipenv/pull/6182
  • Linuxbrew shell fix by @oz123 in https://github.com/pypa/pipenv/pull/6215
  • remove all click.echo calls from exceptions.py by @aidencullo in https://github.com/pypa/pipenv/pull/6216
  • Solve issue with quiet lock not writing the lock file. by @matteius in https://github.com/pypa/pipenv/pull/6208
  • Raise default PIPENVMAXDEPTH to 10 by @snickell in https://github.com/pypa/pipenv/pull/6214
  • Swap oldversion and newversion in pipenv update --outdated output by @BarrensZeppelin in https://github.com/pypa/pipenv/pull/6179
  • Correction to the rich conversion by @matteius in https://github.com/pypa/pipenv/pull/6229
  • Corrected behavior of uninstall --all by @matteius in https://github.com/pypa/pipenv/pull/6209
  • Correct for local package installs always being treated as editable. by @matteius in https://github.com/pypa/pipenv/pull/6222
  • Corrected behavior of pipenv install --skip-lock by @matteius in https://github.com/pypa/pipenv/pull/6225
  • Remove import of cached_property from pip by @oz123 in https://github.com/pypa/pipenv/pull/6238
  • vendor: bump importlib-metadata to 8.4.0 by @oz123 in https://github.com/pypa/pipenv/pull/6235
  • Fix shell detection by @oz123 in https://github.com/pypa/pipenv/pull/6230
  • Add initial support for python 3.13 by @matteius in https://github.com/pypa/pipenv/pull/6240
  • remove click echo from utils.resolver by @oz123 in https://github.com/pypa/pipenv/pull/6241

New Contributors

  • @gtback made their first contribution in https://github.com/pypa/pipenv/pull/6184
  • @ptamarit made their first contribution in https://github.com/pypa/pipenv/pull/6183
  • @michaelmior made their first contribution in https://github.com/pypa/pipenv/pull/6188
  • @nmagee made their first contribution in https://github.com/pypa/pipenv/pull/6199
  • @snickell made their first contribution in https://github.com/pypa/pipenv/pull/6214
  • @BarrensZeppelin made their first contribution in https://github.com/pypa/pipenv/pull/6179

Full Changelog: https://github.com/pypa/pipenv/compare/v2024.0.1...v2024.0.2

- Python
Published by github-actions[bot] over 1 year ago

pipenv - Release v2024.0.1

What's Changed

  • Update plette to version 2.1.0 by @oz123 in https://github.com/pypa/pipenv/pull/6174

Full Changelog: https://github.com/pypa/pipenv/compare/v2024.0.0...v2024.0.1

- Python
Published by github-actions[bot] almost 2 years ago

pipenv - Release v2024.0.0

What's Changed

  • Update CONTRIBUTING.md by @PzaThief in https://github.com/pypa/pipenv/pull/6084
  • Check for name attribute in source parameter. by @jralls in https://github.com/pypa/pipenv/pull/6114
  • Smarter uninstall by @matteius in https://github.com/pypa/pipenv/pull/6029
  • Use fancy mode for pwsh on *nix (draft) by @samcarswell in https://github.com/pypa/pipenv/pull/6108
  • Vendor in Pip 24.0 by @matteius in https://github.com/pypa/pipenv/pull/6117
  • Update index.md by @mierzejk in https://github.com/pypa/pipenv/pull/6129
  • Spring 2024 vendoring by @matteius in https://github.com/pypa/pipenv/pull/6118
  • Add nested vcs dependency subdirectory when locking to Pipfile.lock (Fix #6120) by @AlexandreArpin in https://github.com/pypa/pipenv/pull/6136
  • pipenv upgrade invoke -d by @matteius in https://github.com/pypa/pipenv/pull/6138
  • Bump plette take 2 by @oz123 in https://github.com/pypa/pipenv/pull/6134
  • Convert off pkg resources by @matteius in https://github.com/pypa/pipenv/pull/6139
  • Fix the issue(#6126): add lockfile_path presence in pipenv check command by @nitintecg in https://github.com/pypa/pipenv/pull/6135
  • debugging weird CI failures by @matteius in https://github.com/pypa/pipenv/pull/6143
  • apply ruff fixes by @matteius in https://github.com/pypa/pipenv/pull/6145
  • docs update for scripts section and other small changes by @sss-ng in https://github.com/pypa/pipenv/pull/6152
  • Add --from-pipfile subcommand to pipenv requirements by @sanspareilsmyn in https://github.com/pypa/pipenv/pull/6156
  • Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in https://github.com/pypa/pipenv/pull/6150
  • Bump requests from 2.31.0 to 2.32.0 by @dependabot in https://github.com/pypa/pipenv/pull/6157
  • Fix windows CI for 3.8 and the outdated command that was refactored to remove pkg_resources. by @matteius in https://github.com/pypa/pipenv/pull/6146
  • pipenv 2024 install (behavioral refactor) by @matteius in https://github.com/pypa/pipenv/pull/6098
  • Supply the extra pip args in the resolver. by @matteius in https://github.com/pypa/pipenv/pull/6006
  • Handle unsupported python versioning on Pipfile by @sanspareilsmyn in https://github.com/pypa/pipenv/pull/6164
  • Remove secho from pipenv.utils.shell by @aidencullo in https://github.com/pypa/pipenv/pull/6170

New Contributors

  • @PzaThief made their first contribution in https://github.com/pypa/pipenv/pull/6084
  • @jralls made their first contribution in https://github.com/pypa/pipenv/pull/6114
  • @samcarswell made their first contribution in https://github.com/pypa/pipenv/pull/6108
  • @mierzejk made their first contribution in https://github.com/pypa/pipenv/pull/6129
  • @AlexandreArpin made their first contribution in https://github.com/pypa/pipenv/pull/6136
  • @nitintecg made their first contribution in https://github.com/pypa/pipenv/pull/6135
  • @sss-ng made their first contribution in https://github.com/pypa/pipenv/pull/6152
  • @sanspareilsmyn made their first contribution in https://github.com/pypa/pipenv/pull/6156
  • @aidencullo made their first contribution in https://github.com/pypa/pipenv/pull/6170

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.12.1...v2024.0.0

- Python
Published by github-actions[bot] almost 2 years ago

pipenv - Release v2023.12.1

What's Changed

  • Issue-6079 Remove debug print statements that mistakenly got released by @matteius in https://github.com/pypa/pipenv/pull/6082

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.12.0...v2023.12.1

- Python
Published by github-actions[bot] over 2 years ago

pipenv - Release v2023.12.0

What's Changed

  • NOTE: this is our second semver release with a plan to release major version 3000 later this winter/Spring.
  • Convert from pydantic to vanilla dataclasses (includes pythonfinder 2.1.0) by @matteius in https://github.com/pypa/pipenv/pull/6065
  • Remove forcing CI code path to use nt shell code path by @matteius in https://github.com/pypa/pipenv/pull/6072
  • Only editable entry should trigger editable installs by @matteius in https://github.com/pypa/pipenv/pull/6069

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.11.17...v2023.12.0

- Python
Published by github-actions[bot] over 2 years ago

pipenv - Release v2023.11.17

What's Changed

  • Vendor latest tomlkit by @deivid-rodriguez in https://github.com/pypa/pipenv/pull/6024
  • Chore: Resolve CI deprecation warnings by @stumpylog in https://github.com/pypa/pipenv/pull/6025
  • Fix the issue(#6022): Add additional installation method in README by @y-vectorfield in https://github.com/pypa/pipenv/pull/6023
  • Make project.get_default_index() populate a default name by @deivid-rodriguez in https://github.com/pypa/pipenv/pull/6021
  • Drop markupsafe - way too late for that by @oz123 in https://github.com/pypa/pipenv/pull/6033
  • Fix for the safety test failure in the CI by @matteius in https://github.com/pypa/pipenv/pull/6038
  • Add markers to Pipfile when parsing requirements.txt by @geonik-code in https://github.com/pypa/pipenv/pull/6008
  • Fixed a bug with locking packages with non canonical names by @mangin in https://github.com/pypa/pipenv/pull/6057
  • Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in https://github.com/pypa/pipenv/pull/6059
  • Vendor bump pipdeptree by @oz123 in https://github.com/pypa/pipenv/pull/6055
  • updated readme by @Suprithvarma1 in https://github.com/pypa/pipenv/pull/6049
  • Update release script to enforce semver going forward in 2024 by @matteius in https://github.com/pypa/pipenv/pull/6052
  • Vendoring in pip-23.3.2 by @matteius in https://github.com/pypa/pipenv/pull/6064

New Contributors

  • @deivid-rodriguez made their first contribution in https://github.com/pypa/pipenv/pull/6024
  • @stumpylog made their first contribution in https://github.com/pypa/pipenv/pull/6025
  • @geonik-code made their first contribution in https://github.com/pypa/pipenv/pull/6008
  • @mangin made their first contribution in https://github.com/pypa/pipenv/pull/6057
  • @Suprithvarma1 made their first contribution in https://github.com/pypa/pipenv/pull/6049

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.11.15...v2023.11.17

- Python
Published by github-actions[bot] over 2 years ago

pipenv - Release v2023.11.15

What's Changed

  • Treat all return paths of this method as strings by @matteius in https://github.com/pypa/pipenv/pull/6017

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.11.14...v2023.11.15

- Python
Published by github-actions[bot] over 2 years ago

pipenv - Release v2023.11.14

What's Changed

  • Restore this code that should prevent the string has no attribute update bug. by @matteius in https://github.com/pypa/pipenv/pull/6007
  • Pass through pipfile index urls when creating https session so that keyring fully works by @mungojam in https://github.com/pypa/pipenv/pull/5994
  • Fix issue-6011 direct file url path by @matteius in https://github.com/pypa/pipenv/pull/6012
  • Ignore existing venv dir when PIPENVVENVIN_PROJECT is false by @arnaud-dezandee in https://github.com/pypa/pipenv/pull/6009
  • Assume that vcs and direct URL installs need to be reinstalled by @matteius in https://github.com/pypa/pipenv/pull/5936

New Contributors

  • @arnaud-dezandee made their first contribution in https://github.com/pypa/pipenv/pull/6009

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.10.24...v2023.11.14

- Python
Published by github-actions[bot] over 2 years ago

pipenv - Release v2023.10.24

- Python
Published by github-actions[bot] over 2 years ago

pipenv - Release v2023.10.20

What's Changed

  • Drop pep517 by @oz123 in https://github.com/pypa/pipenv/pull/5970
  • Add quiet option to pipenv shell. by @fmssn in https://github.com/pypa/pipenv/pull/5966
  • ci: fix ruff linter by @engineerakki in https://github.com/pypa/pipenv/pull/5984
  • Update advanced.md to restore Automatic Python Installation header by @iamed2 in https://github.com/pypa/pipenv/pull/5985
  • Update to Pip 23.3 by @matteius in https://github.com/pypa/pipenv/pull/5979
  • Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in https://github.com/pypa/pipenv/pull/5980
  • Drop support for python3.7 by @deronnax in https://github.com/pypa/pipenv/pull/5879
  • Bump urllib3 from 2.0.6 to 2.0.7 in /examples by @dependabot in https://github.com/pypa/pipenv/pull/5981
  • Change --py to use print instead of console.print by @notEvil in https://github.com/pypa/pipenv/pull/5971
  • Bump urllib3 from 1.26.17 to 1.26.18 in /docs by @dependabot in https://github.com/pypa/pipenv/pull/5982
  • Sort packages alphabetically inside each category by @daveschaefer in https://github.com/pypa/pipenv/pull/5965

New Contributors

  • @engineerakki made their first contribution in https://github.com/pypa/pipenv/pull/5984
  • @iamed2 made their first contribution in https://github.com/pypa/pipenv/pull/5985
  • @notEvil made their first contribution in https://github.com/pypa/pipenv/pull/5971
  • @daveschaefer made their first contribution in https://github.com/pypa/pipenv/pull/5965

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.10.3...v2023.10.20

- Python
Published by github-actions[bot] over 2 years ago

pipenv - Release v2023.10.3

What's Changed

  • Include the package name in the information to the resolver by @matteius in https://github.com/pypa/pipenv/pull/5930
  • Solving slashes or other less usual symbols in vcs refs were not being interpreted correctly. by @matteius in https://github.com/pypa/pipenv/pull/5935
  • Update some external links on the docs by @pmhaddad in https://github.com/pypa/pipenv/pull/5943
  • Bump certifi from 2023.5.7 to 2023.7.22 in /examples by @yurishevtsov in https://github.com/pypa/pipenv/pull/5941
  • Update README.md by @umarmnaq in https://github.com/pypa/pipenv/pull/5946
  • Catch req.link = None by @fmssn in https://github.com/pypa/pipenv/pull/5951
  • Bump urllib3 from 2.0.2 to 2.0.6 in /examples by @dependabot in https://github.com/pypa/pipenv/pull/5958
  • Bump urllib3 from 1.26.14 to 1.26.17 in /docs by @dependabot in https://github.com/pypa/pipenv/pull/5960
  • Bump urllib3 from 1.26.14 to 1.26.17 by @dependabot in https://github.com/pypa/pipenv/pull/5959
  • set regular logging level to ERROR by @fmssn in https://github.com/pypa/pipenv/pull/5957

New Contributors

  • @pmhaddad made their first contribution in https://github.com/pypa/pipenv/pull/5943
  • @yurishevtsov made their first contribution in https://github.com/pypa/pipenv/pull/5941
  • @umarmnaq made their first contribution in https://github.com/pypa/pipenv/pull/5946
  • @fmssn made their first contribution in https://github.com/pypa/pipenv/pull/5951

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.9.8...v2023.10.3

- Python
Published by github-actions[bot] over 2 years ago

pipenv - Release v2023.9.8

What's Changed

  • ignore_compatibility was supposed to default to False by @matteius in https://github.com/pypa/pipenv/pull/5926
  • Pass editable for vcs when specified by @matteius in https://github.com/pypa/pipenv/pull/5928

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.9.7...v2023.9.8

- Python
Published by github-actions[bot] over 2 years ago

pipenv - Release v2023.9.7

What's Changed

  • Update build to use exclusively pyproject.toml by @kalebmckale in https://github.com/pypa/pipenv/pull/5836
  • Add PIPENVREQUESTSTIMEOUT and use it for requests session (Re-send due to force push) by @birdhackor in https://github.com/pypa/pipenv/pull/5907
  • pre-commit: Add pyproject-fmt by @cclauss in https://github.com/pypa/pipenv/pull/5916
  • Issue 5827 restore ignore compatibility finder by @matteius in https://github.com/pypa/pipenv/pull/5887
  • 5881-Full conversion from rst to md by @thiagogquinto in https://github.com/pypa/pipenv/pull/5909
  • Handle case where setup name is referencing a variable that is a string by @matteius in https://github.com/pypa/pipenv/pull/5905
  • include markers from Pipfile when skipping lock by @matteius in https://github.com/pypa/pipenv/pull/5920
  • Drop 3.7 test runner by @matteius in https://github.com/pypa/pipenv/pull/5922
  • Better handling of local file install edge cases; handle local file extras by @matteius in https://github.com/pypa/pipenv/pull/5919
  • Fallback to default vcs ref and determine package name from the pip line where possible by @matteius in https://github.com/pypa/pipenv/pull/5921

New Contributors

  • @birdhackor made their first contribution in https://github.com/pypa/pipenv/pull/5907
  • @thiagogquinto made their first contribution in https://github.com/pypa/pipenv/pull/5909

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.9.1...v2023.9.7

- Python
Published by github-actions[bot] over 2 years ago

pipenv - Release v2023.9.1

What's Changed

  • ruff rules SIM by @cclauss in https://github.com/pypa/pipenv/pull/5873
  • Relative paths improvements for editable installs by @matteius in https://github.com/pypa/pipenv/pull/5896
  • Set log level in resolver to WARN when verbose is not passed by @matteius in https://github.com/pypa/pipenv/pull/5897
  • Apply patch for installsearchall_sources = True by @matteius in https://github.com/pypa/pipenv/pull/5895
  • Pipfile: Add build and twine by @cclauss in https://github.com/pypa/pipenv/pull/5901
  • [fix] Update cacert.pem by @nagaripratap in https://github.com/pypa/pipenv/pull/5889
  • Handle more variations in private index html to improve hash collection by @matteius in https://github.com/pypa/pipenv/pull/5898
  • Top level Pipfile sys_platform markers should be transitive by @matteius in https://github.com/pypa/pipenv/pull/5892

New Contributors

  • @nagaripratap made their first contribution in https://github.com/pypa/pipenv/pull/5889

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.8.28...v2023.9.1

- Python
Published by github-actions[bot] over 2 years ago

pipenv - Release v2023.8.28

What's Changed

  • clean-up of .rst leftovers in commands.md by @deronnax in https://github.com/pypa/pipenv/pull/5876
  • Revert change that caused the credentials in source url issue by @matteius in https://github.com/pypa/pipenv/pull/5882
  • Do not lock or sync when running in outdated mode by @matteius in https://github.com/pypa/pipenv/pull/5875
  • Assorted local editable file file fixes by @matteius in https://github.com/pypa/pipenv/pull/5886

New Contributors

  • @deronnax made their first contribution in https://github.com/pypa/pipenv/pull/5876

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.8.26...v2023.8.28

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.8.26

What's Changed

  • pre-commit autoupdate 2023-08-25 by @cclauss in https://github.com/pypa/pipenv/pull/5867
  • Performance: ruff rules C4 and PERF by @cclauss in https://github.com/pypa/pipenv/pull/5855
  • Fix usage of format_help by @oz123 in https://github.com/pypa/pipenv/pull/5872
  • Attempt to fix the local/editable file installs by @matteius in https://github.com/pypa/pipenv/pull/5870
  • Caching properties to deduplicate sources by @kalebmckale in https://github.com/pypa/pipenv/pull/5863
  • Fix for sys platform markers from Pipfile + fix for vcs subdirectory fragments by @matteius in https://github.com/pypa/pipenv/pull/5871

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.8.25...v2023.8.26

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.8.25

What's Changed

  • Adjust the Fallback logic for obtaining the hashes from private indexes by @matteius in https://github.com/pypa/pipenv/pull/5866

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.8.23...v2023.8.25

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - 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 https://github.com/pypa/pipenv/pull/5856

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.8.22...v2023.8.23

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.8.22

What's Changed

  • Add back --skip-lock flag using the new utilities. by @matteius in https://github.com/pypa/pipenv/pull/5847
  • Handle edge case where it is expected ssh:// urls to have at least one @ symbol by @matteius in https://github.com/pypa/pipenv/pull/5851
  • Update install.py by @mathisfo in https://github.com/pypa/pipenv/pull/5852

New Contributors

  • @mathisfo made their first contribution in https://github.com/pypa/pipenv/pull/5852

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.8.21...v2023.8.22

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.8.21

What's Changed

  • Minor vendoring cleanup by @oz123 in https://github.com/pypa/pipenv/pull/5840
  • Some performance optimizations after analyzing benchmarks. by @matteius in https://github.com/pypa/pipenv/pull/5841
  • Do not include @ when no ref is specified by @matteius in https://github.com/pypa/pipenv/pull/5845

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.8.20...v2023.8.21

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.8.20

What's Changed

  • Fix the version output by @matteius in https://github.com/pypa/pipenv/pull/5838
  • fix ruff complaints by @matteius in https://github.com/pypa/pipenv/pull/5839

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.8.19...v2023.8.20

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.8.19

What's Changed

  • Remove --skip-lock flag by @matteius in https://github.com/pypa/pipenv/pull/5806
  • Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in https://github.com/pypa/pipenv/pull/5815
  • Bump certifi from 2022.12.7 to 2023.7.22 in /docs by @dependabot in https://github.com/pypa/pipenv/pull/5814
  • Bump pygments from 2.14.0 to 2.15.0 by @dependabot in https://github.com/pypa/pipenv/pull/5801
  • Document upgrade command in the Readme by @jeffwidman in https://github.com/pypa/pipenv/pull/5820
  • Update pip to 23.2.1 pt release. by @matteius in https://github.com/pypa/pipenv/pull/5822
  • Remove click.{s,}echo by @oz123 in https://github.com/pypa/pipenv/pull/5813
  • Some docs cleanups by @jeffwidman in https://github.com/pypa/pipenv/pull/5825
  • Address Issue #5129: Document how to rename (move) project directory by @langaa-egeskov in https://github.com/pypa/pipenv/pull/5824
  • Add --categories option to work with requirements txt files by @DasaniT in https://github.com/pypa/pipenv/pull/5826
  • stop using requirementslib models by @matteius in https://github.com/pypa/pipenv/pull/5793

New Contributors

  • @jeffwidman made their first contribution in https://github.com/pypa/pipenv/pull/5820
  • @langaa-egeskov made their first contribution in https://github.com/pypa/pipenv/pull/5824
  • @DasaniT made their first contribution in https://github.com/pypa/pipenv/pull/5826

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.7.23...v2023.8.19

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.7.23

What's Changed

  • utils.toml: Handle tomlkit OutOfOrderTableProxy by @flichtenheld in https://github.com/pypa/pipenv/pull/5797
  • Cleanup secho by @oz123 in https://github.com/pypa/pipenv/pull/5804
  • Fix typos by @kianmeng in https://github.com/pypa/pipenv/pull/5811
  • Fix ruff-complaints by @matteius in https://github.com/pypa/pipenv/pull/5807
  • Pip 23.2 by @matteius in https://github.com/pypa/pipenv/pull/5808
  • Restore prior resolver default behavior but maintain direct code path for testing resolver. by @matteius in https://github.com/pypa/pipenv/pull/5809
  • Vendor in pythonfinder==2.0.5 by @matteius in https://github.com/pypa/pipenv/pull/5812

New Contributors

  • @flichtenheld made their first contribution in https://github.com/pypa/pipenv/pull/5797
  • @kianmeng made their first contribution in https://github.com/pypa/pipenv/pull/5811

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.7.11...v2023.7.23

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.7.11

What's Changed

  • Fix markers being included as None/null by @matteius in https://github.com/pypa/pipenv/pull/5788
  • Invoke the resolver in the same process as pipenv rather than utilzing subprocess. by @matteius in https://github.com/pypa/pipenv/pull/5787

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.7.9...v2023.7.11

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.7.9

What's Changed

  • Drop the --keep-outdated flag and --selective-upgrade flags by @matteius in https://github.com/pypa/pipenv/pull/5730
  • Fix extras not being included for pypi packages in requirements command by @matteius in https://github.com/pypa/pipenv/pull/5784

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.7.4...v2023.7.9

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.7.4

What's Changed

  • Fixes issue I've been having running pipenv as an editable install on windows. by @matteius in https://github.com/pypa/pipenv/pull/5770
  • Witchcraft and sourcery - Makefile improvements by @oz123 in https://github.com/pypa/pipenv/pull/5774
  • Keep hashes at the end of generated requirements.txt files by @timhourigan in https://github.com/pypa/pipenv/pull/5778
  • chore: ruff moved to astral-sh by @henryiii in https://github.com/pypa/pipenv/pull/5776
  • Ensure version contains an operator when defined by @sebastien-coavoux in https://github.com/pypa/pipenv/pull/5765

New Contributors

  • @sebastien-coavoux made their first contribution in https://github.com/pypa/pipenv/pull/5765

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.7.3...v2023.7.4

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.7.3

What's Changed

  • Pass system flag to python which by @matteius in https://github.com/pypa/pipenv/pull/5773

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.7.1...v2023.7.3

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.7.1

What's Changed

  • requirements command improvements, fixes issue 5755. by @matteius in https://github.com/pypa/pipenv/pull/5757
  • ci: ruff --select=FLY,UP --target-version=py37 --fix . by @cclauss in https://github.com/pypa/pipenv/pull/5762
  • Consider the PIPCLIENTCERT value when creating the requests session. by @matteius in https://github.com/pypa/pipenv/pull/5761
  • Vendor: bump dparse to 0.6.3 by @oz123 in https://github.com/pypa/pipenv/pull/5750
  • Ensure we consider the dependencies listed in the pyproject.toml by @matteius in https://github.com/pypa/pipenv/pull/5768
  • Patch for setup.py egg_info issue by @matteius in https://github.com/pypa/pipenv/pull/5760
  • Upgrade pydantic to 1.10.10 by @matteius in https://github.com/pypa/pipenv/pull/5769
  • Add docker build, update docs for using docker images by @oz123 in https://github.com/pypa/pipenv/pull/5754

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.6.26...v2023.7.1

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.6.26

What's Changed

  • Bump requirements lib to v3.0.0 by @matteius in https://github.com/pypa/pipenv/pull/5679
  • Fix for issue #5748 by @nullSoup in https://github.com/pypa/pipenv/pull/5749

New Contributors

  • @nullSoup made their first contribution in https://github.com/pypa/pipenv/pull/5749

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.6.18...v2023.6.26

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.6.18

What's Changed

  • Improve keyring docs. by @matteius in https://github.com/pypa/pipenv/pull/5733
  • Only search the Pipenv default index when an alternative index is not specified (and deprecate --skip-lock). by @matteius in https://github.com/pypa/pipenv/pull/5737

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.6.12...v2023.6.18

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.6.12

What's Changed

  • Remove the sys path hacks (again) to fix edge cases with keyring by @matteius in https://github.com/pypa/pipenv/pull/5732

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.6.11...v2023.6.12

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.6.11

What's Changed

  • Fix formatting in /docs by @plgruener in https://github.com/pypa/pipenv/pull/5721
  • Update pipdeptree which solves issue 5652 by @matteius in https://github.com/pypa/pipenv/pull/5720
  • Remove ubuntu apt install from list and some other small doc review. by @matteius in https://github.com/pypa/pipenv/pull/5731
  • Safer usage requests sessions and account for the verify_ssl requirements of each source. by @matteius in https://github.com/pypa/pipenv/pull/5728
  • Upgrade pydantic to v1.10.9 by @matteius in https://github.com/pypa/pipenv/pull/5729

New Contributors

  • @plgruener made their first contribution in https://github.com/pypa/pipenv/pull/5721

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.6.2...v2023.6.11

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.6.2

What's Changed

  • Reword active shell warning to reduce ambiguity by @weslord in https://github.com/pypa/pipenv/pull/5681
  • Replaced vendored toml with tomli by @oz123 in https://github.com/pypa/pipenv/pull/5678
  • Drop cerberus, it seems it's not used anywhere by @oz123 in https://github.com/pypa/pipenv/pull/5699
  • Bump requests from 2.28.2 to 2.31.0 in /docs by @dependabot in https://github.com/pypa/pipenv/pull/5706
  • Bump requests from 2.28.2 to 2.31.0 by @dependabot in https://github.com/pypa/pipenv/pull/5705
  • Bump requests from 2.18.4 to 2.31.0 in /examples by @dependabot in https://github.com/pypa/pipenv/pull/5704
  • Pythonfinder 2.0.4 by @matteius in https://github.com/pypa/pipenv/pull/5713
  • Bump requests from 2.18.4 to 2.31.0 in /tests/test_artifacts by @dependabot in https://github.com/pypa/pipenv/pull/5703
  • Pep 503 hashed urls by @matteius in https://github.com/pypa/pipenv/pull/5701
  • This pre pip install path should no longer be neccessary when adding packages. by @matteius in https://github.com/pypa/pipenv/pull/5700
  • Fix for Issue 4588 (path to python improvements) by @matteius in https://github.com/pypa/pipenv/pull/5712

New Contributors

  • @weslord made their first contribution in https://github.com/pypa/pipenv/pull/5681

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.5.19...v2023.6.2

- Python
Published by github-actions[bot] almost 3 years ago

pipenv - Release v2023.5.19

What's Changed

  • Upgrade pythonfinder to 2.0.0 which brings in pydantic by @matteius in https://github.com/pypa/pipenv/pull/5677
  • Fix typing extensions by @matteius in https://github.com/pypa/pipenv/pull/5684
  • Fix pyenv as it is broken on new pythonfinder version. by @matteius in https://github.com/pypa/pipenv/pull/5686
  • Issue 5692 Consider --index argument in update and upgrade commands by @matteius in https://github.com/pypa/pipenv/pull/5693
  • Handle windows paths better and utilize this utility for creating the virtualenv path. by @matteius in https://github.com/pypa/pipenv/pull/5695
  • Fix pyenv version not installed edge case by @matteius in https://github.com/pypa/pipenv/pull/5697

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.4.29...v2023.5.19

- Python
Published by github-actions[bot] about 3 years ago

pipenv - Release v2023.4.29

What's Changed

  • Fix a typo in the document by @TomeHirata in https://github.com/pypa/pipenv/pull/5668
  • Remove foresight by @matteius in https://github.com/pypa/pipenv/pull/5669
  • pipenv shell: support xonsh by @jinliu in https://github.com/pypa/pipenv/pull/5667
  • Vendor in Pip.23.1.2 by @matteius in https://github.com/pypa/pipenv/pull/5671
  • Requirementslib==2.3.0 by @oz123 and @matteius in https://github.com/pypa/pipenv/pull/5672

New Contributors

  • @TomeHirata made their first contribution in https://github.com/pypa/pipenv/pull/5668
  • @jinliu made their first contribution in https://github.com/pypa/pipenv/pull/5667

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.4.20...v2023.4.29

- Python
Published by github-actions[bot] about 3 years ago

pipenv - Release v2023.4.20

What's Changed

  • Addresses Issue #5572: Implement PIPTRUSTEDHOSTS logic... by @kalebmckale in https://github.com/pypa/pipenv/pull/5615
  • Remove our own copy of pyparsing, use pip's by @oz123 in https://github.com/pypa/pipenv/pull/5641
  • Correct typo in docs by @samdoran in https://github.com/pypa/pipenv/pull/5644
  • feat: Replace flake8 and isort with ruff by @cclauss in https://github.com/pypa/pipenv/pull/5643
  • Update docs for tilde-equals in package versions by @ryan-rozario in https://github.com/pypa/pipenv/pull/5650
  • updated LOCK_HEADER to mention new syntax by @The-Alchemist in https://github.com/pypa/pipenv/pull/5651
  • vendor in Pip==23.1 by @matteius in https://github.com/pypa/pipenv/pull/5655
  • Fix issue with skip-lock by @matteius in https://github.com/pypa/pipenv/pull/5653
  • Vendor in latest python-dotenv. by @matteius in https://github.com/pypa/pipenv/pull/5656
  • Clean up intro section of our pypi page. by @matteius in https://github.com/pypa/pipenv/pull/5658
  • Vendor in latest packages available by @matteius in https://github.com/pypa/pipenv/pull/5657
  • Vendor in latest requirementslib. by @matteius in https://github.com/pypa/pipenv/pull/5659

New Contributors

  • @kalebmckale made their first contribution in https://github.com/pypa/pipenv/pull/5615
  • @samdoran made their first contribution in https://github.com/pypa/pipenv/pull/5644
  • @The-Alchemist made their first contribution in https://github.com/pypa/pipenv/pull/5651

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.3.20...v2023.4.20

- Python
Published by github-actions[bot] about 3 years ago

pipenv - Release v2023.3.20

What's Changed

  • Fix import issue with pipenv 2023.3.18. by @matteius in https://github.com/pypa/pipenv/pull/5636

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.3.18...v2023.3.20

- Python
Published by github-actions[bot] about 3 years ago

pipenv - Release v2023.3.18

What's Changed

  • Split apart core.py by @matteius in https://github.com/pypa/pipenv/pull/5616
  • Add missing spaces to --keep-outdated deprecation text by @kurtmckee in https://github.com/pypa/pipenv/pull/5619
  • Require the actual 'beautifulsoup4' package, not the 'bs4' redirect. by @wenottingham in https://github.com/pypa/pipenv/pull/5620
  • Improve pipenv update and add pipenv upgrade command by @matteius in https://github.com/pypa/pipenv/pull/5617
  • Message for Pipfile.lock packages vulnerabilities check by @ryan-rozario in https://github.com/pypa/pipenv/pull/5628
  • Replace deprecated BadZipfile with BadZipFile by @hugovk in https://github.com/pypa/pipenv/pull/5629
  • Fix dev flag support in update/upgrade. by @matteius in https://github.com/pypa/pipenv/pull/5625
  • Bump vistir and requirementslib by @oz123 in https://github.com/pypa/pipenv/pull/5635
  • Doc revisions1 by @matteius in https://github.com/pypa/pipenv/pull/5621

New Contributors

  • @kurtmckee made their first contribution in https://github.com/pypa/pipenv/pull/5619
  • @wenottingham made their first contribution in https://github.com/pypa/pipenv/pull/5620
  • @ryan-rozario made their first contribution in https://github.com/pypa/pipenv/pull/5628

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.2.18...v2023.3.18

- Python
Published by github-actions[bot] about 3 years ago

pipenv - Release v2023.2.18

What's Changed

  • Remove pipenv/_compat.py by @oz123 in https://github.com/pypa/pipenv/pull/5590
  • Pip 23.0 by @matteius in https://github.com/pypa/pipenv/pull/5586
  • Fix regression with CI variable by @matteius in https://github.com/pypa/pipenv/pull/5591
  • Bump required setuptools and virtualenv by @oz123 in https://github.com/pypa/pipenv/pull/5593
  • Switch to Nushell overlays by @LiHRaM in https://github.com/pypa/pipenv/pull/5603
  • Flexibile argument specification when specifying multiple cateogires. by @matteius in https://github.com/pypa/pipenv/pull/5606
  • Improved contributing guide by @chrysle in https://github.com/pypa/pipenv/pull/5611
  • Allow the pip.conf to override the default index source. by @matteius in https://github.com/pypa/pipenv/pull/5297
  • Pip 23.0.1 by @matteius in https://github.com/pypa/pipenv/pull/5614
  • Issue 5600 check command should be able to pull requirements from lock file by @matteius in https://github.com/pypa/pipenv/pull/5607
  • Removal/vistir misc by @oz123 in https://github.com/pypa/pipenv/pull/5592

New Contributors

  • @LiHRaM made their first contribution in https://github.com/pypa/pipenv/pull/5603
  • @chrysle made their first contribution in https://github.com/pypa/pipenv/pull/5611

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.2.4...v2023.2.18

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2023.2.4

What's Changed

  • Deprecate --keep-outdated flag. by @matteius in https://github.com/pypa/pipenv/pull/5544
  • Catch StopIteration error and alert user and exit failure. by @matteius in https://github.com/pypa/pipenv/pull/5553
  • Fix duplicate egg name when adding extras for package install from url by @oz123 in https://github.com/pypa/pipenv/pull/5555
  • Remove pytest pypi take 2 by @oz123 in https://github.com/pypa/pipenv/pull/5556
  • CVE-2007-4559 Patch by @TrellixVulnTeam in https://github.com/pypa/pipenv/pull/5565
  • Remove deprecated flag --three by @oz123 in https://github.com/pypa/pipenv/pull/5576
  • Fix verbose logging by @oz123 in https://github.com/pypa/pipenv/pull/5581

New Contributors

  • @TrellixVulnTeam made their first contribution in https://github.com/pypa/pipenv/pull/5565

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.12.19...v2023.2.4

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.12.19

What's Changed

  • Bump certifi from 2018.10.15 to 2022.12.7 by @dependabot in https://github.com/pypa/pipenv/pull/5527
  • Fix Readme.md links. by @matteius in https://github.com/pypa/pipenv/pull/5547
  • Issue 5546 by @matteius in https://github.com/pypa/pipenv/pull/5548

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.12.17...v2022.12.19

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.12.17

What's Changed

  • Fix issue with venv module not being available on some systems. by @matteius in https://github.com/pypa/pipenv/pull/5518
  • Fix spelling error in docs/quickstart.rst by @efinkler-dm in https://github.com/pypa/pipenv/pull/5516
  • Fix ruamel vendoring by @matteius in https://github.com/pypa/pipenv/pull/5519
  • vendor in Pip 22.3.1 by @matteius in https://github.com/pypa/pipenv/pull/5520
  • More vendor bumps by @oz123 in https://github.com/pypa/pipenv/pull/5522
  • fixed broken link to non-existing philosophy subpage by @piraartur in https://github.com/pypa/pipenv/pull/5524
  • Fix regression where wheel path is not included in the lockfile by @matteius in https://github.com/pypa/pipenv/pull/5523
  • Bump certifi from 2017.7.27.1 to 2022.12.7 in /examples by @dependabot in https://github.com/pypa/pipenv/pull/5525
  • Bump certifi from 2018.10.15 to 2022.12.7 in /docs by @dependabot in https://github.com/pypa/pipenv/pull/5526
  • Issue 5486 null markers by @matteius in https://github.com/pypa/pipenv/pull/5529
  • Remove CI from deprecation warning and only alert if env vars are set. by @matteius in https://github.com/pypa/pipenv/pull/5534
  • Fix typo in docs by @palewire in https://github.com/pypa/pipenv/pull/5535
  • vendor: bump plette to 0.4.4 by @oz123 in https://github.com/pypa/pipenv/pull/5539
  • [fix] update --outdated raises NonExistentKey with dev package by @shimpeko in https://github.com/pypa/pipenv/pull/5541
  • Refactor virtualenv create logic by @matteius in https://github.com/pypa/pipenv/pull/5533

New Contributors

  • @efinkler-dm made their first contribution in https://github.com/pypa/pipenv/pull/5516
  • @piraartur made their first contribution in https://github.com/pypa/pipenv/pull/5524
  • @palewire made their first contribution in https://github.com/pypa/pipenv/pull/5535
  • @shimpeko made their first contribution in https://github.com/pypa/pipenv/pull/5541

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.11.30...v2022.12.17

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.11.30

What's Changed

  • Documentation updates. by @matteius in https://github.com/pypa/pipenv/pull/5498
  • requirements: fix generation of file by @oz123 in https://github.com/pypa/pipenv/pull/5504
  • Remove newer code branch that prevents new sources from being added to lockfile. by @matteius in https://github.com/pypa/pipenv/pull/5512
  • core: fix bug introduced with rich.console by @oz123 in https://github.com/pypa/pipenv/pull/5513

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.11.25...v2022.11.30

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.11.25

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.11.25.dev0

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.11.24

What's Changed

  • Include missing package data for Safety by @yeisonvargasf in https://github.com/pypa/pipenv/pull/5492
  • Fix ruamel inclusion in wheel. by @matteius in https://github.com/pypa/pipenv/pull/5495
  • Stop building universal wheels by @tucked in https://github.com/pypa/pipenv/pull/5497
  • Get packages for pipenv check from the target venv. by @yeisonvargasf in https://github.com/pypa/pipenv/pull/5501

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.11.23...v2022.11.24

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.11.23

What's Changed

  • fix PIPENVMAXDEPTH environment variable by @bjorand in https://github.com/pypa/pipenv/pull/5461
  • Remove yaspin spinner by @oz123 in https://github.com/pypa/pipenv/pull/5468
  • vendor: drop more unused code by @oz123 in https://github.com/pypa/pipenv/pull/5467
  • feat(shells): support nushell by @efugier in https://github.com/pypa/pipenv/pull/5470
  • Bump version requirementslib and more vendor clean up by @oz123 in https://github.com/pypa/pipenv/pull/5481
  • Fix syntax error in requirementslib vendor by @haplo in https://github.com/pypa/pipenv/pull/5483
  • Vendor new safety (#5217) by @matteius in https://github.com/pypa/pipenv/pull/5218
  • Remove QuasiPipTempDirectory and use pip's TempDirectory. by @matteius in https://github.com/pypa/pipenv/pull/5487

New Contributors

  • @bjorand made their first contribution in https://github.com/pypa/pipenv/pull/5461
  • @efugier made their first contribution in https://github.com/pypa/pipenv/pull/5470
  • @haplo made their first contribution in https://github.com/pypa/pipenv/pull/5483

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.11.11...v2022.11.23

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.11.11

What's Changed

  • Add Python 3.11 to the testing by @cclauss in https://github.com/pypa/pipenv/pull/5245
  • Issue 5456 by @matteius in https://github.com/pypa/pipenv/pull/5464

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.11.5...v2022.11.11

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.11.5

What's Changed

  • Roll back change vendoring of colorama. by @matteius in https://github.com/pypa/pipenv/pull/5460

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.11.4...v2022.11.5

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.11.4

What's Changed

  • Consolidate pipenv settings to use getfromenv by @micahjsmith in https://github.com/pypa/pipenv/pull/5451
  • Fixes issue with unexpected package index resolution after upgrading pip to 22.3 by @matteius in https://github.com/pypa/pipenv/pull/5448
  • More vendor clean up by @oz123 in https://github.com/pypa/pipenv/pull/5450

New Contributors

  • @micahjsmith made their first contribution in https://github.com/pypa/pipenv/pull/5451

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.10.25...v2022.11.4

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.10.25

What's Changed

  • Replace deprecated workflow command by @AlexNDRmac in https://github.com/pypa/pipenv/pull/5405
  • Update Link For VCS Support by @kailashchoudhary11 in https://github.com/pypa/pipenv/pull/5412
  • Add missing backtick in the contributing documentation. by @questras in https://github.com/pypa/pipenv/pull/5410
  • Remove usage of mkdir_p in favour of os.makedirs by @oz123 in https://github.com/pypa/pipenv/pull/5402
  • Remove appdirs.py in favor of platformdirs by @oz123 in https://github.com/pypa/pipenv/pull/5420
  • Add support for multiple categories in exported requirements by @dojutsu-user in https://github.com/pypa/pipenv/pull/5431
  • added foresight workflow and test kit actions by @serkan-ozal in https://github.com/pypa/pipenv/pull/5433
  • Docs(Readme) : Added Table of Contents by @kailashchoudhary11 in https://github.com/pypa/pipenv/pull/5437
  • Docs improvements by @oz123 in https://github.com/pypa/pipenv/pull/5436
  • Rewrite Environment.sys_path without vistir.misc.run by @oz123 in https://github.com/pypa/pipenv/pull/5430
  • Remove usage of vistir.cmdparse by @oz123 in https://github.com/pypa/pipenv/pull/5419
  • Add Foresight status badge to README by @rwxdash in https://github.com/pypa/pipenv/pull/5438
  • chore: Update outdated LICENSE year by @bluzir in https://github.com/pypa/pipenv/pull/5434
  • Vendor in Pip 22.3 by @matteius in https://github.com/pypa/pipenv/pull/5414

New Contributors

  • @AlexNDRmac made their first contribution in https://github.com/pypa/pipenv/pull/5405
  • @kailashchoudhary11 made their first contribution in https://github.com/pypa/pipenv/pull/5412
  • @questras made their first contribution in https://github.com/pypa/pipenv/pull/5410
  • @dojutsu-user made their first contribution in https://github.com/pypa/pipenv/pull/5431
  • @serkan-ozal made their first contribution in https://github.com/pypa/pipenv/pull/5433
  • @rwxdash made their first contribution in https://github.com/pypa/pipenv/pull/5438
  • @bluzir made their first contribution in https://github.com/pypa/pipenv/pull/5434

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.10.12...v2022.10.25

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.10.12

What's Changed

  • Bump plette to v0.4.2 by @oz123 in https://github.com/pypa/pipenv/pull/5401
  • Update documentation for callable scripts by @jerempy in https://github.com/pypa/pipenv/pull/5396
  • Remove recommended packages link in doc sidebar by @feuloren in https://github.com/pypa/pipenv/pull/5400

New Contributors

  • @feuloren made their first contribution in https://github.com/pypa/pipenv/pull/5400

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.10.11...v2022.10.12

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.10.11

What's Changed

  • Revert back to build isolation by default; support extra-pip-args on sync command. by @matteius in https://github.com/pypa/pipenv/pull/5399

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.10.10...v2022.10.11

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.10.10

What's Changed

  • Scripts run package functions by @jerempy in https://github.com/pypa/pipenv/pull/5390
  • Fix for the meta data not getting updated in the lock phase. by @matteius in https://github.com/pypa/pipenv/pull/5393
  • Followup plette update: run vendoring script + news fragment by @matteius in https://github.com/pypa/pipenv/pull/5394

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.10.9...v2022.10.10

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.10.9

What's Changed

  • Update documentation around requirements command and provide current examples. by @matteius in https://github.com/pypa/pipenv/pull/5383
  • Add pytest.markers to pyproject.toml by @jerempy in https://github.com/pypa/pipenv/pull/5388
  • Python full version in pipfile by @jerempy in https://github.com/pypa/pipenv/pull/5387
  • Clean conftest by @oz123 in https://github.com/pypa/pipenv/pull/5389
  • Support Named Package Categories by @matteius in https://github.com/pypa/pipenv/pull/5366

New Contributors

  • @jerempy made their first contribution in https://github.com/pypa/pipenv/pull/5388

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.10.4...v2022.10.9

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.10.4

What's Changed

  • Use creator venv when creating virtual environments by @matteius in https://github.com/pypa/pipenv/pull/5376
  • Prefer to use the lockfile sources if available since this is used in install phase by @matteius in https://github.com/pypa/pipenv/pull/5380
  • Bump dparse version to 0.6.2 by @oz123 in https://github.com/pypa/pipenv/pull/5386
  • Vendor latest wheel by @matteius in https://github.com/pypa/pipenv/pull/5384
  • Add news fragment for dropping six by @oz123 in https://github.com/pypa/pipenv/pull/5381

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.9.24...v2022.10.4

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.9.24

What's Changed

  • Always evaluate markers fresh, without lru_cache. by @matteius in https://github.com/pypa/pipenv/pull/5373

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.9.21...v2022.9.24

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.9.21

What's Changed

  • GitHub Workflows security hardening by @sashashura in https://github.com/pypa/pipenv/pull/5365
  • cli: set click_types.Path for -r and -e options by @exploide in https://github.com/pypa/pipenv/pull/5352
  • Fix for --skip-lock by @matteius in https://github.com/pypa/pipenv/pull/5368

New Contributors

  • @sashashura made their first contribution in https://github.com/pypa/pipenv/pull/5365
  • @exploide made their first contribution in https://github.com/pypa/pipenv/pull/5352

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.9.20...v2022.9.21

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.9.20

What's Changed

  • Remove iso8601 from vendored packages by @oz123 in https://github.com/pypa/pipenv/pull/5346
  • Remove --sequential by @oz123 in https://github.com/pypa/pipenv/pull/5348
  • Safer usages of pkg_resources by @matteius in https://github.com/pypa/pipenv/pull/5350
  • Replace usage of pipfile by @oz123 in https://github.com/pypa/pipenv/pull/5339
  • Migrate isort, mypy, and pytest config into pyproject.toml by @cclauss in https://github.com/pypa/pipenv/pull/5361

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.9.8...v2022.9.20

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.9.8

What's Changed

  • improve the case of upstream dependencies that mess up markers by @matteius in https://github.com/pypa/pipenv/pull/5329
  • Allow users to pass a string of extra arguments to pip by @matteius in https://github.com/pypa/pipenv/pull/5283
  • Deprecate the --three flag by @oz123 in https://github.com/pypa/pipenv/pull/5328
  • Fix typos by @tocic in https://github.com/pypa/pipenv/pull/5330
  • Convert test runner to use pypiserver package as standalone process by @matteius in https://github.com/pypa/pipenv/pull/5284
  • Fix extra indexes by @aronbierbaum in https://github.com/pypa/pipenv/pull/5220
  • Examine the 20 slowest tests and make improvements. by @matteius in https://github.com/pypa/pipenv/pull/5331
  • Load the dot env earlier by @matteius in https://github.com/pypa/pipenv/pull/5334
  • Bump vendored version of shellingham by @oz123 in https://github.com/pypa/pipenv/pull/5336
  • Bump plette version to v0.3.0 by @oz123 in https://github.com/pypa/pipenv/pull/5337
  • Actually load the dot env file before virtualenv creation. by @matteius in https://github.com/pypa/pipenv/pull/5338
  • Better editable detection by @matteius in https://github.com/pypa/pipenv/pull/5342
  • Bump pipdeptree by @oz123 in https://github.com/pypa/pipenv/pull/5343

New Contributors

  • @tocic made their first contribution in https://github.com/pypa/pipenv/pull/5330
  • @aronbierbaum made their first contribution in https://github.com/pypa/pipenv/pull/5220

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.9.4...v2022.9.8

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.9.4

What's Changed

  • relock pipenv by @matteius in https://github.com/pypa/pipenv/pull/5325
  • fix for issue where requirement is a file or URL but does conntain hashes. by @matteius in https://github.com/pypa/pipenv/pull/5327

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.9.2...v2022.9.4

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.9.2

What's Changed

  • Fix issue where a file install is included with the hashed requirements. by @matteius in https://github.com/pypa/pipenv/pull/5320
  • Documentation: Fix Docker example in Basic Usage by @UniversalSuperBox in https://github.com/pypa/pipenv/pull/5318
  • Use a context manager to handle the temporary constraints file by @swaldhoer in https://github.com/pypa/pipenv/pull/5316
  • Apply fix to constraints generation based on fact that pip resolver does not allow unnamed constraints. by @matteius in https://github.com/pypa/pipenv/pull/5321
  • Respect disable_pip_input setting from Pipfile by @Darsstar in https://github.com/pypa/pipenv/pull/5323

New Contributors

  • @UniversalSuperBox made their first contribution in https://github.com/pypa/pipenv/pull/5318
  • @swaldhoer made their first contribution in https://github.com/pypa/pipenv/pull/5316
  • @Darsstar made their first contribution in https://github.com/pypa/pipenv/pull/5323

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.8.31...v2022.9.2

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.8.31

What's Changed

  • Remove dateutil. by @matteius in https://github.com/pypa/pipenv/pull/5312
  • Issue 4925 resolver envvar limit by @matteius in https://github.com/pypa/pipenv/pull/5313
  • Remove no longer used method which_pip by @matteius in https://github.com/pypa/pipenv/pull/5314
  • Reduce the amount of calls to pip and the number of tempfiles in batch_install. by @matteius in https://github.com/pypa/pipenv/pull/5301
  • Drop progress bar. by @matteius in https://github.com/pypa/pipenv/pull/5315
  • Allow environment variable references to be passed through to the Pipfile unredacted by @matteius in https://github.com/pypa/pipenv/pull/5298

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.8.30...v2022.8.31

- Python
Published by github-actions[bot] over 3 years ago

pipenv - Release v2022.8.30

What's Changed

  • Fix nondeterminism with environment markers #5239 by @bakhtiary in https://github.com/pypa/pipenv/pull/5286
  • Fixes pipenv lock nondeterminism with environment markers by @dqkqd in https://github.com/pypa/pipenv/pull/5299
  • Fix: try python3 before python in install --system (#5296) by @enku in https://github.com/pypa/pipenv/pull/5300
  • Update README formatting at "Usage". by @dshah244 in https://github.com/pypa/pipenv/pull/5281
  • Try to address these sporadic test failures without skipping the test. by @matteius in https://github.com/pypa/pipenv/pull/5305
  • Revert "Fix nondeterminism with environment markers #5239 (#5286)" by @matteius in https://github.com/pypa/pipenv/pull/5306
  • Vendor in requirementslib==2.0.1 and vistir==0.6.1 by @matteius in https://github.com/pypa/pipenv/pull/5308
  • Fixes checking constraint throws deprecation messages. by @dqkqd in https://github.com/pypa/pipenv/pull/5309

New Contributors

  • @enku made their first contribution in https://github.com/pypa/pipenv/pull/5300
  • @dshah244 made their first contribution in https://github.com/pypa/pipenv/pull/5281

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.8.24...v2022.8.30

- Python
Published by github-actions[bot] almost 4 years ago

pipenv - Release v2022.8.24

What's Changed

  • Fix typo in Basic Usage of Pipenv doc by @harunyasar in https://github.com/pypa/pipenv/pull/5276
  • Vendor in requirementslib==2.0.0 & drop pip-shims & revert sysconfig patch w/ safer setuptools usage by @matteius in https://github.com/pypa/pipenv/pull/5228
  • Vendor in pythonfinder==1.3.1 by @matteius in https://github.com/pypa/pipenv/pull/5292

New Contributors

  • @harunyasar made their first contribution in https://github.com/pypa/pipenv/pull/5276

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.8.19...v2022.8.24

- Python
Published by github-actions[bot] almost 4 years ago

pipenv - Release v2022.8.19

What's Changed

  • Exclude from resolver constraints the editable dependencies that will be installed. by @matteius in https://github.com/pypa/pipenv/pull/5271
  • Issue 5273 unable to install extras because constraints are not recognized by @dqkqd in https://github.com/pypa/pipenv/pull/5274
  • Revert the exclusion of BADPACKAGES from batchinstall by @matteius in https://github.com/pypa/pipenv/pull/5275

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.8.17...v2022.8.19

- Python
Published by github-actions[bot] almost 4 years ago

pipenv - Release v2022.8.17

What's Changed

  • Actually filter out missing interpreters by @jfly in https://github.com/pypa/pipenv/pull/5262
  • Revise how we do the import patch to include only module pipenv. by @matteius in https://github.com/pypa/pipenv/pull/5267

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.8.15...v2022.8.17

- Python
Published by github-actions[bot] almost 4 years ago

pipenv - Release v2022.8.15

What's Changed

  • Remvoe reference to -r from documentation. by @matteius in https://github.com/pypa/pipenv/pull/5258
  • pip install was skipping packages that were installed elsewhere by @matteius in https://github.com/pypa/pipenv/pull/5255
  • Add install instructions for void linux by @jgarte in https://github.com/pypa/pipenv/pull/5257
  • Remove get_pipenv_dist function that is no longer used. by @matteius in https://github.com/pypa/pipenv/pull/5250

New Contributors

  • @jgarte made their first contribution in https://github.com/pypa/pipenv/pull/5257

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.8.14...v2022.8.15

- Python
Published by github-actions[bot] almost 4 years ago

pipenv - Release v2022.8.14

What's Changed

  • Upgrade GitHub Actions by @cclauss in https://github.com/pypa/pipenv/pull/5244
  • Don't count packaging as a bad package to omit. by @matteius in https://github.com/pypa/pipenv/pull/5248
  • Remove Cached Property from vendor by @oz123 in https://github.com/pypa/pipenv/pull/5249

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.8.13...v2022.8.14

- Python
Published by github-actions[bot] almost 4 years ago

pipenv - Release v2022.8.13

What's Changed

  • Remove old way of generting requirements. by @matteius in https://github.com/pypa/pipenv/pull/5200
  • update README by @oz123 in https://github.com/pypa/pipenv/pull/5223
  • Improve CI variable handling by @matteius in https://github.com/pypa/pipenv/pull/5222
  • fix bug when auto completing install and uninstall by @bakhtiary in https://github.com/pypa/pipenv/pull/5225
  • Convert this test off pip-shims, it became flakey recently. by @matteius in https://github.com/pypa/pipenv/pull/5226
  • Add missing vendoring files that get generated when running vendoring. by @matteius in https://github.com/pypa/pipenv/pull/5216
  • Revise other spots that did not use the internal pip vendoring by @matteius in https://github.com/pypa/pipenv/pull/5229
  • Fix for inclusion of setuptools in the lock and install phase + other BAD_PACKAGES. by @matteius in https://github.com/pypa/pipenv/pull/5231
  • Use pep517 from pip own _vendor by @oz123 in https://github.com/pypa/pipenv/pull/5227
  • Vendoring in pip 22.2.2 by @matteius in https://github.com/pypa/pipenv/pull/5230
  • Drop zipp from vendored libs. by @oz123 in https://github.com/pypa/pipenv/pull/5236
  • Document all environment variables by @oz123 in https://github.com/pypa/pipenv/pull/5235
  • Fix typo: the latest version of pipenv is 2022.8.5 by @jfly in https://github.com/pypa/pipenv/pull/5238
  • Remove code that is not required but may be causing the mac OS test failures. by @matteius in https://github.com/pypa/pipenv/pull/5241
  • Issue 4371 incorrect dependencies when install dev packages by @dqkqd in https://github.com/pypa/pipenv/pull/5234

New Contributors

  • @bakhtiary made their first contribution in https://github.com/pypa/pipenv/pull/5225

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.8.5...v2022.8.13

- Python
Published by github-actions[bot] almost 4 years ago

pipenv - Release v2022.8.5

What's Changed

  • Add extra details to the pipenv support command by @matteius in https://github.com/pypa/pipenv/pull/5189
  • Vendoring improvements by @oz123 in https://github.com/pypa/pipenv/pull/5182
  • 5192 correct spacing for PIPENV_COLORBLIND warning by @otherjake in https://github.com/pypa/pipenv/pull/5194
  • notpip is pip, Vendor in pip==22.2.1, standalone pipenv by @matteius in https://github.com/pypa/pipenv/pull/5199
  • Remove tests that are old and permanently skipped by @matteius in https://github.com/pypa/pipenv/pull/5165
  • Fixes: TypeError: Unknown color 'Red' by @matteius in https://github.com/pypa/pipenv/pull/5209
  • Regen patch hash by @otherjake in https://github.com/pypa/pipenv/pull/5207
  • Unravel pip shims by @matteius in https://github.com/pypa/pipenv/pull/5204
  • Remove urllib3 from vendor, use pip._vendor by @oz123 in https://github.com/pypa/pipenv/pull/5215
  • Issue 5180 tempfiles are leak in tmp by @dqkqd in https://github.com/pypa/pipenv/pull/5210
  • Check environment variable PIPENVCUSTOMVENV_NAME by @otherjake in https://github.com/pypa/pipenv/pull/5203

New Contributors

  • @dqkqd made their first contribution in https://github.com/pypa/pipenv/pull/5210

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.7.24...v2022.8.5

- Python
Published by github-actions[bot] almost 4 years ago

pipenv - Release v2022.7.24

What's Changed

  • Reenable these tests again on the Windows CI. by @matteius in https://github.com/pypa/pipenv/pull/5163
  • Remove charset_normalizer by @oz123 in https://github.com/pypa/pipenv/pull/5161
  • Vendor in pip 22.1.2 by @matteius in https://github.com/pypa/pipenv/pull/5166
  • Refactor and cleannup some cruft code around no_deps flag. by @matteius in https://github.com/pypa/pipenv/pull/5164
  • bump pyparsing version to 3.0.9 by @matteius in https://github.com/pypa/pipenv/pull/5170
  • Remove funcsigs as it is only for Python 3.3 and earlier by @oz123 in https://github.com/pypa/pipenv/pull/5168
  • More dead code removal (and other small fixes) by @matteius in https://github.com/pypa/pipenv/pull/5171
  • Remove Crayons per issue 3741, use click echo functions instead by @otherjake in https://github.com/pypa/pipenv/pull/5178
  • Issue 5179 requirementslib==1.6.8 by @matteius in https://github.com/pypa/pipenv/pull/5183
  • Refactor to support the NOCOLOR argument and deprecate PIPENVCOLORBLIND by @matteius in https://github.com/pypa/pipenv/pull/5185

New Contributors

  • @otherjake made their first contribution in https://github.com/pypa/pipenv/pull/5178

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.7.4...v2022.7.24

- Python
Published by github-actions[bot] almost 4 years ago

pipenv - Release v2022.7.4

What's Changed

  • Convert type comments to type annotations by @ethanhs in https://github.com/pypa/pipenv/pull/5120
  • Add FUNDING.yml by @oz123 in https://github.com/pypa/pipenv/pull/5140
  • Fix for #5134 in https://github.com/pypa/pipenv/pull/5139 by @Grutschus
  • Fix usage of deprecated license_file by @oz123 in https://github.com/pypa/pipenv/pull/5137
  • PIPENVMAXROUNDS is no longer used by @oz123 in https://github.com/pypa/pipenv/pull/5141
  • Include markers issue #5092 by @ImreC in https://github.com/pypa/pipenv/pull/5114
  • Fix Broken CLI docs by @oz123 in https://github.com/pypa/pipenv/pull/5148
  • Issue 5000 remove requests certifi by @matteius in https://github.com/pypa/pipenv/pull/5146
  • 5132 Vendor in latest requirementslib. by @matteius in https://github.com/pypa/pipenv/pull/5151
  • Vendor latest requirementslib and pip-shims by @matteius in https://github.com/pypa/pipenv/pull/5156
  • Remove importlibmetadata and importlibresources by @oz123 in https://github.com/pypa/pipenv/pull/5150

New Contributors

  • @ethanhs made their first contribution in https://github.com/pypa/pipenv/pull/5120

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.6.7...v2022.7.4

- Python
Published by github-actions[bot] almost 4 years ago

pipenv - Release v2022.6.7

What's Changed

  • More vistir drops makefile improvements by @oz123 in https://github.com/pypa/pipenv/pull/5102
  • Make pipenv work with the venv install scheme if it is detected by @torsava in https://github.com/pypa/pipenv/pull/5096

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.5.2...v2022.6.7

- Python
Published by github-actions[bot] almost 4 years ago

pipenv - Release v2022.5.2

What's Changed

  • Fix lock -r warning being logged to stdout instead of stderr by @tomarad in https://github.com/pypa/pipenv/pull/5091

New Contributors

  • @tomarad made their first contribution in https://github.com/pypa/pipenv/pull/5091

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.4.30...v2022.5.2

- Python
Published by github-actions[bot] about 4 years ago

pipenv - Release v2022.4.30

What's Changed

  • Print -e option and path for editable package when using pipenv requirements by @hoyaaaa in https://github.com/pypa/pipenv/pull/5071
  • Limit resource usage in CI by @oz123 in https://github.com/pypa/pipenv/pull/5079
  • Drop crayons in exceptions.py by @oz123 in https://github.com/pypa/pipenv/pull/5080
  • More vistir dropping by @oz123 in https://github.com/pypa/pipenv/pull/5078
  • vendor in requirementslib==1.6.4 by @matteius in https://github.com/pypa/pipenv/pull/5082
  • Fixes of requirements with git requirements by @oz123 in https://github.com/pypa/pipenv/pull/5083
  • revert setuptools required upgrade. by @matteius in https://github.com/pypa/pipenv/pull/5087
  • Update docs and add deprecation warning for lock -r by @ImreC in https://github.com/pypa/pipenv/pull/5069
  • Replace echo(style(...)) with secho(...) by @oz123 in https://github.com/pypa/pipenv/pull/5090

New Contributors

  • @hoyaaaa made their first contribution in https://github.com/pypa/pipenv/pull/5071

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.4.21...v2022.4.30

- Python
Published by github-actions[bot] about 4 years ago

pipenv - Release v2022.4.21

What's Changed

  • Finalize removal of python 3.6 from setup.py by @matteius in https://github.com/pypa/pipenv/pull/5066
  • Remove some more vistir usage by @oz123 in https://github.com/pypa/pipenv/pull/5067

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.4.20...v2022.4.21

- Python
Published by github-actions[bot] about 4 years ago

pipenv - Release v2022.4.20

What's Changed

  • Removed more-itertools vendor dep. by @matteius in https://github.com/pypa/pipenv/pull/5047
  • Added pytest-cov and addressed outdated references to pip-tools by @matteius in https://github.com/pypa/pipenv/pull/5038
  • Fix MANIFEST.in by @oz123 in https://github.com/pypa/pipenv/pull/5051
  • cleanup stale documentation links by @matteius in https://github.com/pypa/pipenv/pull/5048
  • Vendoring in pip==22.0.4 by @matteius in https://github.com/pypa/pipenv/pull/4966
  • Really run the tests in parallel by @oz123 in https://github.com/pypa/pipenv/pull/5058
  • CI improvements by @oz123 in https://github.com/pypa/pipenv/pull/5061
  • Removed usage of fs_str from vistir by @oz123 in https://github.com/pypa/pipenv/pull/5062
  • [fix] allow the user to overwrite the no_input flag to pip by @allcloud-jonathan in https://github.com/pypa/pipenv/pull/5036
  • Allow pipenv option to consider all listed package sources when syncing the Pipfile.lock by @matteius in https://github.com/pypa/pipenv/pull/5039
  • Fix install failures that silently pass by @matteius in https://github.com/pypa/pipenv/pull/5046

New Contributors

  • @allcloud-jonathan made their first contribution in https://github.com/pypa/pipenv/pull/5036

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.4.8...v2022.4.20

- Python
Published by github-actions[bot] about 4 years ago

pipenv - Release v2022.4.8

What's Changed

  • Code reorg utils into utils module reduces complexity by @matteius in https://github.com/pypa/pipenv/pull/4990
  • Issue 4993 Add standard pre commit hooks and apply linting. by @matteius in https://github.com/pypa/pipenv/pull/4994
  • Issue 5023 Fix hash link generation by @matteius in https://github.com/pypa/pipenv/pull/5024
  • Implements requirements command as per #4959 by @ImreC in https://github.com/pypa/pipenv/pull/5013
  • Improve documentation around index restrictions by @matteius in https://github.com/pypa/pipenv/pull/5029
  • More granular control over PIPENVVENVIN_PROJECT variable. by @matteius in https://github.com/pypa/pipenv/pull/5026
  • sphinx formatting change and fix CLI docs by @matteius in https://github.com/pypa/pipenv/pull/5032
  • Special thanks to @oz123 for helping to review all of these changes and suggesting improvements.

New Contributors

  • @ImreC made their first contribution in https://github.com/pypa/pipenv/pull/5013

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.3.28...v2022.4.8

- Python
Published by github-actions[bot] about 4 years ago

pipenv - Release v2022.3.28

What's Changed

  • Vendor in pip 21.2.4 release (from pip 21.2.2 prior). by @matteius in https://github.com/pypa/pipenv/pull/5009
  • Additional unit tests to cover recent regressions @matteius in https://github.com/pypa/pipenv/pull/5018
  • Fix regression in 3.24.2022 for loading dot env file when quiet flag is passed @smac89 https://github.com/pypa/pipenv/pull/5010
  • Subdirectory vcs installs are never passing the subdirectory in requirementslib which is now required by setuptools by @matteius in https://github.com/pypa/pipenv/pull/5017

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.3.24...v2022.3.28

- Python
Published by github-actions[bot] about 4 years ago

pipenv - Release v2022.3.24

What's Changed

  • Fix the assumption that all sources are named. by @matteius in https://github.com/pypa/pipenv/pull/5004
  • Restore this message as stderr because it affects requirements.txt generation by @matteius in https://github.com/pypa/pipenv/pull/5005
  • Allow quieting the output of pipenv run and .env loading. by @matteius in https://github.com/pypa/pipenv/pull/5006

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.3.23...v2022.3.24

- Python
Published by github-actions[bot] about 4 years ago

pipenv - Release v2022.3.23

What's Changed

  • Remove vendored first by @oz123 in https://github.com/pypa/pipenv/pull/4915
  • Document running as root and usage in containers by @oz123 in https://github.com/pypa/pipenv/pull/4917
  • Document usage of Pipenv in multistage docker build by @oz123 in https://github.com/pypa/pipenv/pull/4918
  • Remove leftover include of jinja2 files by @oz123 in https://github.com/pypa/pipenv/pull/4919
  • Update get-pipenv.py by @oz123 in https://github.com/pypa/pipenv/pull/4920
  • Fix typo in docs/basics.rst for docker example by @imomaliev in https://github.com/pypa/pipenv/pull/4922
  • Update contributing.rst and run tests by @oz123 in https://github.com/pypa/pipenv/pull/4921
  • Remove dead code after exception by @oz123 in https://github.com/pypa/pipenv/pull/4930
  • Fix typo in docker documnetation by @oz123 in https://github.com/pypa/pipenv/pull/4929
  • fixed review from #4780, closes #4537 by @willhoh in https://github.com/pypa/pipenv/pull/4936
  • doc fix docker container title by @tcsorrel in https://github.com/pypa/pipenv/pull/4951
  • improve detection of CI by @smac89 in https://github.com/pypa/pipenv/pull/4944
  • New command: verify Pipfile.lock hash is up to date by @den4uk in https://github.com/pypa/pipenv/pull/4896
  • Improve wording in "basics.rst" by @offby1 in https://github.com/pypa/pipenv/pull/4103
  • Fixes installing versions with pyenv-win by @Jendoliver in https://github.com/pypa/pipenv/pull/4949
  • Windows: locate pyenv from PATH correctly by @matteius in https://github.com/pypa/pipenv/pull/4955
  • Use PIPENVSKIPLOCK environment variable by @ELHoussineT in https://github.com/pypa/pipenv/pull/4797
  • Issue 4976 pythonfinder vendor update by @matteius in https://github.com/pypa/pipenv/pull/4978
  • Remove mention of the --two flag and python2 by @matteius in https://github.com/pypa/pipenv/pull/4981
  • Fix for expanding dot env variables in scripts by @matteius in https://github.com/pypa/pipenv/pull/4979
  • Update vendoring docs. by @oz123 in https://github.com/pypa/pipenv/pull/4913
  • Fix for the failing git protocol tests. by @matteius in https://github.com/pypa/pipenv/pull/4989
  • display the directory path of the found requirements.txt file by @HosamAlmoghraby in https://github.com/pypa/pipenv/pull/4987
  • Consider environment variable PIP_TARGET when calculate depndancy delta by @cm-iwata in https://github.com/pypa/pipenv/pull/4776
  • Fix for: Pipenv Does Not Respect Index Specified For A Package by @matteius in https://github.com/pypa/pipenv/pull/4983
  • 4998 remove long broken pipreqs usage by @matteius in https://github.com/pypa/pipenv/pull/4999

New Contributors

  • @oz123 made their first contribution in https://github.com/pypa/pipenv/pull/4915
  • @imomaliev made their first contribution in https://github.com/pypa/pipenv/pull/4922
  • @willhoh made their first contribution in https://github.com/pypa/pipenv/pull/4936
  • @tcsorrel made their first contribution in https://github.com/pypa/pipenv/pull/4951
  • @smac89 made their first contribution in https://github.com/pypa/pipenv/pull/4944
  • @den4uk made their first contribution in https://github.com/pypa/pipenv/pull/4896
  • @offby1 made their first contribution in https://github.com/pypa/pipenv/pull/4103
  • @Jendoliver made their first contribution in https://github.com/pypa/pipenv/pull/4949
  • @matteius made their first contribution in https://github.com/pypa/pipenv/pull/4955
  • @ELHoussineT made their first contribution in https://github.com/pypa/pipenv/pull/4797
  • @HosamAlmoghraby made their first contribution in https://github.com/pypa/pipenv/pull/4987
  • @cm-iwata made their first contribution in https://github.com/pypa/pipenv/pull/4776

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.1.8...v2022.3.23

- Python
Published by github-actions[bot] about 4 years ago

pipenv - Release v2022.1.8

What's Changed

  • Add a clickable link to PEP 508 in index.rst by @belkka in https://github.com/pypa/pipenv/pull/4878
  • duplicate parentheses removed by @ReazNahid in https://github.com/pypa/pipenv/pull/4877
  • Fix the index parsing to reject illegal requirements by @frostming in https://github.com/pypa/pipenv/pull/4899 Fix CVE-2022-21668
  • disallow abbreviated forms of full option names by @milo-minderbinder in https://github.com/pypa/pipenv/pull/4907
  • Use a PackageFinder with ignore_compatibility when collecting hashes by @jfly in https://github.com/pypa/pipenv/pull/4908
  • Misc doc updates (mostly around running tests) by @jfly in https://github.com/pypa/pipenv/pull/4910

New Contributors

  • @belkka made their first contribution in https://github.com/pypa/pipenv/pull/4878
  • @ReazNahid made their first contribution in https://github.com/pypa/pipenv/pull/4877
  • @milo-minderbinder made their first contribution in https://github.com/pypa/pipenv/pull/4907

Full Changelog: https://github.com/pypa/pipenv/compare/v2021.11.23...v2022.1.8

- Python
Published by github-actions[bot] over 4 years ago

pipenv - Release v2021.11.23

- Python
Published by github-actions[bot] over 4 years ago

pipenv - Release v2021.11.15

- Python
Published by github-actions[bot] over 4 years ago

pipenv - Release v2021.11.9

Features & Improvements

  • Replace click-completion with click's own completion implementation. #4786

Bug Fixes

  • Fix a bug that pipenv run doesn't set environment variables correctly. #4831
  • Fix a bug that certifi can't be loaded within notpip's vendor library. This makes several objects of pip fail to be imported. #4833
  • Fix a bug that 3.10.0 can be found be python finder. #4837

Vendored Libraries

  • Update pythonfinder from 1.2.8 to 1.2.9. #4837

- Python
Published by github-actions[bot] over 4 years ago

pipenv - Release v2021.11.5.post0

- Python
Published by github-actions[bot] over 4 years ago

pipenv - Release v2021.11.5

- Python
Published by github-actions[bot] over 4 years ago

pipenv - Release v2021.5.29

- Python
Published by github-actions[bot] about 5 years ago