[Python-modules-commits] [python-persistent] branch master updated (1338da5 -> 4d39752)

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


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

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

      from  1338da5   Fixed VCS URL (https)
       new  03e0e94   d/watch: access to PyPI with HTTPS
       new  3b72c0c   Import python-persistent_4.2.2.orig.tar.gz
       new  86fbf7f   record new upstream branch created by importing python-persistent_4.2.2.orig.tar.gz and merge it
       new  b25f43d   Update Standards-Version to 3.9.8 (no change needed)
       new  48c4d96   d/control: bump X-Python*-Version stanzas (support for 2.6 and 3.2 was dropped)
       new  e74771a   d/copyright: update Copyright: year
       new  e87e945   New 'python-persistent-doc' package with Sphinx documentation
       new  d85abfb   Do not ship the test suite
       new  37dd8f8   Use debhelper 10 (no change)
       new  f60c4a4   Enable build hardening
       new  a1f3238   d/control: the XS- prefix is no longer necessary for Testsuite
       new  55c28d9   Clean up *.so to fix FTFBS if built twice in a row
       new  8a8d3da   Update changelog
       new  0fe9cbc   Release version 4.2.2-1
       new  4d39752   Reorganize debian/tests.

The 15 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 +++++---
 debian/.git-dpm                       |  14 +-
 debian/changelog                      |  29 ++++-
 debian/compat                         |   2 +-
 debian/control                        |  24 +++-
 debian/copyright                      |   4 +-
 debian/python-persistent-doc.doc-base |   9 ++
 debian/python-persistent-doc.docs     |   1 +
 debian/rules                          |  17 ++-
 debian/tests/all                      |   4 -
 debian/tests/all-3                    |   4 -
 debian/tests/control                  |   2 +-
 debian/tests/import-2                 |  15 +++
 debian/tests/import-3                 |  15 +++
 debian/watch                          |   2 +-
 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 +--
 33 files changed, 546 insertions(+), 393 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 debian/python-persistent-doc.doc-base
 create mode 100644 debian/python-persistent-doc.docs
 delete mode 100644 debian/tests/all
 delete mode 100644 debian/tests/all-3
 create mode 100644 debian/tests/import-2
 create mode 100644 debian/tests/import-3
 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