Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voxpupuli/puppet-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: chgarling/puppet-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 10, 2017

  1. Fixed python::virtualenv

    * added ${pip_cmd} install --upgrade pip to have a recent pip version installed, the python::virtualenv function failed with pip 1.4.1
    * replaced --no-use-wheel with --no-binary :all: as a dependency of recent pip version
    Christian Garling committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    c7cf560 View commit details
    Browse the repository at this point in the history
  2. Support latest Puppet v3 and last five releases of Puppet v4

    Use actual versions of ruby that are supported, so 2.1.9 instead of
    2.1.0 and remove 2.3.1 as it never made it into Puppet v4.
    ghoneycutt authored and Christian Garling committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    93f9ecf View commit details
    Browse the repository at this point in the history
  3. Comply with style

    ghoneycutt authored and Christian Garling committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    4888e54 View commit details
    Browse the repository at this point in the history
  4. Fix failing spec tests

    ghoneycutt authored and Christian Garling committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    4829aeb View commit details
    Browse the repository at this point in the history
  5. Validate ruby files under spec/

    ghoneycutt authored and Christian Garling committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    77b0975 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/master'

    Christian Garling committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    57c4e05 View commit details
    Browse the repository at this point in the history
Loading