Commit Graph

64 Commits

Author SHA256 Message Date
Elisei Roca
6ca3c97ae8 Add package in leap-16.0 2026-02-17 09:49:45 +01:00
5b55f95788 Accepting request 1317002 from devel:languages:python
- Add patch support-python314.patch:
  * Support Python 3.14 asyncio changes.

OBS-URL: https://build.opensuse.org/request/show/1317002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=27
2025-11-11 18:20:46 +00:00
d8d280e814 - Add patch support-python314.patch:
* Support Python 3.14 asyncio changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=62
2025-11-11 05:01:32 +00:00
b2d568b7e6 Accepting request 1316811 from devel:languages:python
- update to 9.1.2:
  * Test with Python 3.13
  * ci: remove Python 3.8 support
  * fix: return "Self" from "BaseRetrying.copy"
  * ci: upload on PyPI using trusted publishing
  * Add re.Pattern to allowed match types

OBS-URL: https://build.opensuse.org/request/show/1316811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=26
2025-11-10 18:18:40 +00:00
794b14dd33 - update to 9.1.2:
* Test with Python 3.13
  * ci: remove Python 3.8 support
  * fix: return "Self" from "BaseRetrying.copy"
  * ci: upload on PyPI using trusted publishing
  * Add re.Pattern to allowed match types

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=60
2025-11-10 08:12:45 +00:00
51bbaff8c1 Accepting request 1199461 from devel:languages:python
- update to 9.0.0:
  * Respects `min` argument for `wait_random_exponential`
  * Bump major version to warn API breakage on statistics
    attribute
- update to 8.5.0:
  * fix: Restore contents of retry attribute for wrapped
    functions

OBS-URL: https://build.opensuse.org/request/show/1199461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=25
2024-09-09 12:44:34 +00:00
587183f235 - update to 9.0.0:
* Respects `min` argument for `wait_random_exponential`
  * Bump major version to warn API breakage on statistics
    attribute
- update to 8.5.0:
  * fix: Restore contents of retry attribute for wrapped
    functions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=58
2024-09-08 13:41:36 +00:00
c1fa920b0e Accepting request 1198922 from devel:languages:python
- Fix build on Leap 15.6

OBS-URL: https://build.opensuse.org/request/show/1198922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=24
2024-09-05 13:47:35 +00:00
a2da17e528 - Fix build on Leap 15.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=56
2024-09-05 09:19:57 +00:00
cdf33469e5 Accepting request 1198797 from home:yeey:OpenWebUI
Changes needed to build package on 15.6

OBS-URL: https://build.opensuse.org/request/show/1198797
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=55
2024-09-05 08:58:33 +00:00
b144325630 Accepting request 1183916 from devel:languages:python
- update to 8.4.2:
  * fix: Avoid overwriting local contexts with retry decorator

OBS-URL: https://build.opensuse.org/request/show/1183916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=23
2024-06-29 13:17:11 +00:00
566ef2af85 - update to 8.4.2:
* fix: Avoid overwriting local contexts with retry decorator

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=53
2024-06-29 05:34:00 +00:00
85a5380a9e Accepting request 1181787 from devel:languages:python
- update to 8.4.1:
  * Include `tenacity.asyncio` subpackage in release dist
- update to 8.4.0:
  * Add async strategies
  * Support Trio out-of-the-box

OBS-URL: https://build.opensuse.org/request/show/1181787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=22
2024-06-20 14:47:37 +00:00
da6405bdfe - update to 8.4.1:
* Include `tenacity.asyncio` subpackage in release dist
- update to 8.4.0:
  * Add async strategies
  * Support Trio out-of-the-box

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=51
2024-06-19 17:01:57 +00:00
e21a68246c Accepting request 1179634 from devel:languages:python
- update to 8.3.0:
  * Added a new stop function: `stop_before_delay`, which will
    stop execution if the next sleep time would cause overall
    delay to exceed the specified delay. Useful for use cases
    where you have some upper bound on retry times that you must
    not exceed, so returning before that timeout is preferable
    than returning after that timeout.
  * Preserve __defaults__ and __kwdefaults__ through retry
    decorator
- use PEP517 build

OBS-URL: https://build.opensuse.org/request/show/1179634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=21
2024-06-10 15:37:51 +00:00
9ac681e579 - update to 8.3.0:
* Added a new stop function: `stop_before_delay`, which will
    stop execution if the next sleep time would cause overall
    delay to exceed the specified delay. Useful for use cases
    where you have some upper bound on retry times that you must
    not exceed, so returning before that timeout is preferable
    than returning after that timeout.
  * Preserve __defaults__ and __kwdefaults__ through retry
    decorator
- use PEP517 build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=49
2024-06-10 07:51:05 +00:00
c659009e2d Accepting request 1129194 from devel:languages:python
- update to 3.2.3:
  * remove support for python 3.6
  * Fix tests for typeguard 3.x
  * Add support for async sleep functions in tenacity.retry
    annotation

  * fix: docstring for wait_exponential_jitter
  * fix: remove __iter__ from AsyncRetring
  * CI conversion to GitHub actions
- Update to version 8.0.1
- update to 3.3.0:

OBS-URL: https://build.opensuse.org/request/show/1129194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=20
2023-11-27 21:44:44 +00:00
8fa44e5df8 - update to 3.2.3:
* remove support for python 3.6
  * Fix tests for typeguard 3.x
  * Add support for async sleep functions in tenacity.retry
    annotation
  * fix: docstring for wait_exponential_jitter
  * fix: remove __iter__ from AsyncRetring
  * CI conversion to GitHub actions
- Update to version 8.0.1
- update to 3.3.0:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=47
2023-11-27 16:10:27 +00:00
afbef637c1 Accepting request 1090091 from devel:languages:python
- update to 8.2.2:
  * feat: accept datetime.timedelta instances as argument to `stop_after..
  * fix: docstring for wait_exponential_jitter 
  * fix: remove __iter__ from AsyncRetring 
  * Add retry_if_exception_cause_type and wait_exponential_jitter
  * better wait.WaitBaseT annotation
  * CI conversion to GitHub actions

OBS-URL: https://build.opensuse.org/request/show/1090091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=19
2023-06-01 15:19:29 +00:00
a2badf7111 - update to 8.2.2:
* feat: accept datetime.timedelta instances as argument to `stop_after..
  * fix: docstring for wait_exponential_jitter 
  * fix: remove __iter__ from AsyncRetring 
  * Add retry_if_exception_cause_type and wait_exponential_jitter
  * better wait.WaitBaseT annotation
  * CI conversion to GitHub actions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=45
2023-05-31 19:56:58 +00:00
384f6ade52 Accepting request 1087255 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1087255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=18
2023-05-16 12:16:16 +00:00
ebe2e85608 Accepting request 1087252 from home:ojkastl_buildservice:Branch_devel_languages_python
- disable check 'test_retry_type_annotations' that fails due to
  `TypeError: check_type() takes 2 positional arguments but 3 were
  given`

OBS-URL: https://build.opensuse.org/request/show/1087252
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=43
2023-05-15 14:50:39 +00:00
39cc076697 Accepting request 1085821 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1085821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=17
2023-05-10 14:18:42 +00:00
ba595c5ddc Accepting request 1085539 from home:ojkastl_buildservice:Branch_devel_languages_python
add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1085539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=41
2023-05-09 20:50:08 +00:00
515795eab0 Accepting request 1035302 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1035302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=16
2022-11-12 16:41:15 +00:00
de23c48aa1 Accepting request 1035286 from home:pgajdos:python
- silent rpmlint

- python-six is not required

OBS-URL: https://build.opensuse.org/request/show/1035286
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=39
2022-11-11 16:21:09 +00:00
ba9c123102 clarify changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=38
2022-11-11 13:40:48 +00:00
01d6a76105 Accepting request 1034932 from home:yarunachalam:branches:devel:languages:python
- Update to version 8.1.0, 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)

OBS-URL: https://build.opensuse.org/request/show/1034932
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=37
2022-11-11 13:38:39 +00:00
f1981e07c8 Accepting request 1032576 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1032576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=15
2022-11-01 12:43:08 +00:00
fb214998a8 Accepting request 1032527 from home:yarunachalam:branches:devel:languages:python
- Update to version 8.1.0 
 * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/1032527
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=35
2022-10-31 20:22:59 +00:00
bd1484e566 Accepting request 887893 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/887893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=14
2021-04-23 15:50:40 +00:00
04e1eb068b - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=33
2021-04-22 20:47:48 +00:00
bb395a803a Accepting request 817787 from devel:languages:python
- 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 @retry decorator (#221)
- Add typguard to BuildRequires

OBS-URL: https://build.opensuse.org/request/show/817787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=13
2020-06-30 19:58:06 +00:00
71a70d261f - 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 @retry decorator (#221)
- Add typguard to BuildRequires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=31
2020-06-30 00:37:42 +00:00
e76ec906ce Accepting request 795716 from devel:languages:python
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/795716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=12
2020-04-21 11:07:12 +00:00
Tomáš Chvátal
95699279ae - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=29
2020-04-20 09:04:37 +00:00
2676c992a9 Accepting request 780390 from devel:languages:python
- update to 6.1.0:
  * further Python 3.8 fixes

OBS-URL: https://build.opensuse.org/request/show/780390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=11
2020-03-03 09:15:17 +00:00
8f393a3681 - update to 6.1.0:
* further Python 3.8 fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=27
2020-02-28 21:46:08 +00:00
fc75e7b31f Accepting request 758620 from devel:languages:python
- update to 6.0.0
  * Python 3.8 enablement

OBS-URL: https://build.opensuse.org/request/show/758620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=10
2019-12-21 11:34:32 +00:00
1140f40679 - update to 6.0.0
* Python 3.8 enablement

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=25
2019-12-20 18:42:37 +00:00
206ccbf5e7 Accepting request 726743 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/726743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=9
2019-08-28 16:38:24 +00:00
Tomáš Chvátal
9a7f731515 Accepting request 726742 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/726742
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=23
2019-08-28 11:59:18 +00:00
610ec69510 Accepting request 697030 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/697030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=8
2019-04-23 12:39:15 +00:00
Tomáš Chvátal
f556e224b3 Accepting request 696988 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/696988
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=21
2019-04-23 09:18:20 +00:00
8e6a5accb0 Accepting request 664987 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/664987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=7
2019-01-15 08:17:13 +00:00
2729b407ee Accepting request 664953 from home:jbrownell:branches:devel:languages:python
- Use "Requires:" instead of "Recommends:" on older build platforms

OBS-URL: https://build.opensuse.org/request/show/664953
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=19
2019-01-12 15:41:36 +00:00
ee07a95828 Accepting request 659708 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=6
2018-12-24 10:45:01 +00:00
2c054dcbf0 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=17
2018-12-04 14:08:36 +00:00
06ee1afc1c Accepting request 643129 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/643129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=5
2018-10-22 09:23:51 +00:00
Tomáš Chvátal
90b75b54e1 Accepting request 643040 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/643040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=15
2018-10-19 07:15:04 +00:00