[Python-modules-commits] [python-tenacity] branch master updated (1a76f62 -> 75d4e54)
Ondrej Koblizek
kobla-guest at moszumanska.debian.org
Sun Aug 6 02:45:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
kobla-guest pushed a change to branch master
in repository python-tenacity.
from 1a76f62 releasing package python-tenacity version 3.1.1-2
new 864592b record new upstream branch created by importing python-tenacity_4.4.0.orig.tar.gz
new 09a438c Import python-tenacity_4.4.0.orig.tar.gz
new 264e63c Remove privacy breach in doc
new c9e58ea merge patched into master
new 75d4e54 releasing package python-tenacity version 4.4.0-1
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 9 -
.travis.yml | 7 +-
AUTHORS | 27 +
ChangeLog | 261 ++++++++++
MANIFEST.in | 1 -
NOTICE | 13 -
PKG-INFO | 301 +++++++++++
README.rst | 283 ++++++++++-
debian/.git-dpm | 14 +-
debian/CHANGELOG | 566 +++++++++++++++++++++
debian/changelog | 6 +
.../0001-Remove-privacy-breach-in-doc.patch | 10 +-
debian/rules | 3 +
doc/source/index.rst | 129 ++++-
requirements.txt | 2 +-
setup.cfg | 31 +-
tenacity.egg-info/PKG-INFO | 301 +++++++++++
tenacity.egg-info/SOURCES.txt | 30 ++
tenacity.egg-info/dependency_links.txt | 1 +
tenacity.egg-info/not-zip-safe | 1 +
tenacity.egg-info/pbr.json | 1 +
tenacity.egg-info/requires.txt | 3 +
tenacity.egg-info/top_level.txt | 1 +
tenacity/__init__.py | 221 +++++---
tenacity/after.py | 8 +-
tenacity/async.py | 56 ++
tenacity/{before.py => nap.py} | 25 +-
tenacity/retry.py | 79 ++-
tenacity/stop.py | 65 ++-
tenacity/tests/test_async.py | 53 ++
tenacity/tests/test_tenacity.py | 281 +++++++++-
tenacity/wait.py | 78 ++-
tox.ini | 16 +-
33 files changed, 2677 insertions(+), 206 deletions(-)
delete mode 100644 .gitignore
create mode 100644 AUTHORS
create mode 100644 ChangeLog
delete mode 100644 MANIFEST.in
delete mode 100644 NOTICE
create mode 100644 PKG-INFO
mode change 120000 => 100644 README.rst
create mode 100644 tenacity.egg-info/PKG-INFO
create mode 100644 tenacity.egg-info/SOURCES.txt
create mode 100644 tenacity.egg-info/dependency_links.txt
create mode 100644 tenacity.egg-info/not-zip-safe
create mode 100644 tenacity.egg-info/pbr.json
create mode 100644 tenacity.egg-info/requires.txt
create mode 100644 tenacity.egg-info/top_level.txt
create mode 100644 tenacity/async.py
copy tenacity/{before.py => nap.py} (56%)
create mode 100644 tenacity/tests/test_async.py
--
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