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

Commits on Jul 22, 2023

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

Commits on Jul 26, 2023

  1. workflows: add trusted publishing release workflow (#231)

    * workflows: add trusted publishing release workflow
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    
    * release: install build dependencies
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    
    * Update .github/workflows/release.yml
    
    Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
    
    * release: allow workflow_dispatch
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    
    * release: use pypa/build for building
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    
    * Makefile: use pypa/build
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    
    * setup: remove `setup.py publish` subcommand
    
    Invoking `setup.py` directly is discouraged, and the behavior
    in this hacked subcommand is covered by the Makefile.
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    
    * release: drop `--upgrade`
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    
    * release: only install build
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    
    ---------
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
    woodruffw and alex authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0399a7c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (#237)

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.8 to 1.8.10.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@f8c70e7...b7f401d)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      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 Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f90988f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    9475440 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect repository owner

    alex authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    d7b7685 View commit details
    Browse the repository at this point in the history
  3. Fix bash

    alex authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    25ea83a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Bump actions/checkout from 3.5.3 to 3.6.0 (#242)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.5.3...f43a0e5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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 Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0435b2a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Bump actions/checkout from 3.6.0 to 4.0.0 (#244)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@f43a0e5...3df4ab1)
    
    ---
    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 Sep 4, 2023
    Configuration menu
    Copy the full SHA
    600713d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. ci: add minimal permissions to workflows bump.yml and release.yml (#245)

    Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
    diogoteles08 authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7f0e639 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#246)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@0b7f8ab...a8a3f3a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      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 Sep 11, 2023
    Configuration menu
    Copy the full SHA
    2d98c76 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Bump actions/checkout from 4.0.0 to 4.1.0 (#247)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@3df4ab1...8ade135)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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 Sep 26, 2023
    Configuration menu
    Copy the full SHA
    610354f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Bump actions/setup-python from 4.7.0 to 4.7.1 (#248)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@61a6322...65d7f2d)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      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
    Configuration menu
    Copy the full SHA
    5e4bb9e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Bump actions/checkout from 4.1.0 to 4.1.1 (#251)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8ade135...b4ffde6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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 24, 2023
    Configuration menu
    Copy the full SHA
    7ccda9f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. 2023.11.17

    Lukasa authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    28b2a0d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

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