[Python-modules-commits] [python-requests-cache] branch master updated (99ab2ad -> 702e32e)

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


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

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

      from  99ab2ad   Fixed VCS URL (https)
       new  d3ecafd   record new upstream branch created by importing python-requests-cache_0.4.12.orig.tar.gz
       new  b7bf9ae   Import python-requests-cache_0.4.12.orig.tar.gz
       new  ec99de0   Don't force usage of toplevel dir to run tests
       new  040c86f   merge patched into master
       new  77ff4ba   New upstream release
       new  a5a91b2   bump Standards-Version to 3.9.8 (no changes needed)
       new  702e32e   releasing package python-requests-cache version 0.4.12-1

The 7 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 +-
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |  12 ++-
 debian/control                                     |   2 +-
 .../patches/tests_dont_import_toplevel_dir.patch   |   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 +++
 21 files changed, 308 insertions(+), 64 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