[Python-modules-commits] [python-persistent] branch upstream updated (a2259dc -> 3b72c0c)

Barry Warsaw barry at moszumanska.debian.org
Fri Jan 6 21:13:41 UTC 2017


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

barry pushed a change to branch upstream
in repository python-persistent.

      from  a2259dc   Imported Upstream version 4.1.1
       new  3b72c0c   Import python-persistent_4.2.2.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:
 .gitignore                           |  17 ---
 .travis.yml                          |  54 ++++++--
 CHANGES.rst                          |  31 +++++
 PKG-INFO                             |  51 +++++++-
 README.rst                           |  15 +++
 bootstrap.py                         |  51 +++++---
 ez_setup.py                          | 234 -----------------------------------
 persistent.egg-info/PKG-INFO         |  51 +++++++-
 persistent.egg-info/SOURCES.txt      |   3 +-
 persistent/_timestamp.c              |   5 +
 persistent/cPersistence.c            |  56 ++++++++-
 persistent/persistence.py            |  16 ++-
 persistent/tests/test_persistence.py |  51 ++++++++
 persistent/tests/test_timestamp.py   | 120 +++++++++---------
 persistent/tests/test_wref.py        |   2 +
 persistent/timestamp.py              |  16 ++-
 rtd.txt                              |   1 +
 setup.py                             |   5 +-
 tox.ini                              |  18 +--
 19 files changed, 437 insertions(+), 360 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 ez_setup.py
 create mode 100644 rtd.txt

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



More information about the Python-modules-commits mailing list