Comparing 6a86736...4608b55 · python-thread/thread · GitHub
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: python-thread/thread
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6a86736
Choose a base ref
...
head repository: python-thread/thread
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4608b55
Choose a head ref
  • 6 commits
  • 14 files changed
  • 3 contributors

Commits on Jul 13, 2024

  1. chore(deps-dev): bump zipp from 3.18.2 to 3.19.1 in the pip group (#140)

    Bumps the pip group with 1 update: [zipp](https://github.com/jaraco/zipp).
    
    
    Updates `zipp` from 3.18.2 to 3.19.1
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.18.2...v3.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: zipp
      dependency-type: indirect
      dependency-group: pip
    ...
    
    Reviewed-by: AlexNg <contact@ngjx.org>
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    2ade4f2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump next from 14.1.1 to 14.2.4 (#124)

    Bumps [next](https://github.com/vercel/next.js) from 14.1.1 to 14.2.4.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.1.1...v14.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Reviewed-by: AlexNg <contact@ngjx.org>
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    6e950a7 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Update dependencies

    * exceptiongroup 1.2.1 -> 1.2.2
    * importlib-metadata 7.1.0 -> 8.0.0
    * packaging 24.0 -> 24.1
    * zipp 3.19.1 -> 3.19.2
    
    ---
    
    Signed-off-by: AlexNg <contact@ngjx.org>
    caffeine-addictt committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    a6858ff View commit details
    Browse the repository at this point in the history
  4. revert: Manually define version

    This fixes #141 where compiling python with nuitka with --standalone
    flag causes runtime errors with importlib.metadata.
    
    This patch also removes the now unneeded importlib-metadata dependency
    
    Thanks to Abdullah Albanna <albannaa78@gmail.com> who raised this issue
    and helped out in debugging.
    
    ---
    
    Fixes #141
    Co-authored-by: Abdullah Albanna <albannaa78@gmail.com>
    Signed-off-by: AlexNg <contact@ngjx.org>
    caffeine-addictt and abdullah-albanna committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    990923c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7eba41c View commit details
    Browse the repository at this point in the history
  6. fix: Resolve version manually (#143)

    [*] Updating some dependencies
      - exceptiongroup 1.2.1 -> 1.2.2
      - importlib-metadata 7.1.0 -> 8.0.0
      - packaging 24.0 -> 24.1
      - zipp 3.19.1 -> 3.19.2
    
    [*] revert: Manually define version
      This fixes #141 where compiling python with nuitka with --standalone
      flag causes runtime errors with importlib.metadata.
    
      This patch also removes the now unneeded importlib-metadata dependency
    
      Thanks to Abdullah Albanna <albannaa78@gmail.com> who raised this issue
      and helped out in debugging.
    
    [*] Bump version v2.0.4 -> v2.0.5
    
    ---
    
    Fixes #141
    Co-authored-by: Abdullah Albanna <albannaa78@gmail.com>
    Signed-off-by: AlexNg <contact@ngjx.org>
    caffeine-addictt and abdullah-albanna authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    4608b55 View commit details
    Browse the repository at this point in the history
Loading