Fbs

Latest version: v1.2.5

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

Scan your dependencies

Page 5 of 19

0.9.4

Thank you whattheserver for the PR (229)!

0.9.3

Some people ran into a `PermissionError: ... create-dmg` when running `fbs installer` on Mac. This was likely because I packaged fbs 0.9.2 on a Windows machine, which must have checked out that file with CRLF line endings. This release should hopefully fix the issue.

0.9.2

Thanks to whattheserver for the PR (227)!

![image](https://user-images.githubusercontent.com/1076393/112305133-a1ab1f80-8c9e-11eb-8326-bc3804c3ede0.png)
![image](https://user-images.githubusercontent.com/1076393/112305198-b1c2ff00-8c9e-11eb-993b-8d0480dba340.png)
![image](https://user-images.githubusercontent.com/1076393/112305306-d28b5480-8c9e-11eb-8a11-17df86f49508.png)
![image](https://user-images.githubusercontent.com/1076393/112305384-e9ca4200-8c9e-11eb-93d8-35a1d1bd4dff.png)
![image](https://user-images.githubusercontent.com/1076393/112305471-0797a700-8c9f-11eb-8733-8ad683e73c90.png)

0.9.1

fbs Pro supports the latest Python, PyQt and PySide versions. See https://build-system.fman.io/pro.

0.9.0

In particular, `fbs installer` should work now. Thank you luigifcruz for the PR!

0.8.9

There are cases where you simply need to supply extra arguments to fbs's invocation of PyInstaller. There is now a new setting, `extra_pyinstaller_args`, that lets you supply those parameters. For example, in `base.json`:


{
...,
"extra_pyinstaller_args": [
"--additional-hooks-dir", "some_hooks",
"--additional-hooks-dir", "some_more_hooks",
]
}


Fixes 157 and 167.

The `release` command was also improved. You can now use any of the following command lines:


fbs release

Page 5 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.