Bygg

Latest version: v0.5.2

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

Scan your dependencies

Page 1 of 4

0.5.2

What's Changed
* Break out argparser setup into its own file by rikardg in https://github.com/rikardg/bygg/pull/169
* Add name attribute to the environment schema by rikardg in https://github.com/rikardg/bygg/pull/170
* Fix input list bug in action_set by rikardg in https://github.com/rikardg/bygg/pull/171


**Full Changelog**: https://github.com/rikardg/bygg/compare/v0.5.1...v0.5.2

0.5.1

What's Changed
* Set fail-fast to false in Code quality workflow by rikardg in https://github.com/rikardg/bygg/pull/164
* Return correct exit code when no action is given by rikardg in https://github.com/rikardg/bygg/pull/165
* Create status directory before writing cache file by rikardg in https://github.com/rikardg/bygg/pull/166
* Have --tree deal with non-existing entrypoints by rikardg in https://github.com/rikardg/bygg/pull/167
* Tree code cleanup by rikardg in https://github.com/rikardg/bygg/pull/168


**Full Changelog**: https://github.com/rikardg/bygg/compare/v0.5.0...v0.5.1

0.5.0

What's Changed
* Actions list in Byggfile.yml is no longer required by rikardg in https://github.com/rikardg/bygg/pull/156
* Add -vv to pytest config. by rikardg in https://github.com/rikardg/bygg/pull/157
* Adjust logging and output in apply_configuration.py. by rikardg in https://github.com/rikardg/bygg/pull/158
* Collect entrypoints from all Python environments by rikardg in https://github.com/rikardg/bygg/pull/159
* Use a constant for the default environment name. by rikardg in https://github.com/rikardg/bygg/pull/161
* Simplify is_restarted_with_env by rikardg in https://github.com/rikardg/bygg/pull/162


**Full Changelog**: https://github.com/rikardg/bygg/compare/v0.4.1...v0.5.0

0.4.1

What's Changed
* Restructure code in src/bygg/cmd by rikardg in https://github.com/rikardg/bygg/pull/150
* Improve documentation of action and action_set. by rikardg in https://github.com/rikardg/bygg/pull/151
* Add debug logging by rikardg in https://github.com/rikardg/bygg/pull/153
* Upgrade requirements by rikardg in https://github.com/rikardg/bygg/pull/155


**Full Changelog**: https://github.com/rikardg/bygg/compare/v0.4.0...v0.4.1

0.4.0

What's Changed
* Upgrade action-gh-release -> v2. by rikardg in https://github.com/rikardg/bygg/pull/122
* Spring cleaning by rikardg in https://github.com/rikardg/bygg/pull/123
* Use uv by rikardg in https://github.com/rikardg/bygg/pull/124
* Fix a few typos in README.md. by rikardg in https://github.com/rikardg/bygg/pull/125
* More cleaning by rikardg in https://github.com/rikardg/bygg/pull/126
* Test directory completions in examples by rikardg in https://github.com/rikardg/bygg/pull/129
* README updates by rikardg in https://github.com/rikardg/bygg/pull/130
* Lock Python patch versions to 3.11.8 and 3.12.2 by rikardg in https://github.com/rikardg/bygg/pull/137
* Have nox run pytest with -vv. by rikardg in https://github.com/rikardg/bygg/pull/135
* Move .tool-versions to .mise.toml by rikardg in https://github.com/rikardg/bygg/pull/136
* Upgrade argcomplete -> 3.3.0 and lock Python versions by rikardg in https://github.com/rikardg/bygg/pull/141
* Adjust action_set decorator by rikardg in https://github.com/rikardg/bygg/pull/140
* Add tests for digest functionality and fix a bug by rikardg in https://github.com/rikardg/bygg/pull/144
* More scheduler testing by rikardg in https://github.com/rikardg/bygg/pull/145
* File digests work by rikardg in https://github.com/rikardg/bygg/pull/147
* Add scheduler test for changed input + bug fix by rikardg in https://github.com/rikardg/bygg/pull/148
* Resolve symlinks before calculating file digest by rikardg in https://github.com/rikardg/bygg/pull/139
* Upgrade dev requirements by rikardg in https://github.com/rikardg/bygg/pull/149


**Full Changelog**: https://github.com/rikardg/bygg/compare/v0.3.2...v0.4.0

0.3.2

What's Changed
* Revise config-related documentation by rikardg in https://github.com/rikardg/bygg/pull/105
* Small renovation of the parametric example by rikardg in https://github.com/rikardg/bygg/pull/106
* Add test for nested change_dir contexts. by rikardg in https://github.com/rikardg/bygg/pull/103
* Port mypy.sh to Python by rikardg in https://github.com/rikardg/bygg/pull/107
* Clean up code in scheduler.py after running mypy by rikardg in https://github.com/rikardg/bygg/pull/108
* Clean up typing in argument_unparsing.py by rikardg in https://github.com/rikardg/bygg/pull/109
* Clean up code in apply_configuration.py by rikardg in https://github.com/rikardg/bygg/pull/110
* Declare Dag to be an abstract base class by rikardg in https://github.com/rikardg/bygg/pull/111
* Add --check-untyped defs to mypy.py. by rikardg in https://github.com/rikardg/bygg/pull/112
* Upgrade msgspec -> 0.18.5. by rikardg in https://github.com/rikardg/bygg/pull/113
* Upgrade argcomplete -> 3.2.1. by rikardg in https://github.com/rikardg/bygg/pull/114
* Correct typing of Dag.__len__ by rikardg in https://github.com/rikardg/bygg/pull/116
* Correct return types and values in completions.py by rikardg in https://github.com/rikardg/bygg/pull/117
* Upgrade dev requirements by rikardg in https://github.com/rikardg/bygg/pull/115
* Use uv if available by rikardg in https://github.com/rikardg/bygg/pull/118
* Upgrade requirements by rikardg in https://github.com/rikardg/bygg/pull/119
* Upgrade GitHub actions by rikardg in https://github.com/rikardg/bygg/pull/120
* Add macos-14 to the code-quality workflow by rikardg in https://github.com/rikardg/bygg/pull/121


**Full Changelog**: https://github.com/rikardg/bygg/compare/v0.3.1...v0.3.2

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.