Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pytest-dev/pytest-localserver

Tags

v0.9.0.post0

Toggle v0.9.0.post0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #100 from pytest-dev/update-changes-for-0.9.0.post…

…0/1/dev

Update changes for upcoming 0.9.0.post0 release

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #95 from pytest-dev/update-changes-for-0.9.0/1/dev

Update author file and changelog for the upcoming 0.9.0 release

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #73 from pytest-dev/update-changes-for-0.8.1/1/dev

Update changelog and author list for 0.8.1

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #69 from pytest-dev/update-changes-for-0.8.0/1/dev

Update changelog for the upcoming 0.8 release

v0.7.2a1.dev0

Toggle v0.7.2a1.dev0's commit message
Add a new dev tag to avoid breakage of setuptools-scm

Something in setuptools-scm is not capable of dealing with tags that end
in .devX where X > 0. I made a .dev1 tag without realizing this, which
wound up breaking packaging, but I also made a release from the tag so I
can't easily delete it. The easiest way to deal with it seems to be to
make another compliant tag, so I'm doing that here.

v0.7.2a0.dev1

Toggle v0.7.2a0.dev1's commit message
Convert to trusted publishing

I based this change on the official PyPI documentation:
  https://docs.pypi.org/trusted-publishers/
as well as a blog post walking through an example of how to implement
trusted publishing for a Python project:
  https://pgjones.dev/blog/trusted-plublishing-2023/
The diff is fairly minimal. All it does is remove the password used to
authenticate to PyPI, which we don't need anymore, and add a permission
needed for trusted publishing to operate.

This commit will be accompanied by some configuration in the project
settings on PyPI to allow this specific workflow to act as a trusted
publisher. Effectively, we're telling PyPI that when this particular
workflow (`publish.yml`) contacts it with an OIDC token from Github,
then PyPI should accept that as valid authentication and return an API
token which can be used to actually upload a package.

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #60 from pytest-dev/update-changes-for-0.7.1/1/dev

Update changelog for the upcoming 0.7.1 release

v0.7.1rc0

Toggle v0.7.1rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #58 from pytest-dev/release-using-github-actions/1…

…/dev

Release using GitHub actions

v0.7.1a0

Toggle v0.7.1a0's commit message
First limited prerelease of version 0.7.1

v0.7.0

Toggle v0.7.0's commit message
Release version 0.7.0