| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pipx.pyz | 2024-06-02 | 328.9 kB | |
| 1.6.0 source code.tar.gz | 2024-06-02 | 389.2 kB | |
| 1.6.0 source code.zip | 2024-06-02 | 442.5 kB | |
| README.md | 2024-06-02 | 7.3 kB | |
| Totals: 4 Items | 1.2 MB | 0 | |
What's Changed
- Create a dedicated documentation section for manual pages by @pawamoy in https://github.com/pypa/pipx/pull/1312
- Avoid reinstalling injected package without --force by @huxuan in https://github.com/pypa/pipx/pull/1305
- bug: Removed --python flag dependency when --force is passed by @SwarajBaral in https://github.com/pypa/pipx/pull/1306
- add preinstall with multiple packages example, cli help and test by @gempir in https://github.com/pypa/pipx/pull/1321
- Add "install-all" command to install packages according to spec metadata file by @huxuan in https://github.com/pypa/pipx/pull/1301
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pypa/pipx/pull/1318
- Update installation.md - reference valid tag in pre-commit snippet by @Spitfire1900 in https://github.com/pypa/pipx/pull/1323
- fix: use
logger.warninginstead oflogging.warnby @mayeut in https://github.com/pypa/pipx/pull/1326 - docs: refine docs generation script and template by @huxuan in https://github.com/pypa/pipx/pull/1328
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pypa/pipx/pull/1332
- fix: resolve the DEFAULT_PYTHON to the actual absolute path by @huxuan in https://github.com/pypa/pipx/pull/1340
- feat: allow
upgradecommand to accept multiple packages as arguments by @huxuan in https://github.com/pypa/pipx/pull/1339 - Fix
pipx reinstallcrash with absolute path by @chrysle in https://github.com/pypa/pipx/pull/1329 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pypa/pipx/pull/1347
- fix: version check for standalone python by @huxuan in https://github.com/pypa/pipx/pull/1350
- feature: make install-all gather errors in batch by @huxuan in https://github.com/pypa/pipx/pull/1348
- fix: validate whether a package is an URL correctly by @huxuan in https://github.com/pypa/pipx/pull/1356
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pypa/pipx/pull/1361
- refactor: unify batch behavior of "install-all", "reinstall-all" and "upgrade-all" by @huxuan in https://github.com/pypa/pipx/pull/1357
- feat: upgrade local standalone python in micro/patch level by @huxuan in https://github.com/pypa/pipx/pull/1351
- Added a note about sourcing the shell config file for
ensure_pathby @trag1c in https://github.com/pypa/pipx/pull/1359 - Mock GH API return of standalone Python index file by @chrysle in https://github.com/pypa/pipx/pull/1362
- Fix error log overwrite for "-all" batch operations. by @huxuan in https://github.com/pypa/pipx/pull/1365
- fix: update test packages to fix tests on macos-latest by @huxuan in https://github.com/pypa/pipx/pull/1373
- feat: support Python version for
--pythonarg when py launcher is n… by @huxuan in https://github.com/pypa/pipx/pull/1343 - fix: support python3.8 for standalone python builds by @huxuan in https://github.com/pypa/pipx/pull/1374
- feat: add upgrade-shared command by @mayeut in https://github.com/pypa/pipx/pull/1316
- Validate package(s) argument should not be path(s). by @huxuan in https://github.com/pypa/pipx/pull/1363
- fix: install specified version of
--preinstalldependency instead of latest version by @davidpeckham in https://github.com/pypa/pipx/pull/1379 - chore: fix mypy error by @huxuan in https://github.com/pypa/pipx/pull/1383
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pypa/pipx/pull/1382
- Fix
--system-site-packagesforupgrade --installby @sadamczyk in https://github.com/pypa/pipx/pull/1378 - ci: restrict main branch for on push tests by @huxuan in https://github.com/pypa/pipx/pull/1384
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pypa/pipx/pull/1393
- Move --global option into shared parser by @dukecat0 in https://github.com/pypa/pipx/pull/1397
- Apply ruff rule RUF100 by @DimitriPapadopoulos in https://github.com/pypa/pipx/pull/1401
- Proper
ruff/ruff formatsequence by @DimitriPapadopoulos in https://github.com/pypa/pipx/pull/1405 - Apply ruff rule RUF010 by @DimitriPapadopoulos in https://github.com/pypa/pipx/pull/1407
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pypa/pipx/pull/1409
- Apply ruff/flake8-implicit-str-concat rule ISC001 by @DimitriPapadopoulos in https://github.com/pypa/pipx/pull/1403
- Inject additional packages from text file by @jamesmyatt in https://github.com/pypa/pipx/pull/1252
- Add Arch installation and fix flags order by @Paiusco in https://github.com/pypa/pipx/pull/1396
- Refactor release process in order to include changelog in release files by @chrysle in https://github.com/pypa/pipx/pull/1246
- Bump softprops/action-gh-release from 1 to 2 in the actions group by @dependabot in https://github.com/pypa/pipx/pull/1413
- Apply ruff rule RUF012 by @DimitriPapadopoulos in https://github.com/pypa/pipx/pull/1414
- Apply assorted ruff rules by @DimitriPapadopoulos in https://github.com/pypa/pipx/pull/1415
- NamedTuple → dataclass by @DimitriPapadopoulos in https://github.com/pypa/pipx/pull/1416
- Apply ruff/pygrep-hooks rule PGH003 by @DimitriPapadopoulos in https://github.com/pypa/pipx/pull/1417
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pypa/pipx/pull/1420
- Fix
pipx runentry point discovery with local path by @chrysle in https://github.com/pypa/pipx/pull/1422 - Introduce
pipx pinandpipx unpincommands by @dukecat0 in https://github.com/pypa/pipx/pull/1291 - docs:
python 3.7+->python 3.8+by @dukecat0 in https://github.com/pypa/pipx/pull/1426 - Prepare news fragments for 1.6.0 by @Gitznik in https://github.com/pypa/pipx/pull/1431
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pypa/pipx/pull/1428
- 1.6.0: Bump changelog by @github-actions in https://github.com/pypa/pipx/pull/1432
- 1.6.0: Create Git tag before releasing, ideally by @chrysle in https://github.com/pypa/pipx/pull/1433
- 1.6.0: Bump changelog by @github-actions in https://github.com/pypa/pipx/pull/1434
- 1.6.0: fix release tag creation by @huxuan in https://github.com/pypa/pipx/pull/1435
- 1.6.0: Add
workflow_dispatchto release action by @dukecat0 in https://github.com/pypa/pipx/pull/1436
New Contributors
- @huxuan made their first contribution in https://github.com/pypa/pipx/pull/1305
- @SwarajBaral made their first contribution in https://github.com/pypa/pipx/pull/1306
- @gempir made their first contribution in https://github.com/pypa/pipx/pull/1321
- @mayeut made their first contribution in https://github.com/pypa/pipx/pull/1326
- @trag1c made their first contribution in https://github.com/pypa/pipx/pull/1359
- @davidpeckham made their first contribution in https://github.com/pypa/pipx/pull/1379
- @sadamczyk made their first contribution in https://github.com/pypa/pipx/pull/1378
- @jamesmyatt made their first contribution in https://github.com/pypa/pipx/pull/1252
- @Paiusco made their first contribution in https://github.com/pypa/pipx/pull/1396
- @github-actions made their first contribution in https://github.com/pypa/pipx/pull/1432
Full Changelog: https://github.com/pypa/pipx/compare/1.5.0...1.6.0