--- - branch: MAIN date: Tue Dec 7 20:27:07 UTC 2021 files: - new: '1.2' old: '1.1' path: pkgsrc/security/py-pip-audit/Makefile pathrev: pkgsrc/security/py-pip-audit/Makefile@1.2 type: modified - new: '1.2' old: '1.1' path: pkgsrc/security/py-pip-audit/PLIST pathrev: pkgsrc/security/py-pip-audit/PLIST@1.2 type: modified - new: '1.2' old: '1.1' path: pkgsrc/security/py-pip-audit/distinfo pathrev: pkgsrc/security/py-pip-audit/distinfo@1.2 type: modified - new: '0' old: '1.1' path: pkgsrc/security/py-pip-audit/patches/patch-setup.py pathrev: pkgsrc/security/py-pip-audit/patches/patch-setup.py@0 type: deleted id: 20211207T202707Z.ca672f120d5704a0dbf1fd4704a660d536947249 log: | py-pip-audit: update to 1.1.0. ## [1.1.0] ### Added * CLI: The `--path ` flag has been added, allowing users to limit dependency discovery to one or more paths (specified separately) when `pip-audit` is invoked in environment mode ([#148](https://github.com/trailofbits/pip-audit/pull/148)) * CLI: The `pip-audit` CLI can now be accessed through `python -m pip_audit`. All functionality is identical to the functionality provided by the `pip-audit` entrypoint ([#173](https://github.com/trailofbits/pip-audit/pull/173)) * CLI: The `--verbose` flag has been added, allowing users to receive more more verbose output from `pip-audit`. Supplying the `--verbose` flag overrides the `PIP_AUDIT_LOGLEVEL` environment variable and is equivalent to setting it to `debug` ([#185](https://github.com/trailofbits/pip-audit/pull/185)) ### Changed * CLI: `pip-audit` now clears its spinner bar from the terminal upon completion, preventing visual confusion ([#174](https://github.com/trailofbits/pip-audit/pull/174)) ### Fixed * Dependency sources: a crash caused by `platform.python_version` returning an version string that couldn't be parsed as a PEP-440 version was fixed ([#175](https://github.com/trailofbits/pip-audit/pull/175)) * Dependency sources: a crash caused by incorrect assumptions about the structure of source distributions was fixed ([#166](https://github.com/trailofbits/pip-audit/pull/166)) * Vulnerability sources: a performance issue on Windows caused by cache failures was fixed ([#178](https://github.com/trailofbits/pip-audit/pull/178)) ## [1.0.1] - 2021-12-02 ### Fixed * CLI: The `--desc` flag no longer requires a following argument. If passed as a bare option, `--desc` is equivalent to `--desc on` ([#153](https://github.com/trailofbits/pip-audit/pull/153)) * Dependency resolution: The PyPI-based dependency resolver no longer throws an uncaught exception on package resolution errors; instead, the package is marked as skipped and an appropriate warning or fatal error (in `--strict` mode) is produced ([#162](https://github.com/trailofbits/pip-audit/pull/162)) * CLI: When providing the `--cache-dir` flag, the command to read the pip cache directory is no longer executed. Previously this was always executed and could result into failure when the command fails. In CI environments, the default `~/.cache` directory is typically not writable by the build user and this meant that the `python -m pip cache dir` would fail before this fix, even if the `--cache-dir` flag was provided. ([#161](https://github.com/trailofbits/pip-audit/pull/161)) ## [1.0.0] - 2021-12-01 ### Added * This is the first stable release of `pip-audit`! The CLI is considered stable from this point on, and all changes will comply with [Semantic Versioning](https://semver.org/) ## [0.0.9] - 2021-12-01 ### Added * CLI: Skipped dependencies are now listed in the output of `pip-audit`, for supporting output formats ([#145](https://github.com/trailofbits/pip-audit/pull/145)) * CLI: `pip-audit` now supports a "strict" mode (enabled with `-S` or `--strict`) that fails if the audit if any individual dependency cannot be resolved or audited. The default behavior is still to skip any individual dependency errors ([#146](https://github.com/trailofbits/pip-audit/pull/146)) module: pkgsrc subject: 'CVS commit: pkgsrc/security/py-pip-audit' unixtime: '1638908827' user: wiz