[Python-modules-commits] [python-cachecontrol] branch master updated (d6cd284 -> 54b2094)

Barry Warsaw barry at moszumanska.debian.org
Mon Oct 31 20:36:06 UTC 2016


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

barry pushed a change to branch master
in repository python-cachecontrol.

      from  d6cd284   Fixed VCS URL (https)
       new  a35f011   Import python-cachecontrol_0.11.7.orig.tar.gz
       new  07ef07c   record new upstream branch created by importing python-cachecontrol_0.11.7.orig.tar.gz and merge it
       new  54b2094   New upstream release.

The 3 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:
 CacheControl.egg-info/PKG-INFO         |  6 +--
 CacheControl.egg-info/SOURCES.txt      |  2 +
 CacheControl.egg-info/entry_points.txt |  3 ++
 PKG-INFO                               |  6 +--
 README.rst                             |  4 +-
 cachecontrol/__init__.py               |  2 +-
 cachecontrol/_cmd.py                   | 60 ++++++++++++++++++++++
 cachecontrol/adapter.py                | 18 +++++--
 cachecontrol/compat.py                 |  6 +++
 cachecontrol/controller.py             | 94 ++++++++++++++++++++++++++--------
 cachecontrol/filewrapper.py            | 33 ++++++++----
 cachecontrol/heuristics.py             | 12 +++--
 cachecontrol/serialize.py              | 18 +++++--
 debian/.git-dpm                        | 14 ++---
 debian/changelog                       |  9 +++-
 debian/control                         |  2 +-
 setup.cfg                              |  2 +-
 setup.py                               |  7 ++-
 18 files changed, 236 insertions(+), 62 deletions(-)
 create mode 100644 CacheControl.egg-info/entry_points.txt
 create mode 100644 cachecontrol/_cmd.py

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



More information about the Python-modules-commits mailing list