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: python-virtualenvwrapper/virtualenvwrapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0.0.0a3
Choose a base ref
...
head repository: python-virtualenvwrapper/virtualenvwrapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.0.0a4
Choose a head ref
  • 13 commits
  • 6 files changed
  • 5 contributors

Commits on Dec 11, 2023

  1. Bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1f329ee View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Merge pull request #84 from python-virtualenvwrapper/dependabot/githu…

    …b_actions/actions/setup-python-5
    
    Bump actions/setup-python from 4 to 5
    mergify[bot] authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0332d4a View commit details
    Browse the repository at this point in the history
  2. Fix shell completion on FreeBSD

    sed on FreeBSD does not support '\s', and gives the error:
    "sed: 1: "/^\s*$/d": RE error: trailing backslash (\)"
    
    Fix by using POSIX bracket expression '[[:space:]]'
    bendikro authored and dhellmann committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    8012c54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b731ff View commit details
    Browse the repository at this point in the history
  4. Improve error message for IOErrors

    kerel-fs authored and dhellmann committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    15062c7 View commit details
    Browse the repository at this point in the history
  5. fix linter issue

    dhellmann committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    389610e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #86 from dhellmann/retry-79

    Fix shell completion on FreeBSD
    dhellmann authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    114896a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #85 from dhellmann/py-3-12

    add python 3.12 to test matrix
    dhellmann authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    513621b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #87 from dhellmann/retry-81

    Improve error message for IOErrors
    dhellmann authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0b60b4d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4e8f4b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dde918a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d514e8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #88 from dhellmann/auto-approve

    set up automatic approval rules for mergify
    dhellmann authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    dfb573a View commit details
    Browse the repository at this point in the history
Loading