[Python-modules-commits] [pylibmc] branch upstream updated (35f9837 -> 01fa087)

Michael Fladischer fladi at moszumanska.debian.org
Mon Jul 24 13:23:58 UTC 2017


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

fladi pushed a change to branch upstream
in repository pylibmc.

      from  35f9837   Imported Upstream version 1.5.0
       new  d0a5328   Import pylibmc_1.5.1.orig.tar.gz
       new  01fa087   Import pylibmc_1.5.2.orig.tar.gz

The 2 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:
 LICENSE                            |  27 ++
 MANIFEST.in                        |   2 +-
 PKG-INFO                           |  19 +-
 README.rst                         |  16 +-
 docs/_themes/sap/layout.html       |   2 +-
 docs/_themes/sap/static/main.css_t |   2 +-
 docs/_themes/sap/theme.conf        |   2 +-
 docs/behaviors.rst                 |  11 +-
 docs/changelog.rst                 |  10 +-
 docs/coders.rst                    |  11 +
 docs/conf.py                       |   2 +-
 docs/failover.svg                  | 130 +++++++
 docs/install.rst                   |   2 +-
 docs/reference.rst                 |  51 ++-
 setup.py                           |   3 +-
 src/_pylibmcmodule.c               | 691 ++++++++++++++++++++++++-------------
 src/_pylibmcmodule.h               |  53 ++-
 src/pylibmc-version.h              |   2 +-
 src/pylibmc/__init__.py            |  11 +-
 src/pylibmc/client.py              |   8 +-
 tests/__init__.py                  |  14 +-
 tests/test_client.py               |  17 +
 tests/test_refcounts.py            | 197 +++++++++++
 tests/test_serialization.py        | 224 ++++++++++++
 24 files changed, 1213 insertions(+), 294 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 docs/failover.svg
 create mode 100644 tests/test_refcounts.py
 create mode 100644 tests/test_serialization.py

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



More information about the Python-modules-commits mailing list