Fbs

Latest version: v1.2.5

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

Scan your dependencies

Page 15 of 19

0.3.4

* Fix `FileNotFoundError` which sometimes occurred during `freeze`
* Move Windows-only setting to `windows.json`.

As in a previous version, this release jumps from 0.3.0 to 0.3.4 without going through 0.3.1 etc. because of a [problem with PyPI](https://github.com/pypa/warehouse/issues/4985).

0.3.0

Previously, had:

* src/
* main/
* resources/
* mac-frozen/
* linux-global/

Now:

* src/
* main/
* freeze/
* mac/
* installer/
* linux/

Another important improvement of this release is also that `startproject` now generates fewer files. Eg. `Info.plist` is no longer generated. When it does not exist in the "user's" src/ directory, fbs is now able to transparently use a default version.

Also removed `fbs.resources.generate_resources()` from the public API. If you really need to use it, it's still available as `fbs.freeze._generate_resources()`.

Finally, the `installer` command on Windows and Mac is now less verbose.

0.2.9

0.2.8

It allows you to declare dependencies. Eg. in `base.json`:

{
"hidden_imports": ["requests"]
}

0.2.7

0.2.6

It's now possible to create `.pkg.tar.xz` installers on Arch, and `.rpm` installers on Fedora!

Page 15 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.