Littlefs-python

Latest version: v0.12.0

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

Scan your dependencies

Page 1 of 4

2.2.1

0.12.0

What's Changed
* have ci build cp37 wheels by BrianPugh in https://github.com/jrast/littlefs-python/pull/98
* Add --compact and --no-pad options to create CLI. by BrianPugh in https://github.com/jrast/littlefs-python/pull/99


**Full Changelog**: https://github.com/jrast/littlefs-python/compare/v0.11.0...v0.12.0

0.11.0

Breaking Changes
* CLI has been reworked in 96
* Commands now take positional arguments in an intuitive order.
* `unpack` has been renamed to `extract`.
bash
old
$ littlefs-python create my_dir/ --image=lfs.bin --block-size=4096 --fs-size=1mb

new
$ littlefs-python create my_dir/ lfs.bin --block-size=4096 --fs-size=1mb
If output binary file not specified, defaults to output "lfs.bin"
$ littlefs-python create my_dir/ --block-size=4096 --fs-size=1mb

bash
old
$ littlefs-python unpack my_dir/ --image=lfs.bin --block-size=4096 --fs-size=1mb

new (--fs-size is now inferred from binary)
$ littlefs-python extract lfs.bin my_dir/ --block-size=4096
if output directory not specified, defaults to current directory
$ littlefs-python extract lfs.bin --block-size=4096

bash
old
$ littlefs-python list --image=lfs.bin --block-size=4096 --fs-size=1mb

new (--fs-size is now inferred from binary)
$ littlefs-python list lfs.bin --block-size=4096



What's Changed
* update LittleFS to v2.9.3 by BrianPugh in https://github.com/jrast/littlefs-python/pull/97


**Full Changelog**: https://github.com/jrast/littlefs-python/compare/v0.10.3...v0.11.0

0.10.3

What's Changed
* update littlefs to v2.9.2 by BrianPugh in https://github.com/jrast/littlefs-python/pull/90


**Full Changelog**: https://github.com/jrast/littlefs-python/compare/v0.10.2...v0.10.3

0.10.2

* update core littlefs v2.9.0 -> v2.9.1

**Full Changelog**: https://github.com/jrast/littlefs-python/compare/v0.10.1...v0.10.2

0.10.1

What's Changed
* Fix mypy type-checking with regards to constants LFS_TYPE_REG/DIR. by Krakonos in https://github.com/jrast/littlefs-python/pull/88


**Full Changelog**: https://github.com/jrast/littlefs-python/compare/v0.10.0...v0.10.1

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.