14
0

Accepting request 264786 from Cloud:OpenStack:Master

OBS-URL: https://build.opensuse.org/request/show/264786
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-retrying?expand=0&rev=1
This commit is contained in:
2014-12-12 12:36:55 +00:00
committed by Git OBS Bridge
commit 9316cccf5b
5 changed files with 95 additions and 0 deletions

15
python-retrying.changes Normal file
View File

@@ -0,0 +1,15 @@
-------------------------------------------------------------------
Thu Dec 11 13:02:33 UTC 2014 - dmueller@suse.com
- update to 1.3.2:
- Ensure we wrap the decorated functions to prevent information loss
- Allow a jitter value to be passed in
- Add requirements.txt to MANIFEST.in to fix pip installs
- Add upstream six dependency, remove embedded six functionality
- Add support for custom wait and stop functions
-------------------------------------------------------------------
Sun Jul 13 18:27:55 UTC 2014 - dmueller@suse.com
- Initial package