8000 Comparing v1.2.0...v1.2.1 · python-trio/trustme · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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/trustme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: python-trio/trustme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 7 commits
  • 12 files changed
  • 3 contributors

Commits on Oct 7, 2024

  1. Bump version to 1.2.0+dev

    pquentin committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dd1778b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Nov 1, 2024

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

Commits on Dec 4, 2024

  1. Use cryptography to load the pyOpenSSL certificates (#670)

    * Bump the dependencies group with 4 updates
    
    Bumps the dependencies group with 4 updates: [packaging](https://github.com/pypa/packaging), [types-setuptools](https://github.com/python/typeshed), [coverage[toml]](https://github.com/nedbat/coveragepy) and [pyopenssl](https://github.com/pyca/pyopenssl).
    
    
    Updates `packaging` from 24.1 to 24.2
    - [Release notes](https://github.com/pypa/packaging/releases)
    - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
    - [Commits](pypa/packaging@24.1...24.2)
    
    Updates `types-setuptools` from 75.2.0.20241025 to 75.6.0.20241126
    - [Commits](https://github.com/python/typeshed/commits)
    
    Updates `coverage[toml]` from 7.6.4 to 7.6.8
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.6.4...7.6.8)
    
    Updates `pyopenssl` from 24.2.1 to 24.3.0
    - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst)
    - [Commits](pyca/pyopenssl@24.2.1...24.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: packaging
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: types-setuptools
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: covera
    FA08
    ge[toml]
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: pyopenssl
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Switch to using cryptography privatekeys
    
    * Switch x509 too
    
    * Fix typings
    
    * Give up on typing
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: EXPLOSION <git@helvetica.moe>
    dependabot[bot] and A5rocks authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    e3dc904 View commit details
    Browse the repository at this point in the history
  2. Switch to nox (#668)

    * Switch to nox
    
    * Actually fix conflict
    pquentin authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    a49a64b View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Polish off #670

    A5rocks committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    4290066 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.2.1

    A5rocks committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    6d39f51 View commit details
    Browse the repository at this point in the history
Loading
0