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-trio/trio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.0
Choose a base ref
...
head repository: python-trio/trio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.1
Choose a head ref
  • 17 commits
  • 30 files changed
  • 7 contributors

Commits on Jul 5, 2024

  1. Start new cycle

    A5rocks committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    730d986 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3027 from A5rocks/release-0.26.0

    Bump version to 0.26.0
    A5rocks authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    563f685 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17b3644 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Bump dependencies from commit 17b364 (#3031)

    * Dependency updates
    
    * Use cffi 1.17.0rc1 for python 3.13 support
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: CoolCat467 <52022020+CoolCat467@users.noreply.github.com>
    github-actions[bot] and CoolCat467 authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    fbbfa2c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Switch to uv pip compile (#2958)

    * Switch to `uv pip compile`
    
    * Apply `uv`'s changes
    
    * Use `uv pip compile` for autodeps as well
    
    * Move uv to test-requirements and fix autodeps updating
    
    * Bootstrap `uv` install
    
    * Update `test-requrements.txt`
    
    * Remove manual pip install uv from autodeps as well
    
    * Attempt not including version specifier
    See #2958 (comment)
    
    * Revert "Attempt not including version specifier"
    
    This reverts commit 383729f.
    It did not work.
    
    * Fix requirements files
    
    * Update dependencies with new version of uv
    
    * Use latest commit of uv with `--no-strip-markers` support
    
    * Require future version of uv that does not currently exist
    
    * Update to uv `0.2.17`
    
    * Fix cffi
    
    * Apply suggestions from code review
    
    Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
    
    * Trigger CI
    
    ---------
    
    Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
    CoolCat467 and T-256 authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    72f5931 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#3034)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.5.2](astral-sh/ruff-pre-commit@v0.5.1...v0.5.2)
    
    * Use `is` instead of `==` for type comparison
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: CoolCat467 <52022020+CoolCat467@users.noreply.github.com>
    pre-commit-ci[bot] and CoolCat467 authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0c88bc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Use --universal flag with uv pip compile (#3032)

    * Use `--universal` flag with uv pip compile
    
    * Upgrade to uv `0.2.26`, fixed astral-sh/uv#4885
    
    * Update uv and remove `--no-strip-markers`
    Apparently `--universal` implies `--no-strip-markers`
    CoolCat467 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    a3e8665 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Jul 23, 2024

  1. Update to mypy 1.11.0

    CoolCat467 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    63ec886 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69819e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5861521 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3038 from CoolCat467/mypy-1.11.0

    Update to mypy 1.11.0
    Zac-HD authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e596c2a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. [pre-commit.ci] pre-commit autoupdate ruff-pre-commit: v0.5.4 → v0.5.5

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.4...v0.5.5)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    20f9291 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Use 3.12 for formatting check (#3049)

    * Use 3.12 for formatting check
    
    * Always install `exceptiongroups`
    
    * Install `exceptiongroup` always but not in tests
    
    * Use single quotes in compiled requirements
    A5rocks authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    2d0824f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e38a1e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Try out PyPI's trusted publishers (#2980)

    * Create release.yml
    
    * Update documentation
    
    * Try out a seperate build
    
    * Add changelog entry
    
    * Fix formatting
    
    * I forgot that wheels aren't .zips
    
    * PR feedback
    
    Co-authored-by: webknjaz < webknjaz+github/profile@redhat.com >
    
    ---------
    
    Co-authored-by: webknjaz <webknjaz+github/profile@redhat.com>
    A5rocks and webknjaz authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3a4f7bd View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.26.1

    A5rocks committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8bff294 View commit details
    Browse the repository at this point in the history
Loading