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: mwgamble/flake8-requirements
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: arkq/flake8-requirements
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.
  • 18 commits
  • 16 files changed
  • 7 contributors

Commits on Jan 12, 2023

  1. Switch from 'toml' package to tomli/tomllib

    Python 3.11 comes with built-in support for TOML. It's an almost direct
    import of the tomli package. As the 'toml' library is unmaintained, and
    tomli has the same interface as what's in the standard library, this
    switches the TOML support to a supported library with a minimum of fuss.
    
    Tomllib requires files to be opened in 'rb' mode, so the relevant tests
    had to be updated accordingly.
    mwgamble authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    978e205 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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

Commits on May 15, 2023

  1. Fix auto-detected module name generation

    In most cases conventional "python-" prefix used in project names is
    not used in exported module names. However, there are some exceptions
    and we have to account for that.
    
    Fixes arkq#74
    arkq committed May 15, 2023
    Configuration menu
    Copy the full SHA
    bac0b04 View commit details
    Browse the repository at this point in the history
  2. Drop support for unmaintained python2

    Closes arkq#71
    arkq committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8d58340 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    d818bfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b47c13 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 6, 2024

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

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    f36956e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    894d7f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Mar 27, 2024

  1. Bump version to 2.1.1

    arkq committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f7f0c97 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add support for dynamic dependencies (arkq#91)

    The dynamic dependencies are part of pep621.
    For now only the setuptools supports dynamic dependencies.
    Because of that the implementation is somehow dependent on setuptools.
    When other tool adds support for dynamic dependencies
    only the part for gathering of the dependencies has to be changed.
    miAndreev authored May 8, 2024
    Configuration menu
    Copy the full SHA
    752581c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jan 13, 2025

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

Commits on Jan 14, 2025

  1. Configuration menu
    Copy the full SHA
    792137a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f607e61 View commit details
    Browse the repository at this point in the history
Loading