Fbs

Latest version: v1.2.2

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

Scan your dependencies

Page 7 of 19

0.8.0

Fixes 109

0.7.9

The error was:

iconutil[2088] <Error>: ImageIO: _CGImageDestinationCreateWithWriter capacity parameter (14) is too large for this file format (max is 10)

0.7.8

0.7.7

0.7.6

1. You no longer have to subclass `ApplicationContext` in order to use fbs. Instantiating it is enough. See the [new default `main.py`](https://github.com/mherrmann/fbs/blob/4a29030e2e6d3244dfd3b8aaaa880947e3a42e81/fbs/builtin_commands/project_template/src/main/python/main.py) generated by `startproject`.
2. Previously, fbs always included `boto3` as a dependency. That is, when you did `pip install fbs`, then `boto3` was installed as well. This however is only required when you use fbs's `release` or `upload` commands. This release changes it so `boto3` isn't installed by default. If you do want to use `release`, you need to `pip install fbs[upload]`.
3. fbs now declares PyInstaller as a dependency. So you no longer have to do `pip install fbs PyInstaller==3.4`. It suffices to `pip install fbs`.

0.7.5

* Don't prompt "PyQt5 or Pyside2?" if the user has exactly one of the two installed.
* Automatically set [`QApplication.applicationName()`](https://doc.qt.io/qt-5/qcoreapplication.html#applicationName-prop) from the `app_name` setting. This automatically gives all windows a nice title.

Page 7 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.