[Python-modules-commits] [python-requests-cache] branch upstream updated (28c8600 -> b7bf9ae)

Sandro Tosi morph at moszumanska.debian.org
Mon Apr 25 21:32:24 UTC 2016


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

morph pushed a change to branch upstream
in repository python-requests-cache.

      from  28c8600   Import python-requests-cache_0.4.10.orig.tar.gz
       new  b7bf9ae   Import python-requests-cache_0.4.12.orig.tar.gz

The 1 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:
 HISTORY.rst                         |  11 ++++
 PKG-INFO                            |  19 ++++--
 README.rst                          |   6 +-
 docs/index.rst                      |   3 +-
 docs/make.bat                       |   0
 docs/user_guide.rst                 |  43 ++++++++------
 requests_cache.egg-info/PKG-INFO    |  19 ++++--
 requests_cache.egg-info/SOURCES.txt |   1 +
 requests_cache/__init__.py          |   2 +-
 requests_cache/backends/__init__.py |  19 +++++-
 requests_cache/backends/base.py     |  50 +++++++++++++++-
 requests_cache/compat.py            |   4 +-
 requests_cache/core.py              |  30 ++++++----
 setup.cfg                           |   3 +
 setup.py                            |   2 +-
 tests/test_cache.py                 | 112 ++++++++++++++++++++++++++++++++++++
 tests/test_monkey_patch.py          |  14 +++++
 17 files changed, 288 insertions(+), 50 deletions(-)
 mode change 100755 => 100644 docs/make.bat

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



More information about the Python-modules-commits mailing list