-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: pytest-dev/pytest-localserver
base: v0.7.0
head repository: pytest-dev/pytest-localserver
compare: v0.7.1
- 15 commits
- 8 files changed
- 2 contributors
Commits on Jan 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 712224e - Browse repository at this point
Copy the full SHA 712224eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6826810 - Browse repository at this point
Copy the full SHA 6826810View commit details
Commits on Jan 21, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3c84ace - Browse repository at this point
Copy the full SHA 3c84aceView commit details
Commits on Jan 22, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 975d5a5 - Browse repository at this point
Copy the full SHA 975d5a5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2cf1dd0 - Browse repository at this point
Copy the full SHA 2cf1dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 960028a - Browse repository at this point
Copy the full SHA 960028aView commit details
Commits on Jan 23, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for bbdc9d5 - Browse repository at this point
Copy the full SHA bbdc9d5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 83f3542 - Browse repository at this point
Copy the full SHA 83f3542View commit details -
Merge pull request #57 from pytest-dev/list-python-311-compatibility/…
…1/dev Mark the package as being compatible with Python 3.11
Configuration menu - View commit details
-
Copy full SHA for e1fe0dc - Browse repository at this point
Copy the full SHA e1fe0dcView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3212bc2 - Browse repository at this point
Copy the full SHA 3212bc2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 22bd9c0 - Browse repository at this point
Copy the full SHA 22bd9c0View commit details
Commits on Jan 26, 2023
-
Merge pull request #59 from pytest-dev/update-authors/1/dev
Update the AUTHORS file
Configuration menu - View commit details
-
Copy full SHA for c323e7b - Browse repository at this point
Copy the full SHA c323e7bView commit details -
Merge pull request #58 from pytest-dev/release-using-github-actions/1…
…/dev Release using GitHub actions
Configuration menu - View commit details
-
Copy full SHA for 4a3b828 - Browse repository at this point
Copy the full SHA 4a3b828View commit details
Commits on Jan 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6f77a93 - Browse repository at this point
Copy the full SHA 6f77a93View commit details
Commits on Jan 30, 2023
-
Merge pull request #60 from pytest-dev/update-changes-for-0.7.1/1/dev
Update changelog for the upcoming 0.7.1 release
Configuration menu - View commit details
-
Copy full SHA for e6baa2f - Browse repository at this point
Copy the full SHA e6baa2fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.7.0...v0.7.1