Thanks to visit codestin.com
Credit goes to github.com

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: crate/crate-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: crate/crate-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.1
Choose a head ref
  • 6 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 7, 2024

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

Commits on Nov 12, 2024

  1. Update poethepoet requirement from <0.30 to <0.31

    Updates the requirements on [poethepoet](https://github.com/nat-n/poethepoet) to permit the latest version.
    - [Release notes](https://github.com/nat-n/poethepoet/releases)
    - [Commits](nat-n/poethepoet@v0.1.0...v0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: poethepoet
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and amotl committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    313dd6f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Python: Fix "implicit namespace packages" migration

    ... by omitting `__init__.py` from `crate` namespace package altogether,
    see "PEP 420" [1] and "Package Discovery and Namespace Package » Finding
    namespace packages" [2].
    
    [1] https://peps.python.org/pep-0420/
    [2] https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#namespace-packages
    amotl committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a126030 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Chore: Suppress unqualified CodeQL admonitions

    GitHub's CodeQL flags [1] those spots with "Unused global variable" [2].
    
    Based on a suggestion [3], this patch attempts to use the
    `advanced-security/dismiss-alerts` [4] GitHub Action recipe to provide
    measures to suppress CodeQL flagging by using inline code annotations.
    
    [1] https://github.com/crate/crate-python/security/code-scanning
    [2] https://codeql.github.com/codeql-query-help/python/py-unused-global-variable/
    [3] Issue 11427 at https://github.com/github/codeql/issues
    [4] https://github.com/advanced-security/dismiss-alerts
    amotl committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    69b8b69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    854c1da View commit details
    Browse the repository at this point in the history
  3. Release 1.0.1

    amotl committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    b2804d4 View commit details
    Browse the repository at this point in the history
Loading