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: kenyon/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: voxpupuli/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.
  • 16 commits
  • 16 files changed
  • 6 contributors

Commits on Sep 28, 2025

  1. init.pp: remove useless exec with default title

    Per the docs, the special value `default` sets default attribute
    values for other resource bodies in the same expression. There are no
    resources in this expression so it doesn't do anything. This was
    probably intended to be a "legacy-style default, but the style guide
    says to avoid these anyway.
    kenyon committed Sep 28, 2025
    Configuration menu
    Copy the full SHA
    f99d48d View commit details
    Browse the repository at this point in the history
  2. Merge pull request voxpupuli#735 from kenyon/remove-useless-exec-default

    `init.pp`: remove useless `exec` with `default` title that was trying to set a default `umask`
    kenyon authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    c7575c2 View commit details
    Browse the repository at this point in the history
  3. modulesync 10.3.0

    pccibot authored and kenyon committed Sep 28, 2025
    Configuration menu
    Copy the full SHA
    a8114de View commit details
    Browse the repository at this point in the history
  4. Merge pull request voxpupuli#734 from voxpupuli/modulesync

    modulesync 10.3.0
    kenyon authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    91ec661 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. modulesync 10.4.0

    pccibot committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    c73bf33 View commit details
    Browse the repository at this point in the history
  2. Merge pull request voxpupuli#737 from voxpupuli/modulesync

    modulesync 10.4.0
    kenyon authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    39ea9d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Making sure group ownership is not set to 'root' only, with this can …

    …handle 'wheel' in FreeBSD
    Szparki committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    f50e440 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. Updating REFERENCE.md

    Szparki authored and smortex committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    e895f49 View commit details
    Browse the repository at this point in the history
  2. Include python class before testing python::dotfile

    If the python class was not included in the catalog first,
    python::params has not been loaded, so the required group is undef
    causing compilation failure.
    smortex committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    5c5a5bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request voxpupuli#739 from Szparki/fix-group

    Fix group ownership for pip.conf on FreeBSD
    smortex authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    40a84a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Do not pass --log to pip install

    When passing a `--log` option to `pip install`, _verbose_ logging is
    appended to the specified file, and the default logging captured by
    puppet is _quitter_ than the default.
    
    When an installation error occur, the quieter output does not contain
    the reason for the failure, and inspection of the log file is necessary
    to determine the reason of the error.  This is impractical in CI systems
    where this file cannot be retrieved easily, and makes fixing regressions
    harder.
    
    On production systems, this log is also mostly useless since projects
    dependencies versions are generally expected to be found in the
    requirement file used for installation in order for deployments to be
    reproducible.
    smortex committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    5b3d64e View commit details
    Browse the repository at this point in the history
  2. Merge pull request voxpupuli#736 from voxpupuli/do-not-redirect-logs

    Do not pass `--log` to `pip install`
    smortex authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    f6198cf View commit details
    Browse the repository at this point in the history
  3. Add support for Debian 13

    smortex committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    b3fb50e View commit details
    Browse the repository at this point in the history
  4. Merge pull request voxpupuli#740 from voxpupuli/debian-13

    Add support for Debian 13
    bastelfreak authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    f88f28a View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. modulesync 10.5.0

    pccibot committed Dec 29, 2025
    Configuration menu
    Copy the full SHA
    a7f4291 View commit details
    Browse the repository at this point in the history
  2. Merge pull request voxpupuli#741 from voxpupuli/modulesync

    modulesync 10.5.0
    bastelfreak authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    46c7b72 View commit details
    Browse the repository at this point in the history
Loading