Subject: CVS commit: pkgsrc/devel/py-lazy-object-proxy
From: Adam Ciarcinski
Date: 2021-05-10 16:50:44
Message id: 20210510145044.E1D14FA95@cvs.NetBSD.org

Log Message:
py-lazy-object-proxy: updated to 1.6.0

1.6.0 (2021-03-22)
------------------

* Added support for async special methods (``__aiter__``, ``__anext__``,
  ``__await__``, ``__aenter__``, ``__aexit__``).
  These are used in the ``async for``, ``await` and ``async with`` statements.

  Note that ``__await__`` returns a wrapper that tries to emulate the crazy
  stuff going on in the ceval loop, so there will be a small performance overhead.
* Added the ``__resolved__`` property. You can use it to check if the factory has
  been called.

Files:
RevisionActionfile
1.9modifypkgsrc/devel/py-lazy-object-proxy/Makefile
1.3modifypkgsrc/devel/py-lazy-object-proxy/PLIST
1.8modifypkgsrc/devel/py-lazy-object-proxy/distinfo