15
0

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
This commit is contained in:
Tomáš Chvátal
2019-08-28 11:59:18 +00:00
committed by Git OBS Bridge
parent 2c313ed3c6
commit 57ac2c6a2c
4 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 28 11:46:28 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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 14:58:39 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>