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: TheFenrisLycaon/python-fire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: google/python-fire
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.
  • 19 commits
  • 26 files changed
  • 3 contributors

Commits on Mar 23, 2025

  1. Use Neutral theme for Inspector (google#588)

    * Use Neutral theme for Inspector
    * Catch when theme_name not available
    dbieber authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    2e0867d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Update pylint requirement from <3.3.2 to <3.3.5 in /.github/scripts (g…

    …oogle#581)
    
    Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.
    - [Release notes](https://github.com/pylint-dev/pylint/releases)
    - [Commits](pylint-dev/pylint@pylint-version-0.18.1...v3.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: pylint
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    45152e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Configuration menu
    Copy the full SHA
    525708c View commit details
    Browse the repository at this point in the history
  2. Update hypothesis requirement in /.github/scripts (google#594)

    Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
    - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
    - [Commits](HypothesisWorks/hypothesis@hypothesis-ruby-0.0.1...hypothesis-python-6.130.6)
    
    ---
    updated-dependencies:
    - dependency-name: hypothesis
      dependency-version: 6.130.6
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    c5ab602 View commit details
    Browse the repository at this point in the history
  3. Update setuptools requirement in /.github/scripts (google#593)

    Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@0.6...v78.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-version: 78.1.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    8527235 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Call inspectutils.GetClassAttrsDict on component, not None (google#606)

    * inspectutils.GetClassAttrsDict on component, not None
    * Remove ubuntu-20.04 in favor of ubuntu-22.04 for Python 3.7
    dbieber authored May 21, 2025
    Configuration menu
    Copy the full SHA
    fb01c7c View commit details
    Browse the repository at this point in the history
  2. Update pylint requirement from <3.3.5 to <3.3.7 in /.github/scripts (g…

    …oogle#591)
    
    Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.
    - [Release notes](https://github.com/pylint-dev/pylint/releases)
    - [Commits](pylint-dev/pylint@pylint-version-0.18.1...v3.3.6)
    
    ---
    updated-dependencies:
    - dependency-name: pylint
      dependency-version: 3.3.6
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 21, 2025
    Configuration menu
    Copy the full SHA
    51974c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. Update hypothesis requirement in /.github/scripts (google#608)

    Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
    - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
    - [Commits](HypothesisWorks/hypothesis@hypothesis-ruby-0.0.1...hypothesis-python-6.132.0)
    
    ---
    updated-dependencies:
    - dependency-name: hypothesis
      dependency-version: 6.132.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 1, 2025
    Configuration menu
    Copy the full SHA
    dba7e1d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2025

  1. Bump version to 0.7.1 (google#609)

    * Bump version to 0.7.1
    
    * Bump dependency versions
    dbieber authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    2e6f8d2 View commit details
    Browse the repository at this point in the history
  2. Move to pyproject.toml (google#613)

    * Migrate from setup.py and setup.cfg to pyproject.toml
    * Point dependabot at the pyproject file
    dbieber authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    d33056c View commit details
    Browse the repository at this point in the history
  3. Use ty in place of pytype (google#617)

    * Use ty in place of pytype
    dbieber authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    8449619 View commit details
    Browse the repository at this point in the history
  4. Update hypothesis requirement from <6.133.0 to <6.136.0 (google#616)

    Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
    - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
    - [Commits](HypothesisWorks/hypothesis@hypothesis-ruby-0.0.1...hypothesis-python-6.135.33)
    
    ---
    updated-dependencies:
    - dependency-name: hypothesis
      dependency-version: 6.135.33
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    cec0119 View commit details
    Browse the repository at this point in the history
  5. Update pytest requirement from <=8.3.5 to <=8.4.1 (google#615)

    Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@1.0.0b3...8.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-version: 8.4.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    8c62e05 View commit details
    Browse the repository at this point in the history
  6. Update pylint requirement from <3.3.7 to <3.3.8 (google#614)

    Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.
    - [Release notes](https://github.com/pylint-dev/pylint/releases)
    - [Commits](pylint-dev/pylint@pylint-version-0.18.1...v3.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: pylint
      dependency-version: 3.3.7
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    86bf4ca View commit details
    Browse the repository at this point in the history
  7. Remove unused MANIFEST

    dbieber committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    ea8c7f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. Update email address

    dbieber committed Aug 16, 2025
    Configuration menu
    Copy the full SHA
    8ea2f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b28377 View commit details
    Browse the repository at this point in the history
  3. Update hypothesis requirement from <6.136.0 to <6.137.0 (google#621)

    Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
    - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
    - [Commits](HypothesisWorks/hypothesis@hypothesis-ruby-0.0.1...hypothesis-python-6.136.6)
    
    ---
    updated-dependencies:
    - dependency-name: hypothesis
      dependency-version: 6.136.6
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    27f41ac View commit details
    Browse the repository at this point in the history
  4. Add Python 3.13 and 3.14 checking in build workflow (google#623)

    * Add Python 3.13 and 3.14 checking in build workflow
    dbieber authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    716bbc2 View commit details
    Browse the repository at this point in the history
Loading