Bygg

Latest version: v0.5.2

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

Scan your dependencies

Page 2 of 4

0.3.1

What's Changed
* Resolve preamble module load path by rikardg in https://github.com/rikardg/bygg/pull/104
* Action description fixes by rikardg in https://github.com/rikardg/bygg/pull/97


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

0.3.0

What's Changed
* Move the --tree argument to the build setup group by rikardg in https://github.com/rikardg/bygg/pull/96
* Remove nox from dev requirements by rikardg in https://github.com/rikardg/bygg/pull/99
* Upgrade argcomplete -> 3.1.6. by rikardg in https://github.com/rikardg/bygg/pull/98
* Minor fixes to README.md. by rikardg in https://github.com/rikardg/bygg/pull/100
* Add change_dir context manager by rikardg in https://github.com/rikardg/bygg/pull/101
* Renovate shell tab completion by rikardg in https://github.com/rikardg/bygg/pull/51


**Full Changelog**: https://github.com/rikardg/bygg/compare/v0.2.2...v0.3.0

0.2.2

What's Changed
* Handle non-existing entrypoints by rikardg in https://github.com/rikardg/bygg/pull/65
* Add dependency tree display by rikardg in https://github.com/rikardg/bygg/pull/66
* Move scheduler/action fixtures to conftest.py by rikardg in https://github.com/rikardg/bygg/pull/67
* Add snapshot tests for the --tree option by rikardg in https://github.com/rikardg/bygg/pull/68
* Upgrade dev dependencies by rikardg in https://github.com/rikardg/bygg/pull/69
* Use Ruff also as a formatter by rikardg in https://github.com/rikardg/bygg/pull/70
* Put the default action first in --list output by rikardg in https://github.com/rikardg/bygg/pull/71
* Add output of failing jobs by rikardg in https://github.com/rikardg/bygg/pull/72
* Output non-zero exit codes from ended jobs. by rikardg in https://github.com/rikardg/bygg/pull/73
* Add output from two of the example failing jobs. by rikardg in https://github.com/rikardg/bygg/pull/74
* Add comment to parametric example by rikardg in https://github.com/rikardg/bygg/pull/75
* Adjust entrypoints in examples/*/Byggfile.yml by rikardg in https://github.com/rikardg/bygg/pull/76
* Run Nox in matrix in the code quality workflow by rikardg in https://github.com/rikardg/bygg/pull/78
* Fix long argument handling in construct_exec_list by rikardg in https://github.com/rikardg/bygg/pull/79
* Silence environment creation by rikardg in https://github.com/rikardg/bygg/pull/80
* Add Python version shield to README.md. by rikardg in https://github.com/rikardg/bygg/pull/81
* Improve argument unparsing and command line reconstruction by rikardg in https://github.com/rikardg/bygg/pull/82
* Add functions for running subprocesses connected to a tty by rikardg in https://github.com/rikardg/bygg/pull/83
* Replace bootstrap.sh with bootstrap.py by rikardg in https://github.com/rikardg/bygg/pull/84
* Upgrade pip -> 23.3.1 by rikardg in https://github.com/rikardg/bygg/pull/85
* Add GitHub Actions job for pip-audit. by rikardg in https://github.com/rikardg/bygg/pull/86
* Only try to partition Byggfile.yml actions if there are any by rikardg in https://github.com/rikardg/bygg/pull/87
* Add VSCode launch.json file for debugging. by rikardg in https://github.com/rikardg/bygg/pull/88
* A few small fixes to README.md. by rikardg in https://github.com/rikardg/bygg/pull/89
* Move --list processing by rikardg in https://github.com/rikardg/bygg/pull/90
* Move load_python_build_file to where it's used. by rikardg in https://github.com/rikardg/bygg/pull/91
* Add tests for --list and --tree by rikardg in https://github.com/rikardg/bygg/pull/77
* Don't copy the .nox directory when running pytest by rikardg in https://github.com/rikardg/bygg/pull/92
* Add snapshot test for --dump-schema. by rikardg in https://github.com/rikardg/bygg/pull/94
* Add .gitignore for environments example. by rikardg in https://github.com/rikardg/bygg/pull/95
* Cleanup and fixes to entrypoints and dispatching by rikardg in https://github.com/rikardg/bygg/pull/93


**Full Changelog**: https://github.com/rikardg/bygg/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* Implement simple colour output by rikardg in https://github.com/rikardg/bygg/pull/52
* Cleaner listing of actions by rikardg in https://github.com/rikardg/bygg/pull/50
* Have bootstrap.sh exit on error. by rikardg in https://github.com/rikardg/bygg/pull/53
* Use graph-theory for the DAG implementation by rikardg in https://github.com/rikardg/bygg/pull/44
* Rework status output by rikardg in https://github.com/rikardg/bygg/pull/54
* Actions are entrypoints by default from YAML by rikardg in https://github.com/rikardg/bygg/pull/55
* Upgrade dev dependencies by rikardg in https://github.com/rikardg/bygg/pull/56
* Some minor updates and fixes to README.md. by rikardg in https://github.com/rikardg/bygg/pull/57
* Remove unused import by rikardg in https://github.com/rikardg/bygg/pull/58
* Remove scheduler and runner global objects by rikardg in https://github.com/rikardg/bygg/pull/59
* Add Ruff to the Code quality workflow. by rikardg in https://github.com/rikardg/bygg/pull/62
* Update VSCode settings for pytest. by rikardg in https://github.com/rikardg/bygg/pull/63
* Pytest work by rikardg in https://github.com/rikardg/bygg/pull/60
* Don't sleep in the parametric example in CI by rikardg in https://github.com/rikardg/bygg/pull/64


**Full Changelog**: https://github.com/rikardg/bygg/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* Package upgrades by rikardg in https://github.com/rikardg/bygg/pull/46
* Have nox stop on first error. by rikardg in https://github.com/rikardg/bygg/pull/47
* Correct Nox instructions. by rikardg in https://github.com/rikardg/bygg/pull/48
* Check by rikardg in https://github.com/rikardg/bygg/pull/49


**Full Changelog**: https://github.com/rikardg/bygg/compare/v0.1.3...v0.2.0

0.1.3

What's Changed
* Use sched_getaffinity to get the number of CPUs by rikardg in https://github.com/rikardg/bygg/pull/40
* Assert os.cpu_count return value by rikardg in https://github.com/rikardg/bygg/pull/41
* Add static type checking to GitHub workflows by rikardg in https://github.com/rikardg/bygg/pull/42
* Adjust README.md workflow status shield by rikardg in https://github.com/rikardg/bygg/pull/43
* Python 3.12 by rikardg in https://github.com/rikardg/bygg/pull/45


**Full Changelog**: https://github.com/rikardg/bygg/compare/v0.1.2...v0.1.3

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.