[Python-modules-commits] [pylibmc] branch master updated (d8fcbf0 -> 684a2c9)

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


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

fladi pushed a change to branch master
in repository pylibmc.

      from  d8fcbf0   Fixed VCS URL (https)
       new  415f7d4   record new upstream branch created by importing pylibmc_1.5.1.orig.tar.gz
       new  d0a5328   Import pylibmc_1.5.1.orig.tar.gz
       new  c88beed   merge patched into master
       new  7e5a4dd   Bump Standards-Version to 3.9.8.
       new  7259df0   Update changelog.
       new  f8162fc   change version to 1.5.1-2 (UNRELEASED) Add bindnow to hardening flags. change urgency to medium
       new  1c6f9ba   Fix spelling of "occurred" in src/_pylibmcmodule.c.
       new  1c3f0c0   merge patched into master
       new  97a9680   Add patch to fix spelling of occurred in src/_pylibmcmodule.c.
       new  23cf606   change version to 1.5.1-1 (unstable) Add bindnow to hardening flags. Add patch to fix spelling of occurred in src/_pylibmcmodule.c. change urgency to low
       new  9e93149   record new upstream branch created by importing pylibmc_1.5.2.orig.tar.gz
       new  01fa087   Import pylibmc_1.5.2.orig.tar.gz
       new  daf99b7   Fix spelling of "occurred" in src/_pylibmcmodule.c.
       new  4fbfbd6   merge patched into master
       new  f104d8c   change version to 1.5.2-1 (UNRELEASED) New upstream release.
       new  8ff293d   Bump Standards-Version to 4.0.0.
       new  4c18d0d   Drop -dbg packages in favour of -dbgsym.
       new  684a2c9   change target to unstable Team upload.

The 18 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 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  21 +-
 debian/control                                     |  34 +-
 ...lling-of-occurred-in-src-_pylibmcmodule.c.patch |  31 +
 debian/patches/series                              |   2 +-
 debian/patches/sphinx-theme.patch                  |  63 --
 debian/rules                                       |   5 +-
 docs/behaviors.rst                                 |  11 +-
 docs/changelog.rst                                 |  10 +-
 docs/coders.rst                                    |  11 +
 docs/failover.svg                                  | 130 ++++
 docs/install.rst                                   |   2 +-
 docs/reference.rst                                 |  51 +-
 setup.py                                           |   3 +-
 src/_pylibmcmodule.c                               | 695 ++++++++++++++-------
 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 +++++++
 27 files changed, 1272 insertions(+), 401 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 debian/patches/0001-Fix-spelling-of-occurred-in-src-_pylibmcmodule.c.patch
 delete mode 100644 debian/patches/sphinx-theme.patch
 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