[Python-modules-commits] [python-tenacity] 12/13: debian/CHANGELOG add upstream changelog

Ondrej Koblizek kobla-guest at moszumanska.debian.org
Sat Aug 5 19:27:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

kobla-guest pushed a commit to branch master
in repository python-tenacity.

commit bce29d5d28766a3fc2bb9ba3c59f9088371d4ffd
Author: Ondřej Kobližek <ondrej.koblizek at firma.seznam.cz>
Date:   Sat Aug 5 15:01:01 2017 -0400

    debian/CHANGELOG add upstream changelog
---
 debian/CHANGELOG | 1261 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog |    7 +-
 debian/rules     |    4 +-
 3 files changed, 1267 insertions(+), 5 deletions(-)

diff --git a/debian/CHANGELOG b/debian/CHANGELOG
new file mode 100644
index 0000000..d6e067a
--- /dev/null
+++ b/debian/CHANGELOG
@@ -0,0 +1,1261 @@
+commit 3ca87fab537246ed3e5085c74ae9a4f7cf851e3c
+Merge: bed8817 2318710
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Sep 23 13:02:09 2016 +0200
+
+    Merge pull request #28 from bodenr/master
+    
+    Fix reraise when no exception
+
+commit 2318710e4713e2bb967f7bdb4b1c692eb4af61fb
+Author: Boden R <bodenvmw at gmail.com>
+Date:   Thu Sep 22 14:13:19 2016 -0600
+
+    Fix reraise when no exception
+    
+    https://github.com/jd/tenacity/pull/27 introduced a bug
+    whereupon if a retry callable doesn't raise and Retrying has
+    its self.reraise set to True, a TypeError will be raised because
+    we try to raise something that's not an exception class.
+    
+    This fixes that issue and adds a UT for it.
+    
+    [1] https://github.com/jd/tenacity/pull/27
+
+commit bed881719af36d5db13ba58963cf908c80ed303f
+Merge: 3956599 f6535ce
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Sep 16 12:36:04 2016 +0200
+
+    Merge pull request #27 from bodenr/master
+    
+    Add support for reraise
+
+commit f6535ce0aa5b1303bcff0e5c4ba5ee52dc2c205c
+Author: Boden R <bodenvmw at gmail.com>
+Date:   Thu Sep 15 14:07:52 2016 -0600
+
+    Add support for reraise
+
+commit 395659933fb4eadd1825ab27a1139bcb0311535b
+Author: Julien Danjou <julien at danjou.info>
+Date:   Tue Sep 13 11:51:25 2016 +0200
+
+    doc: fix text legend for retry_if_result
+    
+    Fixes #23
+
+commit ec366904b8c4b4e04b763c6ee0f6a28c0609a2e9
+Merge: 5a66d38 ee00856
+Author: Julien Danjou <julien at danjou.info>
+Date:   Mon Aug 29 09:47:17 2016 +0200
+
+    Merge pull request #21 from harlowja/useful-repr
+    
+    Add a useful __repr__
+
+commit ee008560554ec4bf458d60aee981b844d8815d50
+Author: Joshua Harlow <harlowja at gmail.com>
+Date:   Sun Aug 28 18:50:53 2016 -0700
+
+    Add a useful __repr__
+
+commit 5a66d389ac3c90c80c8bc9ad7694b810c392d39b
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 26 10:08:56 2016 +0200
+
+    wait: fix wait_random to return floating point numbers
+    
+    Otherwise it only wait on integer values.
+
+commit 03fb0a9adbab5706559ec86c8a14a6fae2bb4d52
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 26 10:01:49 2016 +0200
+
+    Remove milliseconds usage in modules
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 7d6a9c4203c2990adf698d9e364147b8fd4b6427
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 26 09:54:35 2016 +0200
+
+    Stop using millisecond values for callbacks
+
+commit 78494c4a88ae37665c345300fcfc5544f5fb850b
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 26 09:52:43 2016 +0200
+
+    Add pbr generated files to ignore list
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit b04134a8148c3eb2bb6757c1a2a66d7009441ad2
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 25 17:37:24 2016 +0200
+
+    Use seconds everywhere instead of miliseconds
+    
+    Fixes #17
+
+commit 51a701764b0010bd11be457f19793055ea6edbe3
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 25 17:33:15 2016 +0200
+
+    Fix retry_if_exception_type usage in doc
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit ca318ba10b21d36325ee179509b7292c6ab45c84
+Merge: d2bb605 2aa46b3
+Author: Julien Danjou <julien at danjou.info>
+Date:   Mon Aug 22 22:19:47 2016 +0200
+
+    Merge pull request #18 from harlowja/nice-ordinal
+    
+    Add and use a nice ordinal func when logging before/after
+
+commit d2bb605f5e9adf094e3d5736813781c71a6b92c7
+Merge: de94b6a fe16371
+Author: Julien Danjou <julien at danjou.info>
+Date:   Mon Aug 22 22:19:17 2016 +0200
+
+    Merge pull request #13 from bodenr/master
+    
+    Add  wait_chain()
+
+commit 2aa46b3ab5c36d377fdf7108fbdf2bc882c9bd74
+Author: Joshua Harlow <harlowja at gmail.com>
+Date:   Sat Aug 20 21:19:52 2016 -0700
+
+    Add and use a nice ordinal func when logging before/after
+
+commit de94b6a89a04a975529e97179c6420bd0ce4baea
+Merge: ba53576 5c30f37
+Author: Julien Danjou <julien at danjou.info>
+Date:   Sat Aug 20 22:59:53 2016 +0200
+
+    Merge pull request #15 from harlowja/before-after
+    
+    Add before/after strategies
+
+commit 5c30f37ca3c8f061f6a54fcad7d96671b11b807c
+Author: Joshua Harlow <harlowja at gmail.com>
+Date:   Fri Aug 19 21:24:33 2016 -0700
+
+    Add before/after strategies
+    
+    Make these before and after functions more official
+    by providing some basic ones and a no-op ones that
+    will be used by default.
+
+commit fe16371add197d5e3f655f8f90604271caab721a
+Author: Boden R <bodenvmw at gmail.com>
+Date:   Thu Aug 18 14:51:28 2016 -0600
+
+    Add wait_chain()
+    
+    One PR I had in retrying [1] proposed to support the notion of
+    "stepped wait". This patch adds stepping support by introducing
+    a new wait_chain function that accepts one or more strategies
+    and chains their execution sequentially such that each strategy
+    is run once per attempt and then removed from the chain.
+
+commit ba53576ab2dd3f5dcd21a20c4d656fc4f5c63d21
+Merge: 9ea6df0 5b8e618
+Author: Julien Danjou <julien at danjou.info>
+Date:   Sat Aug 20 10:41:06 2016 +0200
+
+    Merge pull request #14 from harlowja/comment-adjust
+    
+    Fix comment stating rejection
+
+commit 9ea6df04d68e12b2dd59eef05c80f186a03e4d61
+Merge: 5b4fc5f 5efb378
+Author: Julien Danjou <julien at danjou.info>
+Date:   Sat Aug 20 10:37:43 2016 +0200
+
+    Merge pull request #16 from harlowja/stats
+    
+    Add basic stats
+
+commit 5efb3780c14aee1ae83618901fa3f6d736b7e664
+Author: Joshua Harlow <harlowja at gmail.com>
+Date:   Fri Aug 19 22:49:58 2016 -0700
+
+    Add basic stats
+    
+    Fixes issue #6
+
+commit 5b8e6183d0d500d61a3085d24521a38fb13c96d5
+Author: Joshua Harlow <harlowja at gmail.com>
+Date:   Fri Aug 19 21:03:10 2016 -0700
+
+    Fix comment stating rejection
+
+commit 5b4fc5f0ee37a4e8c831c2c8c36025651881d275
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 18 16:56:19 2016 +0200
+
+    Rename reject to retry
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit f082fba6152b623cb1345b27fdfbe77c6e558844
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 18 10:21:31 2016 +0200
+
+    Enable pep8 checks on Travis
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit b0ee6fb4b625dc531322e34c675c401dc8358e30
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 18 10:19:56 2016 +0200
+
+    Remove Python 2.6 support
+
+commit 00fe1f1cd026a3b2a8c641c12552bf5cfe945990
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 18 10:07:23 2016 +0200
+
+    Fix pep8 errors
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 6759b3ca36b31f8d46ad1f7a1080ebd2b42f1b08
+Merge: 3059c46 74ba03f
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 18 09:52:56 2016 +0200
+
+    Merge pull request #12 from harlowja/folders-are-good
+    
+    Folders are good
+
+commit 3059c468e0e464d36096df238c5a904586003119
+Merge: 80fe958 ab1bcea
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 18 09:50:55 2016 +0200
+
+    Merge pull request #10 from harlowja/less-python
+    
+    Remove dead versions of py 3.x
+
+commit 74ba03f34d3531d90705e1d6bdf248a0fe1c8cc3
+Author: Joshua Harlow <harlowja at gmail.com>
+Date:   Wed Aug 17 22:25:31 2016 -0700
+
+    Move to a folder structure
+    
+    We are really starting to push the boundaries
+    of what I want in a single file, and python has
+    modules so we might as well use them to organize
+    or code better (vs not).
+
+commit ab1bceab37f07d92875db38576d3b9545e2d48e3
+Author: Joshua Harlow <harlowja at gmail.com>
+Date:   Wed Aug 17 08:52:58 2016 -0700
+
+    Remove dead versions of py 3.x
+    
+    The less pytho versions we have to
+    try to think about supporting (and
+    dealing with there edge-cases) the
+    better.
+    
+    Fixes issue #4
+
+commit 80fe9586e76eae6f57a46a6e5304c79cd8b99dd1
+Author: Julien Danjou <julien at danjou.info>
+Date:   Wed Aug 17 10:34:35 2016 +0200
+
+    Allow to raise TryAgain to force a retry at any time
+    
+    Fixes #5
+
+commit a5ee033ba449a75abf0d2afdd67de19ad6bdc58b
+Merge: b4d7732 3e9c640
+Author: Julien Danjou <julien at danjou.info>
+Date:   Tue Aug 16 10:18:12 2016 +0200
+
+    Merge pull request #2 from harlowja/use-mono
+    
+    Use monotonic time
+
+commit 3e9c6402c1dd19f14c9d5117d1c6af80986281f4
+Author: Joshua Harlow <harlowja at gmail.com>
+Date:   Sun Aug 14 22:43:50 2016 -0700
+
+    Use monotonic time
+    
+    Monotonic time has the nice benefit of never
+    going backwards or getting messed up by NTPd
+    so use it instead of time.time for computing
+    durations (its a built-in on py3.x so we might
+    as well).
+
+commit b4d7732e86dbd6a9ddf73c3363de156218e66bf4
+Author: Julien Danjou <julien at danjou.info>
+Date:   Mon Aug 15 09:27:54 2016 +0200
+
+    Fix doc with retry_if_exception_type
+
+commit 0499e91bf5a8488293f6d8064bce72a70f03de0e
+Author: Julien Danjou <julien at danjou.info>
+Date:   Mon Aug 15 09:27:00 2016 +0200
+
+    Add retry_if_exception(predicate)
+
+commit bdc5f6a34fba8585be5dd48e04d969db2e448f3b
+Author: Julien Danjou <julien at danjou.info>
+Date:   Mon Aug 15 09:22:59 2016 +0200
+
+    Rename retry_if_exceptino to retry_if_exception_type
+
+commit e568d469bce35b23ecd3c7a336b27434eaf65344
+Author: Julien Danjou <julien at danjou.info>
+Date:   Mon Aug 15 09:12:51 2016 +0200
+
+    Remove dead code
+
+commit fe25dbfdee37227aeebc5b7dfcb9902725a1ab7c
+Merge: 1f9aa66 6ff10c2
+Author: Julien Danjou <julien at danjou.info>
+Date:   Mon Aug 15 09:11:49 2016 +0200
+
+    Merge pull request #3 from harlowja/use-futs
+    
+    Use futures
+
+commit 1f9aa665175e31918cfc31a52b49c6a1a41cb747
+Merge: 48194e2 e7d2105
+Author: Julien Danjou <julien at danjou.info>
+Date:   Mon Aug 15 09:09:04 2016 +0200
+
+    Merge pull request #1 from harlowja/docstrings
+    
+    Add docstring on wait_jitter
+
+commit 6ff10c2c4b82a83e4cae3b2112f80431c1275a79
+Author: Joshua Harlow <harlowja at gmail.com>
+Date:   Sun Aug 14 23:11:52 2016 -0700
+
+    Use futures
+    
+    The futures class is pretty much equivalent to the
+    attempt class here, so instead of using our ow
+    customized version of it, we might as well just use
+    it in the first place.
+
+commit e7d21053e9c05dc852de52098aea02323cfd37b9
+Author: Joshua Harlow <harlowja at gmail.com>
+Date:   Sun Aug 14 22:37:35 2016 -0700
+
+    Add docstring on wait_jitter
+
+commit 48194e2c9ce60948464a65fa47066eb922b57dcd
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 18:35:11 2016 +0200
+
+    Allow to specify exp_base
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 06660bcd97fc36644d3d9525576d56b2f7cd0cc5
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 16:22:39 2016 +0200
+
+    Simplify wait min/max computing
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 1937f7d01aa786704db1ae76820d292e4d57a0b2
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 16:21:02 2016 +0200
+
+    test: add test for RetryError.__str__
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 5cb0e4f61c055f818681d468f6a2023b6146dccc
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 16:00:02 2016 +0200
+
+    Always wrap exceptions
+    
+    But uses raise from.
+
+commit f1055c4d01339d5caecf59fdbec642d685e8d2cd
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 15:47:27 2016 +0200
+
+    Add project name in doc
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit a09d31b3da8e3a33d21e055ca522a44a5c355985
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 15:41:54 2016 +0200
+
+    Add .tox to .gitignore
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 659e78279c4b067219723121a2620b69ede2d360
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 15:41:30 2016 +0200
+
+    Add doc
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 85a4a1a36301a48c457a1549723dbe5698bf818b
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 15:30:19 2016 +0200
+
+    Remove retry select strategy, use a functional composition approach
+
+commit 6eddc7ae4381e41b29b11351577dfdbad0afdae3
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 14:43:50 2016 +0200
+
+    test: replace assertTrue by assertGreaterEqual
+
+commit b307f4e2cc447d2624ec7af07620eea6d1ab95fc
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 11:47:42 2016 +0200
+
+    Make stop have a default value
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit a03c29f03952dd9e513c8ce0b9cd7365984d5718
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 11:45:28 2016 +0200
+
+    Make README doc8 compliant
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 9d725dbb1ba07a680941f99b50896f50884e6ba0
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 11:44:01 2016 +0200
+
+    Allow to specify sleep function
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit a3e984e41a9f5bbdae1c8e727474bc790c374525
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 11:42:43 2016 +0200
+
+    Implement wait strategy combination to replace jitter argument
+
+commit 0ba1f7f0b9b280f76fd12c903e805b8107dac56b
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 11:40:53 2016 +0200
+
+    Fix typo in README
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 77e1606933b88a3358bfe50e01dd7d54e0195fc5
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 11:14:02 2016 +0200
+
+    Simplify wait strategy picking by forcing a func in kwargs
+
+commit 3b590b8879158e6708229b3587fd68a077cf07cc
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 11:13:00 2016 +0200
+
+    Fix stop examples in README
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 43a75cf20fc4342d1a27fda50d3ffb50155678c3
+Author: Julien Danjou <julien at danjou.info>
+Date:   Fri Aug 12 10:07:56 2016 +0200
+
+    Simplify stop strategy picking by always requiring a function
+
+commit 0195bed3c7596969cc54b689626586cc97f8c907
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 11 18:41:08 2016 +0200
+
+    Add some copyrights
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 6c1392fa101f76930ee85a8379146dbf05e6083d
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 11 18:40:15 2016 +0200
+
+    Depends on nose in tox
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit ccd50ec1a3d4e8336b80406b5e4ddbd1a14a9569
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 11 18:39:28 2016 +0200
+
+    Move some methods to staticmethods
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 2092a48ce60bde5c19d73b8a0269f33df8755300
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 11 18:21:47 2016 +0200
+
+    Fix tox command
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 70d15b35c592a3aaba11dacd11bf478ca42b9b1c
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 11 18:21:27 2016 +0200
+
+    Fix pep8 errors
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit b99a20422219b8b1db7338e453d038b02e75cdd5
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 11 18:08:09 2016 +0200
+
+    Add tox.ini
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 0ec10faab77921cc50ca2f9562e6c422cdc22826
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 11 15:36:32 2016 +0200
+
+    Switch to pbr
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit d5aa9a30e5aad3eaa08e0fc0e8feec0e6811668b
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 11 15:31:06 2016 +0200
+
+    Rename to tenacity
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit 88c61fde90115ea6e8d4aae25825b6da8b246dd2
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 11 15:29:00 2016 +0200
+
+    Update README
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit a20f3c1437942e834308a69978027ac33f878bd1
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 11 15:28:53 2016 +0200
+
+    Remove AUTHORS
+
+commit 9d1358242cd0eb908361c50d9c1ac7c44055dcfa
+Author: Julien Danjou <julien at danjou.info>
+Date:   Thu Aug 11 15:24:23 2016 +0200
+
+    Remove HISTORY.rst
+    
+    Signed-off-by: Julien Danjou <julien at danjou.info>
+
+commit cb499287a779b711aa5c9be7a281c947d9ea98ee
+Author: Joshua Harlow <harlowja at gmail.com>
+Date:   Mon Jun 13 23:03:29 2016 -0700
+
+    Declutter __init__ by using strategy selection
+    
+    Instead of having there be a complicated __init__
+    function that has to make a bunch of complicated
+    decisions this change moves the logic for making
+    those decisions into a set of helper functions that
+    now select the various wait/stop/reject strategies
+    to use when retrying.
+    
+    This will hopefully make it easier to add new
+    strategies as well as move forward to a path where
+    users can provide there own strategies (if they
+    so want to).
+
+commit 4240fc6966babc973a3c6b8482925b5cca44d99f
+Author: Joshua Harlow <jxharlow at godaddy.com>
+Date:   Fri Jun 10 17:43:31 2016 -0700
+
+    Dynamically compute MAX_WAIT
+
+commit 1d5699348d707e377aad7488da6a8a1b48a65933
+Merge: 3a435e8 deaa384
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Mon Jun 6 23:02:12 2016 -0500
+
+    Merge pull request #52 from RyPeck/python-3.5
+    
+    Add Python 3.5
+
+commit 3a435e8ba85d85d7300a3609cb6f3ba8cb4bc170
+Merge: 855db16 919d6e0
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Mon Jun 6 22:45:05 2016 -0500
+
+    Merge pull request #37 from harlowja/allow-retry-on-exception-exception-tuple
+    
+    Allow providing exception tuple for 'retry_on_exception' argument
+
+commit 855db168d38493a1607066b127a6c93d4920371a
+Merge: 37b3222 6311fd3
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Sun Jun 5 22:21:29 2016 -0500
+
+    Merge pull request #40 from cyrusd/master
+    
+    Callbacks for before/after attempts
+
+commit deaa38460aa802552d8bbb641e6171f60b258125
+Author: Ryan Peck <ryan at rypeck.com>
+Date:   Sun Jun 5 17:15:13 2016 -0400
+
+    Add Python 3.5
+
+commit 37b322221cd5e92221672c3b919c52e00dfd95b4
+Merge: ecef4c2 2a84101
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Sun Jun 5 15:34:38 2016 -0500
+
+    Merge pull request #38 from harlowja/incrementing-wait-max
+    
+    Add a upper bound on incrementing wait
+
+commit ecef4c2d95140a62b41664d3381ecd79fe4244db
+Merge: da33537 918fc72
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Sun Jun 5 15:32:56 2016 -0500
+
+    Merge pull request #36 from jd/jd/staticmethod
+    
+    Declare a few methods static
+
+commit 6311fd38973cb824c57c3cd74b4e44ab1f09d15e
+Author: Cyrus Durgin <cyrus at statelessnetworks.com>
+Date:   Fri Dec 18 12:49:38 2015 -0800
+
+    updated
+
+commit 6a55573d588e4a817986c8964d97dceb8c46585a
+Author: cyrus durgin <cyrusd at gmail.com>
+Date:   Thu Sep 10 15:57:35 2015 -0700
+
+    Adds two additional parameters to the Retrying() constructor:
+    
+        _before_attempts
+        _after_attempts
+    
+    Each of these should be a reference to a function that takes a
+    single argument, attempt_number.
+    
+    _before_attempts will be called before each attempt is run;
+    _after_attempts is run after any *unsuccessful* attempt.
+    
+    Handy for logging status messages, etc in between attempts.
+
+commit 2a84101c9a84e3006624ba14d7779c99fb0ef354
+Author: Joshua Harlow <harlowja at yahoo-inc.com>
+Date:   Tue Jun 23 18:22:53 2015 -0700
+
+    Add a upper bound on incrementing wait
+
+commit 919d6e0011f2c725e0bf613d8b5fcf7e48b41cce
+Author: Joshua Harlow <harlowja at yahoo-inc.com>
+Date:   Tue Jun 23 18:15:41 2015 -0700
+
+    Allow providing exception tuple for 'retry_on_exception' argument
+    
+    It seems like a common pattern to have a function that is used
+    that just checks if the exception that is thrown is of a given type
+    so to avoid duplicating this pattern by all retry library users
+    just natively provide support for it.
+
+commit da33537e0850f997aea75c4dec010e2b5594071f
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Sun Jun 7 00:06:24 2015 -0500
+
+    bump version up to 1.3.4-dev, align badges in README.rst with a service that still works
+
+commit 918fc72fc199cace94581979dfc3afc3e38bfa66
+Author: Julien Danjou <julien at danjou.info>
+Date:   Mon Jun 1 17:38:25 2015 +0200
+
+    Declare a few methods static
+    
+    A few methods are actually static, declare them as such.
+
+commit 3659c70b1f0d0e4f3a262d6b76075a8eb082c73d
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Sun Dec 14 19:07:01 2014 -0600
+
+    prepare for 1.3.3 release
+
+commit 650688df3cc6a2236830831e8201ba959c51269c
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Sun Dec 14 19:06:27 2014 -0600
+
+    update history for 1.3.3 release
+
+commit c3b2d302cd90231a5a48bec21acc0358a752e2c7
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Sun Dec 14 19:05:54 2014 -0600
+
+    add a few more contributors
+
+commit 5cb2c24f3065cf1bfaa4943959e28ea0dad5b184
+Merge: 2cd062e 0a3eb6e
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Sun Dec 14 18:42:26 2014 -0600
+
+    Merge pull request #27 from herriojr/master
+    
+    Adding in minimum version since anything lower doesn't work.
+
+commit 0a3eb6eae1a1a15978d02eec74d5215e5c3a259d
+Author: Jonathan Herriott <jherriott at bitcasa.com>
+Date:   Wed Nov 19 11:29:31 2014 -0800
+
+    Adding in minimum version since anything lower doesn't work.
+
+commit 2cd062edcb522b37c49e5b693e69d5fa8d6d2437
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Sun Nov 9 22:26:41 2014 -0600
+
+    prepare for 1.3.2 release
+
+commit 7dea034d806f54d14e6cded57bc50575c138291c
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Sun Nov 9 22:26:15 2014 -0600
+
+    remove six license boilerplate since we're not embedding it anymore
+
+commit 394ea5b4921ae8ef90d3a38ed4605e285b87610c
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Sun Nov 9 22:22:33 2014 -0600
+
+    update HISTORY.rst for 1.3.2
+
+commit 7a50d88ad1201f069f2aebf80d3b22b8ef749e43
+Merge: 6fa2005 01a2173
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Sun Nov 9 21:13:02 2014 -0600
+
+    Merge pull request #23 from harlowja/jitter
+    
+    Allow a jitter value to be passed in
+
+commit 6fa200573f667d8ff050b23a0076de42112d7e1b
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Sun Nov 9 20:52:22 2014 -0600
+
+    adding Maxym Shalenyi to AUTHORS.rst
+
+commit 8fd859896a2e7181515f8f5a924085dcf3613d00
+Merge: ad35b7e ee2ae2a
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Sun Nov 9 20:43:07 2014 -0600
+
+    Merge pull request #21 from harlowja/wraps
+    
+    Ensure we wrap the decorated functions
+
+commit ad35b7e2401574d0e49bce04712f73ad03750a15
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Sun Nov 9 20:24:34 2014 -0600
+
+    fix up some some pep8 stuff
+
+commit d51fd58129df84615dbb28ed2377301e0fc9fc60
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Sun Nov 9 20:12:49 2014 -0600
+
+    bump version up to 1.3.2-dev
+
+commit 01a217353220f48167575724a77fa7c4bd527bd4
+Author: Joshua Harlow <harlowja at yahoo-inc.com>
+Date:   Wed Oct 29 19:21:13 2014 -0700
+
+    Allow a jitter value to be passed in
+    
+    To avoid the thundering herd problem when retrying is
+    triggered at exactly the same moment by many entities
+    allow for passing in a jitter maximum value which will
+    be used to randomly alter the amount of time slept
+    by each retrying object user; this helps randomize the
+    thundering herd and makes it possible to reduce the
+    issue.
+
+commit ee2ae2a9d309132ad7ad2a354f4e3926377634d9
+Author: Joshua Harlow <harlowja at yahoo-inc.com>
+Date:   Fri Oct 3 20:02:20 2014 -0700
+
+    Ensure we wrap the decorated functions
+    
+    To avoid losing the original functions docs, name
+    and other attributes ensure that this correctly uses
+    six.wraps (which uses functools.wraps internally) to
+    wrap the decorated function.
+
+commit cab083eb5791615fadbc0c98ad77a70d64b77d0d
+Merge: 36a09fa 445633f
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Wed Oct 1 00:49:02 2014 -0400
+
+    Merge pull request #19 from emonty/master
+    
+    Add requirements.txt to MANFEST.in
+
+commit 445633f9221ff6efdbdb7822ff7ab01952396829
+Author: Monty Taylor <mordred at inaugust.com>
+Date:   Tue Sep 30 19:42:32 2014 -0700
+
+    Add requirements.txt to MANFEST.in
+    
+    Without this, pip installs of retrying all fail due to requirements.txt
+    being missing in the tarball but required by setup.py.
+
+commit 36a09fa4dadb67b81359078c61f418a971f57372
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Tue Sep 30 19:50:23 2014 -0500
+
+    prepare for 1.3.0 release
+
+commit 3fe643afa78b5e42aa0cdb96c1ec3df638b2be1e
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Tue Sep 30 19:48:39 2014 -0500
+
+    update AUTHORS.rst to add contributors
+
+commit 8993298992a48d20452cc5b414b11bfb1b4b0dd2
+Merge: 30b068f 062c5ba
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Tue Sep 30 20:43:58 2014 -0400
+
+    Merge pull request #16 from hguemar/master
+    
+    Replaced bundled code with using six
+
+commit 062c5ba16b414770969871b3494f582402476985
+Author: Haïkel Guémar <hguemar at fedoraproject.org>
+Date:   Fri Sep 5 14:36:25 2014 +0200
+
+    Replaced bundled code with using six
+
+commit 30b068f26af13236e8b50f18feeb237023ab43b1
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Mon Aug 25 19:46:15 2014 -0500
+
+    update AUTHORS.rst
+
+commit dcc355bc4ed977cafe9244bcbbe1b080799f3abb
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Mon Aug 25 19:44:05 2014 -0500
+
+    bump version up to 1.2.4-dev
+
+commit fc88833dd769260ef4382914b9922da8980ee6c0
+Merge: ce99e6c d59d446
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Mon Aug 25 19:38:17 2014 -0500
+
+    Merge tag 'v1.2.3'
+    
+    Release 1.2.3
+
+commit ce99e6ccd29e604bf0549d3de5cc495300e290d7
+Merge: 709c177 6504edc
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Mon Aug 25 19:20:16 2014 -0500
+
+    Merge pull request #15 from svisser/patch-1
+    
+    Ensure file handles are closed using with statement
+
+commit 6504edc5966e597dca703d3a02b1d3f878f5bc9c
+Author: Simeon Visser <svisser at users.noreply.github.com>
+Date:   Tue Aug 26 01:09:37 2014 +0100
+
+    Ensure file handles are closed using with statement
+
+commit d59d44624ac7b9afa9ecc949873fd29266dfde67
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Mon Aug 25 18:44:14 2014 -0500
+
+    prepare for 1.2.3 release
+
+commit 6b78d7656864d3b29830b58f2d85312bf19913ba
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Mon Aug 25 18:22:20 2014 -0500
+
+    add Daniel Nephin to AUTHORS.rst
+
+commit 709c1770aac577307352d2aae525df5d79fb73c5
+Merge: 6d8ef5b 8b73aff
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Mon Aug 25 18:12:33 2014 -0500
+
+    Merge pull request #14 from dnephin/custom_wait_and_stop
+    
+    Support custom wait and stop functions
+
+commit 8b73aff04ee320ce27570c447028c30817f23d1a
+Author: Daniel Nephin <dnephin at yelp.com>
+Date:   Fri Aug 22 07:31:21 2014 -0700
+
+    Support custom wait and stop functions.
+
+commit 6d8ef5bd03365836910edcd3398331ab22b17c00
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Thu Jun 26 13:39:04 2014 -0500
+
+    bump version to 1.2.3-dev, add 3.3/3.4 classifiers
+
+commit 9a6be782d6618f3d1048b4f5c1226d6aeefc73dd
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Thu Jun 26 13:35:09 2014 -0500
+
+    add Saul Shanabrook to AUTHORS.rst
+
+commit 8cd01a05ba8079c10836bd418b3a051c59f3b639
+Merge: 52ebba0 9e60bac
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Thu Jun 26 13:32:46 2014 -0500
+
+    Merge pull request #13 from saulshanabrook/patch-1
+    
+    Add python 3.3 and 3.4 support
+
+commit 9e60bac40ade07b8d35989f0d45a444cbd7f2740
+Author: Saul Shanabrook <s.shanabrook at gmail.com>
+Date:   Thu Jun 26 12:46:21 2014 -0400
+
+    Add python 3.3 and 3.4 support
+
+commit 52ebba0af2d1782e74524a90b0309a4b95b3581e
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Fri Jun 20 02:30:58 2014 -0500
+
+    prepare for 1.2.2 release
+
+commit cc5cc905ea9296613c90e6fde345170b2f281395
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Fri Jun 20 02:24:55 2014 -0500
+
+    update HISTORY.rst for 1.2.2 release
+
+commit 8ca5b41bcaf6bae12a67627899fe4326d6b7aa44
+Author: Ray Holder <ray at blacklocus.com>
+Date:   Fri Jun 20 02:16:50 2014 -0500
+
+    add comments from rdooley, add comment around stop behavior
+
+commit e5fc513f5d593c052a537cbb8483d560e0516bbf
+Merge: bac9ab8 1ca4a7d
+Author: Ray Holder <ray.holder+github at gmail.com>
+Date:   Fri Jun 20 01:43:48 2014 -0500
+
+    Merge pull request #10 from simondolle/bugfix/#8_raise_retry_error_on_failure
+    
+    Bugfix/#8 raise retry error on failure
+
+commit 1ca4a7d31d90a17f0cbdd4666e8d9be00f60aa4d
+Author: Simon Dollé <simon.dolle at gmail.com>
+Date:   Sun Jun 15 16:39:19 2014 +0200
+
+    Update AUTHORS.rst
+
+commit 017dfa7efef5c0d84c83179c08633b82bd9a4eb2
+Author: Simon Dollé <simon.dolle at gmail.com>
+Date:   Sun Jun 15 16:36:20 2014 +0200
+
+    If possible, raise the last exception when stopping
+    
+    When we stop retrying because of recurring exceptions,
... 313 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tenacity.git



More information about the Python-modules-commits mailing list