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: aio-libs/yarl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.2
Choose a base ref
...
head repository: aio-libs/yarl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.3
Choose a head ref

Commits on May 22, 2023

  1. Copy the full SHA
    723a5ba View commit details

Commits on May 27, 2023

  1. Copy the full SHA
    b4ea98a View commit details

Commits on Jun 6, 2023

  1. Bump mypy from 1.2.0 to 1.3.0 (#867)

    Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.3.0.
    - [Commits](python/mypy@v1.2.0...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2023
    Copy the full SHA
    a1002b8 View commit details
  2. Bump codecov/codecov-action from 3.1.3 to 3.1.4 (#869)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3.1.3...v3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2023
    Copy the full SHA
    9521c84 View commit details
  3. Bump cython from 0.29.34 to 0.29.35 (#874)

    Bumps [cython](https://github.com/cython/cython) from 0.29.34 to 0.29.35.
    - [Release notes](https://github.com/cython/cython/releases)
    - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
    - [Commits](cython/cython@0.29.34...0.29.35)
    
    ---
    updated-dependencies:
    - dependency-name: cython
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2023
    Copy the full SHA
    890af2a View commit details
  4. Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 (#878)

    Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.3 to 2.13.0.
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v2.12.3...v2.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2023
    Copy the full SHA
    54ac98a View commit details
  5. Bump typing-extensions from 4.5.0 to 4.6.3 (#879)

    Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.5.0 to 4.6.3.
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](python/typing_extensions@4.5.0...4.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: typing-extensions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2023
    Copy the full SHA
    b01175a View commit details
  6. Bump sphinx from 6.2.1 to 7.0.1 (#868)

    Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.2.1 to 7.0.1.
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
    - [Commits](sphinx-doc/sphinx@v6.2.1...v7.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2023
    Copy the full SHA
    1d03a63 View commit details

Commits on Jun 7, 2023

  1. Python 3.12 compatibility (#881)

    * Add 3.12 to the CI test matrix.
    * Ignore depr warnings inside pytest on 3.12
    * Upgrade cython to 3.0.0b3
    mjpieters authored Jun 7, 2023
    Copy the full SHA
    15f2455 View commit details
  2. Copy the full SHA
    c3111ef View commit details
  3. Copy the full SHA
    1f2cd22 View commit details

Commits on Jun 11, 2023

  1. Copy the full SHA
    53d01a2 View commit details
  2. 🔥 Drop wheel from sdist build deps

    It is auto-added by `setuptools`' build backend when building wheels
    but is absolutely unnecessary when building an sdist.
    webknjaz committed Jun 11, 2023
    Copy the full SHA
    a11bb52 View commit details
  3. Copy the full SHA
    fe9c47e View commit details

Commits on Jun 12, 2023

  1. 📦🎨 Move package attrs to declarative config

    This cleans up `setup.py`, keeping only things that are hard to move.
    It puts all possible attrs into `setup.cfg`. It doesn't attempt
    making use of `pyproject.toml` for this purpose because it's easier to
    maintain separate configs in dedicated files, on scale.
    webknjaz committed Jun 12, 2023
    Copy the full SHA
    97d0d37 View commit details
  2. Copy the full SHA
    4938032 View commit details

Commits on Jun 14, 2023

  1. Bump towncrier from 22.12.0 to 23.6.0 (#885)

    Bumps [towncrier](https://github.com/twisted/towncrier) from 22.12.0 to 23.6.0.
    - [Release notes](https://github.com/twisted/towncrier/releases)
    - [Changelog](https://github.com/twisted/towncrier/blob/trunk/NEWS.rst)
    - [Commits](twisted/towncrier@22.12.0...23.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: towncrier
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 14, 2023
    Copy the full SHA
    0c6830e View commit details
  2. Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 (#888)

    Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.13.0 to 2.13.1.
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v2.13.0...v2.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 14, 2023
    Copy the full SHA
    8451c5b View commit details
  3. Correct square bracket handling in URL netloc (#882)

    - The human representation of usernames and passwords should percent-
      encode square brackets.
    - Clean up the test suite to remove tests that use invalid hostnames
      (square brackets in a host name must only be used for IPv6 addresses).
    - Rename the remaining test using IPvFuture address syntax to make this
      explicit.
    - Drop a test for IPv6 addresses with a zone id; zone id support is
      controversial and expilictly excluded from the WHATWG URL standard.
      Zone ids *without percent characters in their name* continue to work
      as long as urllib.parse.urlsplit() accepts them but this is not
      something that yarl.URL() needs to support explicitly.
    mjpieters authored Jun 14, 2023
    Copy the full SHA
    0a94c6e View commit details
  4. Bump pytest from 7.3.1 to 7.3.2 (#889)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.3.2.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.3.1...7.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 14, 2023
    Copy the full SHA
    c20808a View commit details

Commits on Jun 17, 2023

  1. Update type hints (#891)

    - `explicit_port` and `__bytes__` were missing
    - `joinpath()` takes an optional `encoded` argument
    mjpieters authored Jun 17, 2023
    Copy the full SHA
    63dbf3e View commit details
  2. Bump pre-commit from 3.3.2 to 3.3.3 (#892)

    Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.2 to 3.3.3.
    - [Release notes](https://github.com/pre-commit/pre-commit/releases)
    - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
    - [Commits](pre-commit/pre-commit@v3.3.2...v3.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 17, 2023
    Copy the full SHA
    be705e8 View commit details

Commits on Jul 9, 2023

  1. Copy the full SHA
    9dd0333 View commit details

Commits on Jul 10, 2023

  1. Bump pypa/cibuildwheel from 2.13.1 to 2.14.0 (#903)

    Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.13.1 to 2.14.0.
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v2.13.1...v2.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 10, 2023
    Copy the full SHA
    7197895 View commit details

Commits on Jul 12, 2023

  1. Bump cython from 3.0.0b3 to 3.0.0rc1 (#904)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 12, 2023
    Copy the full SHA
    de83b7d View commit details

Commits on Jul 16, 2023

  1. Bump cython from 3.0.0rc1 to 3.0.0rc2 (#905)

    Bumps [cython](https://github.com/cython/cython) from 3.0.0rc1 to 3.0.0rc2.
    - [Release notes](https://github.com/cython/cython/releases)
    - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
    - [Commits](cython/cython@3.0.0rc1...3.0.0rc2)
    
    ---
    updated-dependencies:
    - dependency-name: cython
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2023
    Copy the full SHA
    40cf334 View commit details
  2. Bump typing-extensions from 4.6.3 to 4.7.1 (#901)

    Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.6.3 to 4.7.1.
    - [Release notes](https://github.com/python/typing_extensions/releases)
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](python/typing_extensions@4.6.3...4.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: typing-extensions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2023
    Copy the full SHA
    71d0b29 View commit details
  3. Bump mypy from 1.3.0 to 1.4.1 (#899)

    Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.1.
    - [Commits](python/mypy@v1.3.0...v1.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2023
    Copy the full SHA
    9a61c1c View commit details
  4. Bump pytest from 7.3.2 to 7.4.0 (#897)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.3.2...7.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2023
    Copy the full SHA
    863234e View commit details

Commits on Jul 18, 2023

  1. Bump cython from 3.0.0rc2 to 3.0.0 (#907)

    Bumps [cython](https://github.com/cython/cython) from 3.0.0rc2 to 3.0.0.
    - [Release notes](https://github.com/cython/cython/releases)
    - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
    - [Commits](cython/cython@3.0.0rc2...3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cython
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 18, 2023
    Copy the full SHA
    1f94e1a View commit details

Commits on Oct 2, 2023

  1. Copy the full SHA
    a62f1d3 View commit details
  2. Bump pre-commit from 3.3.3 to 3.4.0 (#928)

    Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 3.4.0.
    - [Release notes](https://github.com/pre-commit/pre-commit/releases)
    - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
    - [Commits](pre-commit/pre-commit@v3.3.3...v3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2023
    Copy the full SHA
    b8b85b3 View commit details
  3. Bump actions/checkout from 3 to 4 (#929)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2023
    Copy the full SHA
    c99d97d View commit details
  4. Bump pytest from 7.4.0 to 7.4.2 (#930)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.2.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.0...7.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2023
    Copy the full SHA
    0a4c634 View commit details
  5. Bump docker/setup-qemu-action from 2 to 3 (#931)

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2023
    Copy the full SHA
    4215d9c View commit details
  6. Bump pypa/cibuildwheel from 2.14.0 to 2.16.1 (#935)

    Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.0 to 2.16.1.
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v2.14.0...v2.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2023
    Copy the full SHA
    81c7029 View commit details
  7. Bump sigstore/gh-action-sigstore-python from 1.2.3 to 2.1.0 (#936)

    Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 1.2.3 to 2.1.0.
    - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases)
    - [Commits](sigstore/gh-action-sigstore-python@v1.2.3...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/gh-action-sigstore-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2023
    Copy the full SHA
    c51bdd7 View commit details
  8. Bump cython from 3.0.0 to 3.0.2 (#923)

    Bumps [cython](https://github.com/cython/cython) from 3.0.0 to 3.0.2.
    - [Release notes](https://github.com/cython/cython/releases)
    - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
    - [Commits](cython/cython@3.0.0...3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: cython
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2023
    Copy the full SHA
    6963637 View commit details

Commits on Oct 4, 2023

  1. Bump pypa/cibuildwheel from 2.16.1 to 2.16.2 (#938)

    Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.1 to 2.16.2.
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v2.16.1...v2.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 4, 2023
    Copy the full SHA
    a9f07b9 View commit details

Commits on Oct 6, 2023

  1. Bump cython from 3.0.2 to 3.0.3 (#939)

    Bumps [cython](https://github.com/cython/cython) from 3.0.2 to 3.0.3.
    - [Release notes](https://github.com/cython/cython/releases)
    - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
    - [Commits](cython/cython@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: cython
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 6, 2023
    Copy the full SHA
    eb08f7f View commit details

Commits on Oct 16, 2023

  1. Bump pre-commit from 3.4.0 to 3.5.0 (#941)

    Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.4.0 to 3.5.0.
    - [Release notes](https://github.com/pre-commit/pre-commit/releases)
    - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
    - [Commits](pre-commit/pre-commit@v3.4.0...v3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2023
    Copy the full SHA
    16eb9b8 View commit details

Commits on Oct 18, 2023

  1. Bump cython from 3.0.3 to 3.0.4 (#944)

    Bumps [cython](https://github.com/cython/cython) from 3.0.3 to 3.0.4.
    - [Release notes](https://github.com/cython/cython/releases)
    - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
    - [Commits](cython/cython@3.0.3...3.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: cython
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 18, 2023
    Copy the full SHA
    ea09409 View commit details

Commits on Oct 24, 2023

  1. Bump towncrier from 23.6.0 to 23.10.0 (#946)

    Bumps [towncrier](https://github.com/twisted/towncrier) from 23.6.0 to 23.10.0.
    - [Release notes](https://github.com/twisted/towncrier/releases)
    - [Changelog](https://github.com/twisted/towncrier/blob/trunk/NEWS.rst)
    - [Commits](twisted/towncrier@23.6.0...23.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: towncrier
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Copy the full SHA
    d95c303 View commit details

Commits on Oct 25, 2023

  1. Bump pytest from 7.4.2 to 7.4.3 (#947)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.2...7.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 25, 2023
    Copy the full SHA
    c6dbc45 View commit details

Commits on Oct 31, 2023

  1. Bump cython from 3.0.4 to 3.0.5 (#948)

    Bumps [cython](https://github.com/cython/cython) from 3.0.4 to 3.0.5.
    - [Release notes](https://github.com/cython/cython/releases)
    - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
    - [Commits](cython/cython@3.0.4...3.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: cython
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2023
    Copy the full SHA
    45014dd View commit details

Commits on Nov 2, 2023

  1. Copy the full SHA
    b035a82 View commit details

Commits on Nov 9, 2023

  1. Bump towncrier from 23.10.0 to 23.11.0 (#950)

    Bumps [towncrier](https://github.com/twisted/towncrier) from 23.10.0 to 23.11.0.
    - [Release notes](https://github.com/twisted/towncrier/releases)
    - [Changelog](https://github.com/twisted/towncrier/blob/trunk/NEWS.rst)
    - [Commits](twisted/towncrier@23.10.0...23.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: towncrier
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 9, 2023
    Copy the full SHA
    08ebbe1 View commit details

Commits on Nov 15, 2023

  1. Copy the full SHA
    b81a868 View commit details

Commits on Nov 16, 2023

  1. Copy the full SHA
    98eac52 View commit details
  2. Copy the full SHA
    0678e0d View commit details
Showing with 1,853 additions and 536 deletions.
  1. +6 −0 .github/ISSUE_TEMPLATE/config.yml
  2. +19 −15 .github/dependabot.yml
  3. +26 −0 .github/workflows/auto-merge.yml
  4. +335 −0 .github/workflows/ci-cd.yml
  5. +0 −250 .github/workflows/ci.yml
  6. +27 −20 .github/workflows/codeql.yml
  7. +72 −0 .github/workflows/reusable-build-wheel.yml
  8. +62 −0 .github/workflows/reusable-linters.yml
  9. +102 −8 .pre-commit-config.yaml
  10. +16 −6 .readthedocs.yaml
  11. +18 −0 .yamllint
  12. +95 −29 CHANGES.rst
  13. +32 −9 CHANGES/README.rst
  14. +8 −1 MANIFEST.in
  15. +3 −4 Makefile
  16. +14 −9 README.rst
  17. +3 −0 docs/api.rst
  18. +15 −0 docs/changes.rst
  19. +39 −7 docs/conf.py
  20. +28 −0 docs/contributing/guidelines.rst
  21. +14 −3 docs/index.rst
  22. +19 −0 docs/spelling_wordlist.txt
  23. +45 −0 mypy.ini
  24. +11 −0 packaging/README.md
  25. +1 −0 packaging/pep517_backend/__init__.py
  26. +396 −0 packaging/pep517_backend/_backend.py
  27. +23 −0 packaging/pep517_backend/_compat.py
  28. +97 −0 packaging/pep517_backend/_transformers.py
  29. +21 −0 packaging/pep517_backend/hooks.py
  30. +79 −8 pyproject.toml
  31. +0 −3 requirements/ci.txt
  32. +1 −1 requirements/cython.txt
  33. +2 −2 requirements/dev.txt
  34. +3 −1 requirements/doc.txt
  35. +1 −2 requirements/lint.txt
  36. +1 −3 requirements/test.txt
  37. +1 −1 requirements/towncrier.txt
  38. +93 −18 setup.cfg
  39. +0 −91 setup.py
  40. +33 −8 tests/test_url.py
  41. +10 −28 tests/test_url_parsing.py
  42. +5 −2 tools/build-wheels.sh
  43. +67 −0 towncrier.toml
  44. +1 −1 yarl/__init__.py
  45. +3 −1 yarl/__init__.pyi
  46. +6 −5 yarl/_url.py
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---

# yamllint disable rule:line-length
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
# yamllint enable rule:line-length
blank_issues_enabled: false # default: true
contact_links:
- name: 🔐 Security bug report 🔥
@@ -29,3 +33,5 @@ contact_links:
- name: 📝 Code of Conduct
url: https://github.com/aio-libs/.github/blob/master/CODE_OF_CONDUCT.md
about: ❤ Be nice to other members of the community. ☮ Behave.

...
34 changes: 19 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
---

version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
labels:
- dependencies
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
labels:
- dependencies
schedule:
interval: "daily"

# Maintain dependencies for Python
- package-ecosystem: "pip"
directory: "/"
labels:
- dependencies
schedule:
interval: "daily"
open-pull-requests-limit: 10

# Maintain dependencies for Python
- package-ecosystem: "pip"
directory: "/"
labels:
- dependencies
schedule:
interval: "daily"
open-pull-requests-limit: 10
...
26 changes: 26 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---

name: Dependabot auto-merge
on: pull_request_target

permissions:
pull-requests: write
contents: write

jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

...
Loading