voxpupuli / puppet-python

Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
https://forge.puppetlabs.com/puppet/python
Apache License 2.0
199 stars 370 forks source link

Support puppet-epel 5.0.0 dependency #671

Closed rridge532 closed 8 months ago

rridge532 commented 9 months ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

fixtures:
  forge_modules:
    stdlib:
      repo: "puppetlabs/stdlib"
      ref: "6.6.0"
    python:
      repo: "puppet/python"
      ref: "7.0.0"
    epel:
      repo: "puppet/epel"
      ref: "5.0.0"

What are you seeing

puppet-python currently only supports puppet-epel <5.0.0 but epel was updated to version 5.0.0 recently.

What behaviour did you expect instead

Support puppet-epel <6.0.0

Output log

Any additional information you'd like to impart

This versions only breaking change appears to be dropping support for Puppet 6 which was already dropped in puppet-python with 7.0.0 so should be fairly easy