Huak

Latest version: v0.0.19

Safety actively analyzes 623439 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.0.19

What's Changed
* Refactor lib for less coupling and some improvements by cnpryer in https://github.com/cnpryer/huak/pull/575
* Fix lib.rs module doc comments by cnpryer in https://github.com/cnpryer/huak/pull/579
* Add typos ci step by cnpryer in https://github.com/cnpryer/huak/pull/580
* Fix typo by cnpryer in https://github.com/cnpryer/huak/pull/581
* Remove .venv and test-threads command use in CI by cnpryer in https://github.com/cnpryer/huak/pull/584
* Get Python version from command if not found in file name by cnpryer in https://github.com/cnpryer/huak/pull/583
* Use sys.version_info to parse Python version by cnpryer in https://github.com/cnpryer/huak/pull/585
* Update CONTRIBUTING.md by cnpryer in https://github.com/cnpryer/huak/pull/586
* Update ux for remove, update, and install commands by cnpryer in https://github.com/cnpryer/huak/pull/589
* Organize lib.rs into modules by cnpryer in https://github.com/cnpryer/huak/pull/590
* Bump git2 from 0.16.1 to 0.17.0 by dependabot in https://github.com/cnpryer/huak/pull/587
* Organize ops.rs into modules by cnpryer in https://github.com/cnpryer/huak/pull/600
* Cleanup comments by cnpryer in https://github.com/cnpryer/huak/pull/603
* Bump pep440_rs from 0.3.4 to 0.3.5 by cnpryer in https://github.com/cnpryer/huak/pull/609
* Update README.md by cnpryer in https://github.com/cnpryer/huak/pull/611
* Bump clap from 4.2.1 to 4.2.2 by dependabot in https://github.com/cnpryer/huak/pull/605
* Update rust - sorry I'm late by cnpryer in https://github.com/cnpryer/huak/pull/614
* Generate completion contents for more shells by cnpryer in https://github.com/cnpryer/huak/pull/622
* Update GitHub templates by cnpryer in https://github.com/cnpryer/huak/pull/621
* Retain requirement extras for metadata file in add command by cnpryer in https://github.com/cnpryer/huak/pull/623
* Fix Version Ord implementation by cnpryer in https://github.com/cnpryer/huak/pull/630
* Use latest resolvable Python for cargo test by cnpryer in https://github.com/cnpryer/huak/pull/627
* Add lazy-like exit for failing subprocesses by cnpryer in https://github.com/cnpryer/huak/pull/632
* Fix test_version to resolve unused expression warning by patrickarmengol in https://github.com/cnpryer/huak/pull/634
* Fix default comment/help for cli init and new commands by patrickarmengol in https://github.com/cnpryer/huak/pull/636
* Fix Version Display implementation using same release segment twice by n-borges in https://github.com/cnpryer/huak/pull/639
* Bump serde from 1.0.159 to 1.0.162 by dependabot in https://github.com/cnpryer/huak/pull/640
* Bump openssl from 0.10.49 to 0.10.52 by dependabot in https://github.com/cnpryer/huak/pull/638
* Bump clap_complete from 4.2.0 to 4.2.1 by dependabot in https://github.com/cnpryer/huak/pull/617
* Bump regex from 1.7.3 to 1.8.1 by dependabot in https://github.com/cnpryer/huak/pull/616
* Bump serde_json from 1.0.95 to 1.0.96 by dependabot in https://github.com/cnpryer/huak/pull/604
* Add docs by cnpryer in https://github.com/cnpryer/huak/pull/642
* Bump to v0.0.19 by cnpryer in https://github.com/cnpryer/huak/pull/643

New Contributors
* patrickarmengol made their first contribution in https://github.com/cnpryer/huak/pull/634
* n-borges made their first contribution in https://github.com/cnpryer/huak/pull/639

**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.18...v0.0.19

0.0.18

What's Changed
* Fix pinning in update command when --group all is used by cnpryer in https://github.com/cnpryer/huak/pull/567
* Bump serde from 1.0.156 to 1.0.159 by dependabot in https://github.com/cnpryer/huak/pull/542
* Bump indexmap from 1.9.2 to 1.9.3 by dependabot in https://github.com/cnpryer/huak/pull/501
* Bump regex from 1.7.1 to 1.7.3 by dependabot in https://github.com/cnpryer/huak/pull/497
* Bump clap_complete from 4.1.5 to 4.2.0 by dependabot in https://github.com/cnpryer/huak/pull/573
* Bump tempfile from 3.4.0 to 3.5.0 by dependabot in https://github.com/cnpryer/huak/pull/570
* Bump openssl from 0.10.48 to 0.10.49 by dependabot in https://github.com/cnpryer/huak/pull/572
* Bump to v0.0.18 by cnpryer in https://github.com/cnpryer/huak/pull/577


**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.17...v0.0.18

0.0.17

What's Changed
* Pre-0.0.17 refactor by cnpryer in https://github.com/cnpryer/huak/pull/559
* Pin dependencies in update command by cnpryer in https://github.com/cnpryer/huak/pull/561
* Fix new command by cnpryer in https://github.com/cnpryer/huak/pull/563
* Fix issue adding optional dependencies to empty IndexMap by cnpryer in https://github.com/cnpryer/huak/pull/562
* Don't run install if no dependencies found using install command by cnpryer in https://github.com/cnpryer/huak/pull/564
* Pin dependencies in add if version specifier isn't provided by cnpryer in https://github.com/cnpryer/huak/pull/565
* Bump to v0.0.17 by cnpryer in https://github.com/cnpryer/huak/pull/566


**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.16...v0.0.17

0.0.16

What's Changed
* Allow nameversion for exact versions in add command by cnpryer in https://github.com/cnpryer/huak/pull/543
* Add valid_python_interpreter_file_name assertion to find_python test by cnpryer in https://github.com/cnpryer/huak/pull/544
* Pass trailing arguments to pip in remove command by cnpryer in https://github.com/cnpryer/huak/pull/546
* Don't run cargo test in pre-commit by cnpryer in https://github.com/cnpryer/huak/pull/548
* Add .gitignore to project initialization by cnpryer in https://github.com/cnpryer/huak/pull/547
* Add basic update command by cnpryer in https://github.com/cnpryer/huak/pull/550
* Only remove dependencies listed in the pyproject.toml by cnpryer in https://github.com/cnpryer/huak/pull/551
* Resolve venv only if there are dependencies to install by cnpryer in https://github.com/cnpryer/huak/pull/552
* Add limited activate command by cnpryer in https://github.com/cnpryer/huak/pull/553
* Make completion a top-level subcommand by cnpryer in https://github.com/cnpryer/huak/pull/554
* Add basic python command by cnpryer in https://github.com/cnpryer/huak/pull/555
* Bump to v0.0.16 by cnpryer in https://github.com/cnpryer/huak/pull/557
* Update python command description by cnpryer in https://github.com/cnpryer/huak/pull/558


**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.15...v0.0.16

0.0.15

What's Changed
* Fix python_paths on unix by cnpryer in https://github.com/cnpryer/huak/pull/530
* Fix adding optional dependencies to toml by cnpryer in https://github.com/cnpryer/huak/pull/532
* Don't allow --group all in remove command by cnpryer in https://github.com/cnpryer/huak/pull/533
* Allow listing redundent dependencies in pyproject.toml by cnpryer in https://github.com/cnpryer/huak/pull/535
* Attempt to parse version from python interpreter on windows by cnpryer in https://github.com/cnpryer/huak/pull/538
* Install and uninstall multiple packages together by cnpryer in https://github.com/cnpryer/huak/pull/540
* Add tool table and enable toml's preserve_order feature by cnpryer in https://github.com/cnpryer/huak/pull/529
* Bump to v0.0.15 by cnpryer in https://github.com/cnpryer/huak/pull/541


**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.14...v0.0.15

0.0.14

Fixes `error: a python interpreter could not be found` on Windows.

What's Changed
* Don't filter out python paths missing a version by cnpryer in https://github.com/cnpryer/huak/pull/526
* Bump to v0.0.14 by cnpryer in https://github.com/cnpryer/huak/pull/527


**Full Changelog**: https://github.com/cnpryer/huak/compare/v0.0.13...v0.0.14

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.