SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python38-lazy-object-proxy-1.7.1-1.1.x86_64.rpm :

* Thu Aug 18 2022 Ben Greiner - Clean specfile, remove code coverage check and travis-fold
* Sat Mar 26 2022 Dirk Müller - update to 1.7.1:
* Removed most of the Python 2 support code and fixed ``python_requires`` to require at least Python 3.6.
* Note that 1.7.0 has been yanked because it could not install on Python 2.7.
* Switched CI to GitHub Actions, this has a couple consequences:
* Fixed ``__index__`` to fallback to ``int`` if the wrapped object doesn\'t have an ``__index__`` method. This prevents situations where code using a proxy would otherwise likely just call ``int`` had the object not have an ``__index__`` method.
* Wed Oct 13 2021 Ben Greiner - Unpin setuptools_scm<6.0 limit
* Sat Jul 31 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 2021 Markéta Machová - Drop broken %ifpython3 macro
* Sun Dec 20 2020 Dirk Müller - update to 1.5.2:
* Added Python 3.9 wheels.
* Removed Python 2.7 Windows wheels
* Thu Sep 17 2020 Dirk Mueller - udpate to 1.5.1:
* Added ARM64 wheels (manylinux2014).
* Added support for ``__fspath__``.
* Dropped support for Python 3.4.
* Wed Apr 15 2020 Marketa Calabkova - Update to 1.4.3
* Added binary wheels for Python 3.8.
* Fixed license metadata.
* Wed Sep 11 2019 Tomáš Chvátal - Update to 1.4.2:
* Included a pyproject.toml to allow users install the sdist with old python/setuptools, as the setuptools-scm dep will be fetched by pip instead of setuptools. Fixes #30.
* Thu Jun 20 2019 Marketa Calabkova - update to 1.4.1
* Fixed __mod__ for the slots backend.
* Dropped support for Python 2.6 and 3.3.
* Fixed wheels being built with -coverage cflags. No more issues about bogus cext.gcda files.
* Removed useless C file from wheels.
* Changed setup.py to use setuptools-scm.- launch tests using multibuild
* Mon Jul 30 2018 sean.marlowAATTsuse.com- Update to v1.3.1 + Fix broken release (sdist had a broken MANIFEST.in).- Update to v1.3.0 + Speed up arithmetic operations involving cext.Proxy subclasses.
 
ICM