Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
new ports for aiohttp update
To:
ports <ports@openbsd.org>
Date:
Fri, 22 Nov 2024 14:42:25 +0000

Download raw body.

Thread
  • Stuart Henderson:

    new ports for aiohttp update

Here are a few new ports on the chain to updating aiohttp. Some used
directly, some by updates for py-yarl and py-vcrpy which are needed too.

OK to import?

>devel/py-covdefaults
A coverage plugin to provide sensible default settings.

>devel/py-propcache
This module provides accelerated versions of cached_property. It is
derived from 'yarl'.

The API is designed to be nearly identical to the built-in
cached_property class, except for the additional under_cached_property
class which uses self._cache instead of self.__dict__ to store the
cached values and prevents __set__ from being called.

>devel/py-test-codspeed
Pytest plugin to create https://codspeed.io/ benchmarks.

Creating benchmarks with pytest-codspeed is compatible with the standard
pytest-benchmark API. So if you already have benchmarks written with it,
you can start using pytest-codspeed right away.

>devel/py-test-aiohttp
pytest-aiohttp is a pytest plugin providing useful fixtures to test
aiohttp server and client.

>www/py-aiohappyeyeballs
This library exists to allow connecting with Happy Eyeballs (RFC 8305)
when you already have a list of addrinfo and not a DNS name.