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: mgedmin/check-manifest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.46
Choose a base ref
...
head repository: mgedmin/check-manifest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.48
Choose a head ref
  • 17 commits
  • 10 files changed
  • 3 contributors

Commits on Jan 4, 2021

  1. Back to development: 0.47

    mgedmin committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    692216e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Fix coveralls integration

    See TheKevJames/coveralls-python#252: the
    coveralls API requires a service name, which used to be 'github', but a
    new release of https://pypi.org/p/coveralls switched the default to
    'github-actions'.
    
    Nobody understands the exact difference between the two, but I have 19
    repositories that now fail coveralls uploads using the 'github-actions'
    service name, and I hope that switching to 'github' will fix them.
    mgedmin committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    1fe56c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

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

Commits on Apr 8, 2021

  1. fix typo

    jugmac00 authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    593db20 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #142 from jugmac00/patch-1

    fix typo
    mgedmin authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    320db17 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Update to newer release.mk

    mgedmin committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    f6ae339 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

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

Commits on Sep 15, 2021

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

Commits on Sep 22, 2021

  1. Merge pull request #146 from zobayer1/fix_145

    Fix for extracting version incorrectly from sdist filename containing dashes
    mgedmin authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    4beeefb View commit details
    Browse the repository at this point in the history
  2. Update changelog

    mgedmin committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    de873d4 View commit details
    Browse the repository at this point in the history
  3. Preparing release 0.47

    mgedmin committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    b50638c View commit details
    Browse the repository at this point in the history
  4. Back to development: 0.48

    mgedmin committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    61023f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Add Python 3.10 support

    mgedmin committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    19f0a43 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

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

Commits on Mar 13, 2022

  1. Revert "Only recurse into submodules if .submodules exists"

    This reverts commit cc7c176.
    
    Fixes #153: a `.gitmodules` might exist in a subdirectory, so it's not
    sufficient to check for it at the project root.
    
    Also, Git versions that don't support --recurse-submodules are even
    further in the past now, so I'm hoping it's fine to ignore them.
    
    Note that this removes a fix for #123.
    mgedmin committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    dee388f View commit details
    Browse the repository at this point in the history
  2. Update changelog

    mgedmin committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    5bb1821 View commit details
    Browse the repository at this point in the history
  3. Preparing release 0.48

    mgedmin committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    ed2c0e8 View commit details
    Browse the repository at this point in the history
Loading