saltstack-formulas / salt-formula

Yes, Salt can Salt itself!
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
197 stars 423 forks source link

update freebsd package names #538

Closed llua closed 1 year ago

llua commented 1 year ago
% print $OSTYPE;pkg search 'py39-(pygit2|gitpython|dulwich|salt)'
freebsd13.0
py39-dulwich-0.19.16           Python implementation of the Git file formats and protocols
py39-gitpython-3.1.27          Python Git Library
py39-pygit2-1.8.0              Python bindings for libgit2
py39-salt-3004.2               Distributed remote execution and configuration management system
baby-gnu commented 1 year ago

Hello, could you amend your commit to follow the commit message formatting policy?

Do you have any idea why the default-freebsd-130-3004-0-py3 and the default-freebsd-123-3004-0-py3 tests are failing?

myii commented 1 year ago

Do you have any idea why the default-freebsd-130-3004-0-py3 and the default-freebsd-123-3004-0-py3 tests are failing?

@baby-gnu I know what the problem is: the pre-salted Vagrant boxes need to be updated for Python 3.9 (and 3004.2). I hope I can find some time for this soon -- worst case, this PR can be merged without it.

@llua A simple commit message fix would look like this:

-update freebsd package names
+feat(freebsd): update package names for Python 3.9
sticky-note commented 1 year ago

@myii @llua @baby-gnu Looks good for me. Go to merge this now

saltstack-formulas-travis commented 1 year ago

:tada: This PR is included in version 1.12.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: