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: pytest-dev/pytest-localserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: pytest-dev/pytest-localserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.1
Choose a head ref
  • 15 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    712224e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6826810 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Use older Ubuntu for testing with Python 3.5 and 3.6

    This commit changes the Github Actions workflow configuration to use
    an older version of Ubuntu for testing on Python 3.5 and 3.6 - namely
    Ubuntu 20.04 instead of the current default 22.04. The runners that
    Github provides with Ubuntu 22.04 don't support versions of Python
    prior to 3.7.
    
    We will remove support for Python <3.7 at some point, when a code change
    makes it necessary, but for now there happens to be nothing in the code
    that breaks with Python 3.5 or 3.6 and it's easy enough to support those
    versions, which is why I'm not removing support for them entirely yet.
    
    I also upgraded the workflow configuration from the beta version of
    Python 3.11 to the final release version.
    diazona committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    3c84ace View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Merge pull request #55 from sancode-it/smtp_stop

    Replace the _stop method, which was removed from aiosmtp 1.4.3, with the cancel_tasks method
    diazona authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    975d5a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from pytest-dev/fix-os-for-old-python-version/…

    …1/dev
    
    Use older Ubuntu for testing with Python 3.5 and 3.6
    diazona authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    2cf1dd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    960028a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Update GitHub Actions linter

    This commit updates the pre-commit configuration to use a newer version
    of the GitHub actions linter, which gives better error messages for
    workflows involving environments.
    diazona committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    bbdc9d5 View commit details
    Browse the repository at this point in the history
  2. Add a GitHub workflow for pushing to PyPI and Test PyPI

    In this commit I'm adding a new workflow which will build distributable
    packages for pytest-localserver and upload them to PyPI and Test PyPI.
    The uploads are treated as deployments, so they will not run until
    someone manually approves them.
    
    A future enhancement I'd like to make is to actually run tests using
    the same package that is going to be uploaded. That's going to involve
    tweaking tox to install from a prebuilt package rather than directly
    from the source code, so it will take some time to figure that out.
    diazona committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    83f3542 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #57 from pytest-dev/list-python-311-compatibility/…

    …1/dev
    
    Mark the package as being compatible with Python 3.11
    diazona authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e1fe0dc View commit details
    Browse the repository at this point in the history
  4. Update release instructions in the README

    Now that we have an automatic flow for making releases and uploading to
    PyPI (and Test PyPI), I'm updating the instructions in the README file
    to reflect it instead of the manual release flow that we used to use.
    diazona committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3212bc2 View commit details
    Browse the repository at this point in the history
  5. Update the AUTHORS file

    We haven't been updating the AUTHORS file as various people have added
    their contributions to the project, so in this commit I'm catching up on
    those updates. It's important for both legal and ethical reasons that
    everyone gets appropriate credit for their contributions.
    
    I've taken the list of authors from the commit history. The list of
    authors in the file is ordered chronologically by their first commit or
    first interaction with the project (as far as I'm aware), which seems
    consistent with the order that was there before.
    diazona committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    22bd9c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Merge pull request #59 from pytest-dev/update-authors/1/dev

    Update the AUTHORS file
    diazona authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c323e7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from pytest-dev/release-using-github-actions/1…

    …/dev
    
    Release using GitHub actions
    diazona authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    4a3b828 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

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

Commits on Jan 30, 2023

  1. Merge pull request #60 from pytest-dev/update-changes-for-0.7.1/1/dev

    Update changelog for the upcoming 0.7.1 release
    diazona authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e6baa2f View commit details
    Browse the repository at this point in the history
Loading