Browse Source

feat(freebsd): update package names for Python 3.9

% 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
tags/v1.12.0
Eric Cook 2 years ago
parent
commit
2881fdd811
4 changed files with 28 additions and 28 deletions
  1. +9
    -9
      salt/osmap.yaml
  2. +1
    -1
      test/integration/default/controls/pkgs_spec.rb
  3. +9
    -9
      test/integration/default/files/_mapdata/freebsd-12.yaml
  4. +9
    -9
      test/integration/default/files/_mapdata/freebsd-13.yaml

+ 9
- 9
salt/osmap.yaml View File

salt_minion_macos_plist_hash: 26b33da12e0d8960ee96b488c8352002c22a377c19bf3df3f986a1e49eca8b20 salt_minion_macos_plist_hash: 26b33da12e0d8960ee96b488c8352002c22a377c19bf3df3f986a1e49eca8b20


FreeBSD: FreeBSD:
salt_master: py38-salt
salt_minion: py38-salt
salt_syndic: py38-salt
salt_cloud: py38-salt
salt_api: py38-salt
salt_ssh: py38-salt
python_git: py38-gitpython
pygit2: py38-pygit2
python_dulwich: py38-dulwich
salt_master: py39-salt
salt_minion: py39-salt
salt_syndic: py39-salt
salt_cloud: py39-salt
salt_api: py39-salt
salt_ssh: py39-salt
python_git: py39-gitpython
pygit2: py39-pygit2
python_dulwich: py39-dulwich


# If `osfingermap.yaml` is introduced in the future, perhaps better to move to there, # If `osfingermap.yaml` is introduced in the future, perhaps better to move to there,
# since this is probably specific to `OpenBSD-6` # since this is probably specific to `OpenBSD-6`

+ 1
- 1
test/integration/default/controls/pkgs_spec.rb View File

when 'arch' when 'arch'
%w[salt] %w[salt]
when /bsd$/ when /bsd$/
%w[py38-salt]
%w[py39-salt]
when 'windows' when 'windows'
['Salt Minion'] ['Salt Minion']
when 'mac_os_x' when 'mac_os_x'

+ 9
- 9
test/integration/default/files/_mapdata/freebsd-12.yaml View File

pin_version: false pin_version: false
pkgrepo: '' pkgrepo: ''
py_ver: py3 py_ver: py3
pygit2: py38-pygit2
python_dulwich: py38-dulwich
python_git: py38-gitpython
pygit2: py39-pygit2
python_dulwich: py39-dulwich
python_git: py39-gitpython
release: '3004' release: '3004'
restart_via_at: false restart_via_at: false
retry_options: retry_options:
until: true until: true
rootgroup: wheel rootgroup: wheel
rootuser: root rootuser: root
salt_api: py38-salt
salt_cloud: py38-salt
salt_master: py38-salt
salt_api: py39-salt
salt_cloud: py39-salt
salt_master: py39-salt
salt_master_macos_plist_hash: '' salt_master_macos_plist_hash: ''
salt_minion: py38-salt
salt_minion: py39-salt
salt_minion_macos_plist_hash: '' salt_minion_macos_plist_hash: ''
salt_ssh: py38-salt
salt_syndic: py38-salt
salt_ssh: py39-salt
salt_syndic: py39-salt
ssh_roster: {} ssh_roster: {}
syndic_service: salt_syndic syndic_service: salt_syndic
use_pip: false use_pip: false

+ 9
- 9
test/integration/default/files/_mapdata/freebsd-13.yaml View File

pin_version: false pin_version: false
pkgrepo: '' pkgrepo: ''
py_ver: py3 py_ver: py3
pygit2: py38-pygit2
python_dulwich: py38-dulwich
python_git: py38-gitpython
pygit2: py39-pygit2
python_dulwich: py39-dulwich
python_git: py39-gitpython
release: '3004' release: '3004'
restart_via_at: false restart_via_at: false
retry_options: retry_options:
until: true until: true
rootgroup: wheel rootgroup: wheel
rootuser: root rootuser: root
salt_api: py38-salt
salt_cloud: py38-salt
salt_master: py38-salt
salt_api: py39-salt
salt_cloud: py39-salt
salt_master: py39-salt
salt_master_macos_plist_hash: '' salt_master_macos_plist_hash: ''
salt_minion: py38-salt
salt_minion: py39-salt
salt_minion_macos_plist_hash: '' salt_minion_macos_plist_hash: ''
salt_ssh: py38-salt
salt_syndic: py38-salt
salt_ssh: py39-salt
salt_syndic: py39-salt
ssh_roster: {} ssh_roster: {}
syndic_service: salt_syndic syndic_service: salt_syndic
use_pip: false use_pip: false

Loading…
Cancel
Save