[Python-modules-commits] [flufl.lock] branch upstream updated (e5c54fd -> 7df2934)

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Sat Nov 25 16:40:17 UTC 2017


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

peb-guest pushed a change to branch upstream
in repository flufl.lock.

      from  e5c54fd   Import flufl.lock_2.4.1.orig.tar.gz
       new  7df2934   Import flufl.lock_3.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:
 .coverage.ini                            |  18 ++++
 PKG-INFO                                 | 137 ++-----------------------------
 README.rst                               |  17 ++--
 flufl.lock.egg-info/PKG-INFO             | 137 ++-----------------------------
 flufl.lock.egg-info/SOURCES.txt          |   7 +-
 flufl.lock.egg-info/requires.txt         |   1 +
 flufl/__init__.py                        |  24 +-----
 flufl/lock/NEWS.rst                      |  81 +++++++++++-------
 flufl/lock/README.rst                    |  29 ++-----
 flufl/lock/__init__.py                   |  44 +++-------
 flufl/lock/_lockfile.py                  | 134 ++++++++++++++----------------
 flufl/lock/conf.py                       |   2 +-
 flufl/lock/docs/using.rst                |  67 ++++++++++-----
 flufl/lock/{docs => testing}/__init__.py |   0
 flufl/lock/testing/helpers.py            | 111 +++++++++++++++++++++++++
 flufl/lock/tests/subproc.py              |  68 ---------------
 flufl/lock/tests/test_documentation.py   | 133 ------------------------------
 flufl/lock/tests/test_lockfile.py        |  91 ++++++++------------
 setup.py                                 |  36 ++------
 template.py                              |  23 ------
 tox.ini                                  |  56 ++++++++++++-
 21 files changed, 425 insertions(+), 791 deletions(-)
 create mode 100644 .coverage.ini
 create mode 100644 flufl.lock.egg-info/requires.txt
 copy flufl/lock/{docs => testing}/__init__.py (100%)
 create mode 100644 flufl/lock/testing/helpers.py
 delete mode 100644 flufl/lock/tests/subproc.py
 delete mode 100644 flufl/lock/tests/test_documentation.py
 delete mode 100644 template.py

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



More information about the Python-modules-commits mailing list