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: v6.4.0
Choose a base ref
...
head repository: voxpupuli/puppet-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 19 commits
  • 10 files changed
  • 5 contributors

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    8a8f98e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. modulesync 5.4.0

    bastelfreak committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6c20de3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Merge pull request #649 from voxpupuli/modulesync

    modulesync 5.4.0
    smortex authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    39f5df3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Fix pip installation on Gentoo

    The 'pip' package name is ambiguous on Gentoo, with options
    'app-misc/pip' and 'dev-python/pip', resulting in the following error
    during installation:
    
    > Error: /Stage[main]/Python::Install/Package[pip]: Could not evaluate:
    > More than one package with the specified name [pip], please use the
    > category parameter to disambiguate
    
    The error message directs us to use the `category` parameter, which this
    module already did; however, `category` is a "read-only parameter set by
    the package" [1].
    
    The correct way to disambiguate this package is to use the full package
    name, 'dev-python/pip'.
    
    [1] https://www.puppet.com/docs/puppet/7/types/package.html#package-attribute-category
    puppetjoy committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a3dafc7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #651 from jameslikeslinux/fix-gentoo-pip-install

    Fix pip installation on Gentoo
    kenyon authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    448fcab View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. modulesync 5.5.0

    maxadamo committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    4895041 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Merge pull request #654 from voxpupuli/modulesync

    modulesync 5.5.0
    bastelfreak authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    c5fe03e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Drop Puppet 6 support

    bastelfreak committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    db3c500 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Merge pull request #656 from voxpupuli/puppet7

    Drop Puppet 6 support
    bastelfreak authored May 10, 2023
    Configuration menu
    Copy the full SHA
    47a2190 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. modulesync 6.0.0

    bastelfreak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    9c1a922 View commit details
    Browse the repository at this point in the history
  2. Drop Debian 9 (EOL)

    smortex committed May 12, 2023
    Configuration menu
    Copy the full SHA
    71fa2ed View commit details
    Browse the repository at this point in the history
  3. Drop Ubuntu 16.04 (EOL)

    smortex committed May 12, 2023
    Configuration menu
    Copy the full SHA
    26b0348 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #659 from voxpupuli/ubuntu-1604

    Drop Ubuntu 16.04 (EOL)
    bastelfreak authored May 12, 2023
    Configuration menu
    Copy the full SHA
    175ac42 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    f0316cf View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Add Puppet 8 support

    bastelfreak committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ca03734 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    9cf4f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e15c54 View commit details
    Browse the repository at this point in the history
  3. Release 7.0.0

    smortex committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a3696d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    b816be4 View commit details
    Browse the repository at this point in the history
Loading