Alfred-workflow-packager

Latest version: v3.1.1

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

Scan your dependencies

Page 1 of 2

3.1.1

- Any 'v' prefix on the version passed to `--version` will now be stripped off (this prevents redundant prefixes being added, since Alfred already assumes the absence of a prefix)

3.1.0

- Fixed Python 3.12 compatibility by replacing `distutils` with `shutil`
- The only `distutils` usage in the codebase was `dustutils.copy_tree`, which has been replaced with `shutil.copy_tree`

3.0.1

- Fixed a bug where the utility would fail if the user did not have Sync enabled in Alfred (8)

3.0.0

- You can now specify multiple bundles to export for the current workflow
- To accomodate this new feature, `export_file` field in `packager.json` has
been replaced with a new `export_files` field, allowing you to
- Fixed a bug where the AWP fails to run due to malformed XML in `info.plist`
(`xml.parsers.expat.ExpatError`)
- Improve messaging output from running `awp`

2.0.1

- Fixed an error thrown when a workflow README contains Unicode characters (6)

2.0.0

- Dropped Python 2 support in favor of Python 3 (v3.9 or higher)
- Files are now copied if the permissions have changed (even if the contents are the same)
- Added a `--force` / `-f` CLI option to force-copy files if needed
- The `packager.json` is now validated every time you run `awp`
- This operation is extremely fast, so there's no performance impact
- Upgraded jsonschema to the latest version (v4.4.0)
- A minimum of jsonschema v4 is now required

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.