[Python-modules-commits] [flufl.lock] branch master updated (e76e9bf -> 4a62cd2)

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


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

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

      from  e76e9bf   Put DPMT in Maintainers and myself in Uploaders.
       new  7df2934   Import flufl.lock_3.2.orig.tar.gz
       new  4cc4991   record new upstream branch created by importing flufl.lock_3.2.orig.tar.gz and merge it
       new  f6e8aaf   d/changelog Adds upstream's changelog
       new  bab58ba   Bumps compat version to 10
       new  e3f1c4b   Drops python 2 version as upstream does not support it anymore
       new  a3e9f7c   Upstream's copyright is no longer LGPL-3 but Apache-2.0
       new  b855e0f   Sets docs right
       new  9f834dd   Bumps standards version to 4.1.1
       new  89e146b   d/watch version bump to 4 and move from http to https
       new  4a62cd2   New release: 3.2-1

The 10 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 ++--
 debian/.git-dpm                          |  14 ++--
 debian/changelog                         |  45 +++++++++-
 debian/compat                            |   2 +-
 debian/control                           |  35 +++-----
 debian/copyright                         |  23 +++++-
 debian/python-flufl.lock.links           |   1 -
 debian/python3-flufl.lock-doc.dirs       |   1 +
 debian/python3-flufl.lock-doc.doc-base   |   9 ++
 debian/python3-flufl.lock-doc.links      |   1 +
 debian/rules                             |   8 +-
 debian/tests/control                     |   6 --
 debian/watch                             |   4 +-
 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 ++++++++++++-
 33 files changed, 527 insertions(+), 838 deletions(-)
 create mode 100644 .coverage.ini
 delete mode 100644 debian/python-flufl.lock.links
 create mode 100644 debian/python3-flufl.lock-doc.dirs
 create mode 100644 debian/python3-flufl.lock-doc.doc-base
 create mode 100644 debian/python3-flufl.lock-doc.links
 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