SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python310-tenacity-8.1.0-4.2.noarch.rpm :

* Fri Nov 11 2022 pgajdosAATTsuse.com- silent rpmlint
* Fri Nov 11 2022 pgajdosAATTsuse.com- python-six is not required
* Wed Nov 09 2022 Yogalakshmi Arunachalam - Update to version 8.1.0 (included changes also from 8.0.1, 8.0.0, 7.0.0)
* feat: Add retry_if_exception_cause_type (#362)
* Support `datetime.timedelta` as a valid wait unit type (#342)
* Show All Exception Predicates in Docs (#332)
* Implement a wait.wait_exponential_jitter per Google\'s storage guide (#351)
* Define a ClientError to fix Sphinx build errors (#352)
* Merge pull request #340 from jd/fix-mergify
* ci: fix Mergify config
* Merge pull request #337 from william-silversmith/master
* docs: show how to use retry_if_not_exception_type
* Rickroll a function name in one of the examples (#331)
* Fix after_log logger format (#317)
* Drop `py2` tag from the wheel name (#320)
* Add a __repr__ method to RetryCallState objects (#302)
* Add type annotations to cover all code. (#315)
* Fix #307 : Drop deprecated APIs (#314)
* Fix DeprecationWarnings in tests (#313)
* Do not package tests with tenacity (#308)
* Fix issue #288 : __name__ and other attributes for async functions (#312)
* Use f-strings instead of `str.format` as faster and easier to read (#311)
* Replace abc.ABCMeta with abc.ABC (#310)
* Remove encoding declarations (#309)
* Merge pull request #306 from penguinolog/black_full_ci
* Use black instead of \"flake8-black\" on CI.
* Fix #291: drop python < 3.6 (#304)
* Merge pull request #293 from and-semakin/drop_deprecated_pythons
* Drop support for deprecated Python versions (2.7 and 3.5)
* Add retry_if_not_exception_type() (#300)
* Make logger more compatible (#294)
* ci: fix pep8 error (#297)
* Merge pull request #286 from jd/reno-mergify
* Add Python 3.8 in tox.ini
* Fix upload job
* Merge pull request #202 from jd/release-auto
* Release via CircleCI
* Merge pull request #191 from bersace/context-manager
* Merge branch \'master\' into context-manager
* Merge pull request #201 from bersace/async
* Ensure coroutine passes asyncio.iscoroutinefunction
* Test async keyword
* Retry code block with context manager
* Merge pull request #200 from Dectinc/master
* Fix setup.cfg typo
* Merge pull request #198 from BATS/py2-compatability-for-_asyncio-module
* Ensure that the _asyncio.py module can be compiled, even on Python 2
* Tue Oct 11 2022 Yogalakshmi Arunachalam - Update to version 8.0.1
* no upstream changelog
* Thu Apr 22 2021 Dirk Müller - update to 6.3.1:
* Make AsyncRetrying callable
* Replace nap.sleep with a method to allow mocking after import
* Always return booleans from all retry_
* methods
* Fix asyncio.iscoroutinefunction(f) check for decorated function
* Add call method to AsyncRetying
* Tue Jun 30 2020 Steve Kowalik - Update to 6.2.0:
* before_sleep_log: Add an exc_info option to include exception tracebacks
* docs: fix duplicate function names (#226)
* AsyncRetrying can use an async iterator (#222)
* Add minimal type definitions for AATTretry decorator (#221)- Add typguard to BuildRequires
* Mon Apr 20 2020 Tomáš Chvátal - Fix build without python2
* Fri Feb 28 2020 Dirk Mueller - update to 6.1.0:
* further Python 3.8 fixes
* Fri Dec 20 2019 Dirk Mueller - update to 6.0.0
* Python 3.8 enablement
* Wed Aug 28 2019 Marketa Calabkova - update to 5.1.1
* upstream switched to reno, so no upstream changelog
* Use setuptools_scm for packaging
* Drop Python 3.4
* Reduce wait_exponential power by 1 so first wait is equal to multiplier
* Thu Apr 18 2019 Marketa Calabkova - update to 5.0.4
* Try using unshallow clone
* Add support for Python 3.7
* Add test for attempt numbers in interleaved async coroutines
* Fix wait_chain to be runnable multiple times
* Fix six.wraps having a problem with __name__ attr on Py2
* Add retry_if_exception_message and complement
* RetryCallState: add retry_object & next_action fields
* Tweak wait funcs to accept call_state with backward compat
* Add RetryCallState class
* Documentation fixes
* Wed Jan 09 2019 Jonathan Brownell - Use \"Requires:\" instead of \"Recommends:\" on older build platforms
 
ICM