diff --git a/lazy-object-proxy-1.5.2.tar.gz b/lazy-object-proxy-1.5.2.tar.gz deleted file mode 100644 index d4ba4d9..0000000 --- a/lazy-object-proxy-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5944a9b95e97de1980c65f03b79b356f30a43de48682b8bdd90aa5089f0ec1f4 -size 36608 diff --git a/lazy-object-proxy-1.6.0.tar.gz b/lazy-object-proxy-1.6.0.tar.gz new file mode 100644 index 0000000..a2aa94f --- /dev/null +++ b/lazy-object-proxy-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489000d368377571c6f982fba6497f2aa13c6d1facc40660963da62f5c379726 +size 44494 diff --git a/python-lazy-object-proxy.changes b/python-lazy-object-proxy.changes index e21025c..e9e211e 100644 --- a/python-lazy-object-proxy.changes +++ b/python-lazy-object-proxy.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jul 31 15:58:37 UTC 2021 - Dirk Müller + +- update to 1.6.0: + * 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. + ------------------------------------------------------------------- Fri Feb 26 08:46:31 UTC 2021 - Markéta Machová diff --git a/python-lazy-object-proxy.spec b/python-lazy-object-proxy.spec index 57be990..ffa9c35 100644 --- a/python-lazy-object-proxy.spec +++ b/python-lazy-object-proxy.spec @@ -1,5 +1,5 @@ # -# spec file for package python-lazy-object-proxy +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-lazy-object-proxy%{psuffix} -Version: 1.5.2 +Version: 1.6.0 Release: 0 Summary: Rebuild a new abstract syntax tree from Python's ast License: BSD-2-Clause