Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0.7 #726

Merged
merged 9 commits into from
Jun 1, 2024
Merged

Release 2.0.7 #726

merged 9 commits into from
Jun 1, 2024

Commits on Nov 20, 2023

  1. Fix glob

    Fixes #708
    
    glob.glob has many possible arguments but the current wrapping solution
    doesn't cover all them.
    
    This change directly passes all args (positional and kw) as-is to the
    wrapped function.
    Pistahh committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2e60b90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #709 from Pistahh/fix-glob

    Fix glob
    amoffat authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    48e7ad8 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Fix example code in docs

    Add _return_cmd attr since normal commands now return strings.
    
    Closes #717
    ecederstrand authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4b980af View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. drop use python<=3.7 syntax

    Despite what is mentioned in pyproject.toml that `sh` supports only
    python 3.8.x `sh` code still uses older syntax.
    Pass all code over `pyupgrade --py38`.
    
    Signed-off-by: Tomasz Kłoczko <[email protected]>
    kloczek committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    28a9762 View commit details
    Browse the repository at this point in the history
  2. make blak happy

    Signed-off-by: Tomasz Kłoczko <[email protected]>
    kloczek committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d667176 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #718 from kloczek/develop

    Modernize code to Python >= 3.8
    ecederstrand authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fe90d98 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. changelog for 2.0.7

    amoffat committed May 31, 2024
    Configuration menu
    Copy the full SHA
    39157b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2025cc2 View commit details
    Browse the repository at this point in the history
  3. use pypi trusted publishing

    amoffat committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a451ef8 View commit details
    Browse the repository at this point in the history