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: rspeer/python-ftfy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.0
Choose a base ref
...
head repository: rspeer/python-ftfy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.1
Choose a head ref
  • 16 commits
  • 29 files changed
  • 2 contributors

Commits on Mar 15, 2024

  1. fix date in changelog

    rspeer committed Mar 15, 2024
    Copy the full SHA
    1e3c961 View commit details
  2. Copy the full SHA
    0e23cae View commit details

Commits on Apr 3, 2024

  1. fix pyproject.toml not to install stray files into site-packages

    Fix the `include` directives in `pyproject.toml` to include the relevant
    files in `sdist` archives only and not in wheels, where they end up
    being installed straight into site-packages, e.g. as:
    
        /usr/lib/python3.12/site-packages/CHANGELOG.md
        /usr/lib/python3.12/site-packages/README.md
    mgorny committed Apr 3, 2024
    Copy the full SHA
    4ef6eee View commit details
  2. remove redundant poetry use from tests

    Do not invoke the executable via `poetry` in tests, as it is redundant
    and introduces unnecessary dependency on `poetry` when the package
    is installed via PEP517 installer or `tox`.  When using `poetry`, one
    needs to explicitly execute `poetry install` anyway and this causes
    the executable to be installed.  Furthermore, the common way of running
    pytest via poetry is to execute:
    
        poetry run pytest
    
    causing nesting in CLI tests.
    mgorny committed Apr 3, 2024
    Copy the full SHA
    f115a8b View commit details
  3. Copy the full SHA
    e4f8d14 View commit details

Commits on Aug 5, 2024

  1. Merge pull request #204 from mgorny/poetry-include

    fix pyproject.toml not to install stray files into site-packages
    rspeer authored Aug 5, 2024
    Copy the full SHA
    1e3f644 View commit details
  2. Merge pull request #205 from mgorny/test-fix

    Test fixes
    rspeer authored Aug 5, 2024
    Copy the full SHA
    e3aca4e View commit details
  3. update dev dependencies

    rspeer committed Aug 5, 2024
    Copy the full SHA
    92f8dd3 View commit details
  4. update versions

    rspeer committed Aug 5, 2024
    Copy the full SHA
    97fae5b View commit details
  5. use a new file for CLI tests

    rspeer committed Aug 5, 2024
    Copy the full SHA
    dd63b8a View commit details
  6. Copy the full SHA
    afcf00e View commit details
  7. ruff format

    rspeer committed Aug 5, 2024
    Copy the full SHA
    23c05ab View commit details
  8. apply ruff fixes

    rspeer committed Aug 5, 2024
    Copy the full SHA
    b54895e View commit details
  9. more ruff fixes

    rspeer committed Aug 5, 2024
    Copy the full SHA
    e60f546 View commit details
  10. lots of type annotation fixes

    rspeer committed Aug 5, 2024
    Copy the full SHA
    6ccfaa4 View commit details

Commits on Aug 6, 2024

  1. add github action

    rspeer committed Aug 6, 2024
    Copy the full SHA
    e9ff959 View commit details
Loading