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

Commits on Jul 2, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
    - [github.com/tox-dev/pyproject-fmt: 1.7.0 → 2.1.3](tox-dev/pyproject-fmt@1.7.0...2.1.3)
    - [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18)
    pre-commit-ci[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7b3a7c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1b45b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1cf342 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

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

Commits on Jul 8, 2024

  1. Undocument blurb split

    The command was removed in 1.2.0.
    hroncok authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4ca5749 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7c9429 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    2b05988 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cc1c1a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Fix blurb import in the runpy interface

    When `blurb` was being restructured, the import paths moved to deeper levels of the project layout. It was updated in the console scripts so invoking just the `blurb` command worked but `python -m blurb` didn't. This resulted in breaking the MSI installer smoke testing workflow in CPython's CI [[1]].
    
    Blurb's own CI never invokes said interface, so it had no chance of catching the regression.
    
    This patch corrects the import but does not make an attempt to improve testing.
    
    [1]: python/cpython#121879
    webknjaz authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9baee80 View commit details
    Browse the repository at this point in the history
  2. Integrate a runpy smoke test in tox

    This just adds simple `python -m blurb` invocations, nothing fancy.
    webknjaz authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3529a9e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    b94ca99 View commit details
    Browse the repository at this point in the history
  2. Move changelog to own file

    hugovk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9b54fc9 View commit details
    Browse the repository at this point in the history
  3. Prepare 1.2.1 release

    hugovk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c79ec98 View commit details
    Browse the repository at this point in the history
  4. Improve formatting

    Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
    hugovk and ezio-melotti authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    025766d View commit details
    Browse the repository at this point in the history
  5. Prepare 1.2.1 release (#23)

    hugovk authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    40fd999 View commit details
    Browse the repository at this point in the history
Loading