Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump bpy-addon-build from 0.2.1 to 0.3.0 #14

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps bpy-addon-build from 0.2.1 to 0.3.0.

Release notes

Sourced from bpy-addon-build's releases.

BpyBuild rewrite

BpyBuild has been completely rewritten from scratch to make it more ergonomic for developers.

Changelog (generated by git-cliff)

[0.3.0] - 2024-02-02

Fix: Fixed issue with not finding .X0 versions

Test: Added 2.8 to test file

[0.3.0-alpha-2] - 2023-12-19

[0.3.0-alpha-1] - 2023-09-03

Added support for auto-installing

Working on my birthday... sigh

Anyway, Bpy-Build now supports automatically installing to specific Blender versions, either through the install_versions tag or the -v argument. Now Bpy-Build's basic functionality has been returned, yay...

Also happy birthday to me ^_^

Changed actions to be Python based

Python based actions means less code to maintain on my end, and more flexibility on the developer's end, win-win.

Now instead of forcing developers to use a limited subset of commands and non-portable shell commands (curse you Windows), developers can now define actions in Python like any regular Python script. No API, no nothing, just the assumption that the script will be ran in the intermediate directory.

Updated test recipe in Justfile

Changes to actions syntax

To make parsing easier, actions will now have the following syntax: !action

This is not yet final, especially as I learn more on how YAML works, but the final version will likely be simmilar.

Added basic argument parsing and attrs dependency

Since none of the existing libraries for argument parsing have quite

... (truncated)

Changelog

Sourced from bpy-addon-build's changelog.

Changelog

[0.3.0-alpha-1] - 2023-09-03

Added support for auto-installing

Working on my birthday... sigh

Anyway, Bpy-Build now supports automatically installing to specific Blender versions, either through the install_versions tag or the -v argument. Now Bpy-Build's basic functionality has been returned, yay...

Also happy birthday to me ^_^

Changed actions to be Python based

Python based actions means less code to maintain on my end, and more flexibility on the developer's end, win-win.

Now instead of forcing developers to use a limited subset of commands and non-portable shell commands (curse you Windows), developers can now define actions in Python like any regular Python script. No API, no nothing, just the assumption that the script will be ran in the intermediate directory.

Updated test recipe in Justfile

Changes to actions syntax

To make parsing easier, actions will now have the following syntax: !action

This is not yet final, especially as I learn more on how YAML works, but the final version will likely be simmilar.

Added basic argument parsing and attrs dependency

Since none of the existing libraries for argument parsing have quite what I want, I decided to write my own argument parser in Python using a class and attrs (https://www.attrs.org).

Why attrs instead of regular dataclasses? While dataclasses are based on attrs design wise, attrs has the following advantages:

  • Better defaults (good defaults are important)
  • Fine control over the class, but nothing too complicated
  • Version independence

The last one is important. Bpy-Build needs to support Python 3.9 and above. Many good dataclass features meanwhile are 3.10+ however, which

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 5, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/bpy-addon-build-0.3.0 branch from dd58255 to 0bd6bbf Compare February 6, 2024 20:20
Bumps [bpy-addon-build](https://github.com/StandingPadAnimations/bpy-build) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/StandingPadAnimations/bpy-build/releases)
- [Changelog](https://github.com/Moo-Ack-Productions/bpy-build/blob/main/CHANGELOG.txt)
- [Commits](https://github.com/StandingPadAnimations/bpy-build/commits/v0.3.0)

---
updated-dependencies:
- dependency-name: bpy-addon-build
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/bpy-addon-build-0.3.0 branch from 0bd6bbf to b6a62ad Compare February 12, 2024 07:04
@florianvazelle florianvazelle merged commit 9fe7902 into main Feb 12, 2024
4 checks passed
@florianvazelle florianvazelle deleted the dependabot/pip/bpy-addon-build-0.3.0 branch February 12, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant