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.3.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: v6.4.0
Choose a head ref
  • 19 commits
  • 17 files changed
  • 6 contributors

Commits on Jul 18, 2022

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

Commits on Aug 31, 2022

  1. Add extra_index parameter to python::pip

    Add extra_index parameter to python::pip, corresponding to the pip
    command line option --extra-index-url, allowing packages to be
    installed from a local repository while dependencies are pulled
    from pypi.
    ookisan committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    42be1f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #640 from ookisan/python-pip-add-extra-index-param…

    …eter
    
    Add extra_index parameter to python::pip
    bastelfreak authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    c47ce1e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Add prompt parameter to python::pyvenv

    Add a prompt parameter to python::pyvenv that uses the --prompt
    command-line argument available in the venv module in Python 3.6
    and later, to set the prompt shown when the virtualenv is active.
    ookisan committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    bd3f212 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    380a434 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    d305819 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #639 from saz/pip-resolver

    use legacy pip resolver for pip versions < 21.1 > 20.2.4
    bastelfreak authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b7236a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. modulesync 5.3.0

    bastelfreak committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    54ecdda View commit details
    Browse the repository at this point in the history
  2. Merge pull request #644 from voxpupuli/modulesync

    modulesync 5.3.0
    bastelfreak authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    5165021 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Fix linting complaints

    ananace committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    a18248f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #646 from ananace/lint-fixes

    Fix linting complaints
    ekohl authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    5eb38c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. cleanup acceptance tests

    this module effectivly only supports python 3, which is also the default
    in the init.pp. we do not need to specify it in the tests.
    bastelfreak committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    c0829d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #647 from bastelfreak/tests

    cleanup acceptance tests
    bastelfreak authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    e5d11e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b78b4c9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #642 from bastelfreak/arch

    Implement Arch Linux support
    bastelfreak authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    57266bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80adc63 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #648 from bastelfreak/foo

    move static data from params.pp to init.pp
    bastelfreak authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    6824e0f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Release 6.4.0

    ananace authored and bastelfreak committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    dad309c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #645 from ananace/rel631

    Release 6.4.0
    bastelfreak authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    bcbf6f8 View commit details
    Browse the repository at this point in the history
Loading